@import "https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap";
:root {
  --main-color: #009682;
  --color-ja: #009682;
  --color-us: #ec6a76;
  --color-fund: #2d8bc6;
  --color-fx: #174e97;
  --color-nisa: #7fc35e;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  background-color: #fff;
}
body {
  color: #222;
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.is-modalOpen {
  overflow: hidden;
}
.mainContents {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
button,
a {
  cursor: pointer;
  color: #222;
}
@media (hover: hover) {
  button,
  a {
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
  }
  button:hover,
  a:hover {
    opacity: 0.8;
  }
}
button {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Meiryo, sans-serif;
}
a[href*="tel:"] {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    color: inherit;
  }
}
@media not all and (min-width: 768px) {
  a[href*="tel:"] {
    color: #fff;
  }
}
.forPC {
  display: inherit !important;
}
@media not all and (min-width: 768px) {
  .forPC {
    display: none !important;
  }
}
.forSP {
  display: none !important;
}
@media not all and (min-width: 768px) {
  .forSP {
    display: inherit !important;
  }
}
.forPC2 {
  display: inline !important;
}
@media not all and (min-width: 768px) {
  .forPC2 {
    display: none !important;
  }
}
.forSP2 {
  display: none !important;
}
@media not all and (min-width: 768px) {
  .forSP2 {
    display: inline !important;
  }
}
.forPC3 {
  display: block !important;
}
@media not all and (min-width: 768px) {
  .forPC3 {
    display: none !important;
  }
}
.forSP3 {
  display: none !important;
}
@media not all and (min-width: 768px) {
  .forSP3 {
    display: block !important;
  }
}
.u-textSmall {
  font-size: 85%;
}
@media not all and (min-width: 768px) {
  .u-textSmallSp {
    font-size: 85%;
  }
}
.u-textLarge {
  font-size: 160%;
}
.u-lineBlock {
  display: inline-block;
  white-space: nowrap;
}
@media not all and (min-width: 768px) {
  .u-lineBlock {
    display: inline;
    white-space: normal;
  }
}
[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.5s linear;
  transition: opacity 0.2s 0.5s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.c-headerLink {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 100%;
  color: #fff;
  background-color: #ec3a2c;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  z-index: 0;
}
@media not all and (min-width: 768px) {
  .c-headerLink {
    width: 38.6666666667vw;
  }
}
.c-headerLink--type2 {
  width: 210px;
  padding-left: 5px;
}
@media not all and (min-width: 768px) {
  .c-headerLink--type2 {
    width: 32vw;
    padding-left: 0.8vw;
  }
}
.c-headerLink--type3 {
  width: 213px;
  padding-left: 5px;
}
@media not all and (min-width: 768px) {
  .c-headerLink--type3 {
    width: 36vw;
    padding-left: 0.2666666667vw;
  }
}
.c-headerLink--type4 {
  width: 260px;
  padding-left: 8px;
}
@media not all and (min-width: 768px) {
  .c-headerLink--type4 {
    width: 38.6666666667vw;
    padding-left: 0.5333333333vw;
  }
}
.c-headerLink--type5 {
  width: 193px;
  padding-left: 1px;
  background-color: rgba(0, 0, 0, 0);
}
@media not all and (min-width: 768px) {
  .c-headerLink--type5 {
    width: 29.3333333333vw;
    padding-left: 1.0666666667vw;
  }
}
.c-headerLink--type5::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 194px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(252, 20, 84)), to(rgb(222, 21, 65)));
  background-image: linear-gradient(90deg, rgb(252, 20, 84) 0%, rgb(222, 21, 65) 100%);
  z-index: -1;
}
@media not all and (min-width: 768px) {
  .c-headerLink--type5::before {
    width: 30.6666666667vw;
  }
}
.c-headerLink__speech {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #222;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  text-align: center;
  z-index: 0;
  font-size: 0.875rem;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech {
    font-size: 2.172vw;
    letter-spacing: 0.025em;
  }
}
.c-headerLink__speech .u-textSmall {
  letter-spacing: 0;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech .u-textSmall {
    letter-spacing: 0.025em;
  }
}
.c-headerLink__speech::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech::before {
    margin-left: 0;
  }
}
.c-headerLink__speech--type1 {
  width: 166px;
  height: 52px;
  margin-top: 8px;
  padding-top: 16px;
  padding-right: 3px;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech--type1 {
    width: 25.0666666667vw;
    height: 5.8666666667vw;
    margin: 1.6vw 0 0.2666666667vw 0.5333333333vw;
    padding: 1.0666666667vw 0.5333333333vw 0 0;
  }
}
.c-headerLink__speech--type1::before {
  background: url(/event/multi-ta-02/images/bg_header-speech.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech--type1::before {
    margin-left: 0;
    background: url(/event/multi-ta-02/images/bg_header-speech_sp.png) no-repeat 0 0 / contain;
  }
}
.c-headerLink__speech--type2 {
  width: 188px;
  height: 52px;
  margin-top: 8px;
  padding-top: 16px;
  padding-right: 3px;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech--type2 {
    width: 25.0666666667vw;
    height: 5.8666666667vw;
    margin: 1.6vw 0 0.2666666667vw -0.2666666667vw;
    padding: 1.0666666667vw 0.5333333333vw 0 0;
  }
}
.c-headerLink__speech--type2::before {
  background: url(/event/multi-ta-02/images/bg_header-speech2.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech--type2::before {
    margin-left: 0;
    background: url(/event/multi-ta-02/images/bg_header-speech_sp.png) no-repeat 0 0 / contain;
  }
}
.c-headerLink__speech--type3 {
  width: 166px;
  height: 52px;
  margin-top: 8px;
  padding-top: 16px;
  padding-right: 3px;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech--type3 {
    width: 25.0666666667vw;
    height: 5.8666666667vw;
    margin: 1.6vw 0 0.2666666667vw 0.5333333333vw;
    padding: 1.0666666667vw 0.5333333333vw 0 0;
  }
}
.c-headerLink__speech--type3::before {
  background: url(/event/multi-ta-02/images/bg_header-speech.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech--type3::before {
    margin-left: 0;
    background: url(/event/multi-ta-02/images/bg_header-speech_sp.png) no-repeat 0 0 / contain;
  }
}
.c-headerLink__speech--type3 .u-textSmall {
  letter-spacing: 0.025em;
}
.c-headerLink__speech--type4 {
  width: 196px;
  height: 52px;
  margin-top: 8px;
  margin-bottom: 2px;
  padding-top: 16px;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech--type4 {
    width: 27.7333333333vw;
    height: 5.8666666667vw;
    margin: 1.6vw 0 0.2666666667vw 0;
    padding: 1.0666666667vw 0.5333333333vw 0 0;
    letter-spacing: -0.025em;
  }
}
.c-headerLink__speech--type4::before {
  background: url(/event/multi-ta-02/images/bg_header-speech3.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech--type4::before {
    margin-left: 0;
    background: url(/event/multi-ta-02/images/bg_header-speech3_sp.png) no-repeat 0 0 / contain;
  }
}
.c-headerLink__speech--type4 .u-textSmall {
  letter-spacing: -0.025em;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech--type4 .u-textSmall {
    letter-spacing: 0;
  }
}
.c-headerLink__speech--type5 {
  width: 96px;
  height: 22px;
  margin-top: 22px;
  margin-bottom: 6px;
  padding: 4px 0 0 3px;
  border-radius: 11px;
  color: #fff;
  font-weight: 900;
  font-style: normal;
  font-size: 0.8125rem;
  letter-spacing: 0.025em;
  background-color: #c5123d;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech--type5 {
    width: 16.5333333333vw;
    height: 3.8666666667vw;
    margin-top: 2.2666666667vw;
    margin-bottom: 1.3333333333vw;
    padding: 0.5333333333vw 0 0 0;
    font-size: 2.2666666667vw;
  }
}
.c-headerLink__speech--type5::before {
  display: none;
}
.c-headerLink__speech--type5 .u-textSmall {
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech--type5 .u-textSmall {
    letter-spacing: 0.025em;
  }
}
.c-headerLink__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.c-headerLink__text1 {
  margin-left: 4px;
  margin-right: 4px;
  padding-bottom: 1px;
  font-weight: 900;
  font-size: 0.9375rem;
}
@media not all and (min-width: 768px) {
  .c-headerLink__text1 {
    margin: 0 0.8vw 0 1.6vw;
    padding: 0 0 0.2666666667vw 0;
    font-size: 2.2666666667vw;
  }
}
.c-headerLink__text {
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-headerLink__text {
    font-size: 3.3333333333vw;
    letter-spacing: 0;
  }
  .c-headerLink--type4 .c-headerLink__text {
    font-size: 3.2vw;
  }
  .c-headerLink--type4 .c-headerLink__text .u-textSmall {
    font-size: 75%;
  }
}
.c-headerLink__text .u-textSmall {
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-headerLink__text .u-textSmall {
    letter-spacing: 0;
  }
}
@media not all and (min-width: 768px) {
  .c-headerLink--type5 .c-headerLink__text {
    letter-spacing: 0.025em;
  }
  .c-headerLink--type5 .c-headerLink__text .u-textSmall {
    letter-spacing: 0.025em;
  }
}
.c-campaignInternal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 20px 33px;
  background-color: #dafeec;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .c-campaignInternal {
    padding: 4.5333333333vw 2.6666666667vw;
  }
}
.c-campaignInternal__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  height: 37px;
  padding-top: 5px;
  padding-right: 57px;
  padding-bottom: 9px;
  color: #038271;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
@media not all and (min-width: 768px) {
  .c-campaignInternal__link {
    height: auto;
    padding: 1.3333333333vw 8.8vw 1.3333333333vw 0;
    font-size: 4vw;
    text-decoration: none;
  }
}
.c-campaignInternal__link::after {
  position: absolute;
  top: 0;
  right: 1px;
  display: block;
  content: "";
  width: 37px;
  height: 37px;
  background: url("/event/multi-ta-02/images/ico_link01.svg") no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .c-campaignInternal__link::after {
    top: 0.2666666667vw;
    right: 0;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.c-campaignInternal__link .u-textSmall {
  letter-spacing: 0.05em;
}
.c-pointHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  margin-left: 5px;
}
@media not all and (min-width: 768px) {
  .c-pointHeader {
    margin-left: 0.2666666667vw;
    gap: 0 2.4vw;
  }
}
.c-pointHeader__heading {
  padding-bottom: 2px;
  font-weight: 700;
  font-size: 3.125rem;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-pointHeader__heading {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    padding-bottom: 1.0666666667vw;
    font-size: 6.9333333333vw;
    line-height: 1.1153846154;
  }
}
.c-pointHeader__heading .u-textSmall {
  letter-spacing: 0.025em;
}
.c-pointHeader__heading sup {
  position: relative;
  top: 4px;
  font-size: 30%;
  vertical-align: top;
}
.c-pointIcon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 116px;
  width: 116px;
  padding-top: 33px;
  color: #fff;
  font-family: "Geist", sans-serif;
  font-weight: 700;
  background: url(/event/multi-ta-02/images/bg_point.svg) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .c-pointIcon {
    width: 19.2vw;
    height: 19.2vw;
    padding-top: 5.0666666667vw;
    padding-right: 0;
  }
}
.c-pointIcon__text {
  padding-right: 1px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media not all and (min-width: 768px) {
  .c-pointIcon__text {
    font-size: 2.6666666667vw;
  }
}
.c-pointIcon__num {
  margin-top: 2px;
  padding-right: 2px;
  font-size: 2.5625rem;
  line-height: 1;
}
@media not all and (min-width: 768px) {
  .c-pointIcon__num {
    margin-top: 0;
    font-size: 7.4666666667vw;
  }
}
.c-headerGroup {
  text-align: center;
}
.c-headerGroup__description {
  margin-top: 29px;
  padding-right: 1px;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-headerGroup__description {
    margin-top: 4.5333333333vw;
    padding-right: 0;
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
    text-align: justify;
  }
}
.c-heading01 {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-heading01 {
    font-size: 6.9333333333vw;
    line-height: 1.1923076923;
  }
}
.c-heading01 .u-textSmall {
  letter-spacing: 0.025em;
}
.c-heading02 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-heading02 {
    font-size: 5.6vw;
    line-height: 1.2857142857;
  }
}
.c-heading02 .u-textSmall {
  letter-spacing: 0.025em;
}
.c-heading03 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-heading03 {
    font-size: 5.6vw;
    line-height: 1.0952380952;
  }
}
.c-heading03 .u-textSmall {
  letter-spacing: 0.025em;
}
.c-buttonOpening {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-box-shadow: 2.5px 4.33px 3px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2.5px 4.33px 3px 0 rgba(0, 0, 0, 0.07);
  width: 638px;
  margin-right: auto;
  margin-left: auto;
  padding: 33px 24px 29px 0;
  border-radius: 48px;
  line-height: 1;
  background-color: #e83a3a;
  text-align: center;
  text-decoration: none;
}
@media (hover: hover) {
  .c-buttonOpening {
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }
  .c-buttonOpening:hover {
    opacity: 1;
    -webkit-box-shadow: 2.5px 4.33px 3px 0 rgba(0, 0, 0, 0);
    box-shadow: 2.5px 4.33px 3px 0 rgba(0, 0, 0, 0);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}
@media not all and (min-width: 768px) {
  .c-buttonOpening {
    left: 0.2666666667vw;
    width: 78.6666666667vw;
    height: 14.6666666667vw;
    padding: 4.8vw 1.6vw 7.7333333333vw 0;
    border-radius: 14.6666666667vw;
    background-color: #e53c40;
    -webkit-box-shadow: 0.3333333333vw 0.5773333333vw 0.4vw 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0.3333333333vw 0.5773333333vw 0.4vw 0 rgba(0, 0, 0, 0.07);
  }
}
.c-buttonOpening::after {
  position: absolute;
  top: 31px;
  right: 19px;
  display: block;
  content: "";
  width: 37px;
  height: 37px;
  background: url(/event/multi-ta-02/images/ico_button-account.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .c-buttonOpening::after {
    top: 4.2666666667vw;
    right: 2.6666666667vw;
    width: 6.4vw;
    height: 6.4vw;
    background: url(/event/multi-ta-02/images/ico_button-account_sp.png) no-repeat 0 0 / contain;
  }
}
.c-buttonOpening__speech {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -47px;
  left: 187px;
  width: 272px;
  height: 74px;
  padding: 21px 0 0 1px;
  font-weight: 700;
  font-style: italic;
  font-size: 1.3125rem;
  line-height: 1;
  letter-spacing: 0.025em;
  background: url(/event/multi-ta-02/images/bg_buttonOpen.png) no-repeat center/contain;
}
@media not all and (min-width: 768px) {
  .c-buttonOpening__speech {
    top: -7.4666666667vw;
    left: 50%;
    width: 44.5333333333vw;
    height: 12vw;
    margin-left: 0.8vw;
    padding: 3.2vw 0 0 0.5333333333vw;
    font-size: 3.4666666667vw;
    background: url(/event/multi-ta-02/images/bg_buttonOpen_sp.png) no-repeat center/contain;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.c-buttonOpening__textWrap {
  color: #fff;
}
.c-buttonOpening__text1 {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 9px;
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
@media not all and (min-width: 768px) {
  .c-buttonOpening__text1 {
    top: 0;
    margin-right: 1.0666666667vw;
    font-size: 3.2vw;
  }
}
.c-buttonOpening__text2 {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-buttonOpening__text2 {
    font-size: 5.6vw;
  }
}
.c-buttonOpening .u-textSmall {
  font-size: 85%;
  line-height: 1;
  letter-spacing: 0.025em;
}
.l-campaign {
  padding: 60px 20px 136px;
}
@media not all and (min-width: 768px) {
  .l-campaign {
    padding: 12.2666666667vw 5.3333333333vw 15.7333333333vw;
  }
}
.l-campaign__heading {
  padding-right: 5px;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .l-campaign__heading {
    padding-right: 1.3333333333vw;
    font-size: 5.8666666667vw;
    line-height: 1.2727272727;
  }
}
.l-campaign__heading .u-textSmall {
  letter-spacing: 0.025em;
}
.l-campaign__contents {
  max-width: 1100px;
  margin: 50px auto 0;
}
@media not all and (min-width: 768px) {
  .l-campaign__contents {
    margin-top: 4.2666666667vw;
  }
}
.p-campaign {
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 757px;
  padding-right: 15px;
}
@media not all and (min-width: 768px) {
  .p-campaign {
    height: 159.7333333333vw;
    padding-top: 0.5333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.p-campaign__item {
  position: relative;
  max-width: 1058px;
  padding-top: 50px;
  padding-bottom: 52px;
  gap: 46px;
}
@media not all and (min-width: 768px) {
  .p-campaign__item {
    padding-top: 6.6666666667vw;
    padding-bottom: 6.4vw;
  }
}
.p-campaign__item::before,
.p-campaign__item::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.6) 2px,
    transparent 2px,
    transparent 5px,
    rgba(0, 0, 0, 0.6) 5px,
    rgba(0, 0, 0, 0.6) 6px
  );
  background-position: 0 0;
  background-size: 6px 1px;
  background-repeat: repeat-x;
  z-index: 1;
}
@media not all and (min-width: 768px) {
  .p-campaign__item::before,
  .p-campaign__item::after {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0.1333333333vw, transparent),
      color-stop(0.1333333333vw, rgba(0, 0, 0, 0.6)),
      color-stop(0.5333333333vw, rgba(0, 0, 0, 0.6)),
      color-stop(0.5333333333vw, transparent),
      color-stop(0.8vw, transparent)
    );
    background-image: linear-gradient(
      90deg,
      transparent 0.1333333333vw,
      rgba(0, 0, 0, 0.6) 0.1333333333vw,
      rgba(0, 0, 0, 0.6) 0.5333333333vw,
      transparent 0.5333333333vw,
      transparent 0.8vw
    );
    background-size: 0.8vw 0.1333333333vw;
  }
}
.p-campaign__item::before {
  top: 0;
  content: "";
}
.p-campaign__item:nth-last-child(1)::after {
  bottom: 0;
  content: "";
}
.p-campaign__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 46px;
  text-decoration: none;
}
@media not all and (min-width: 768px) {
  .p-campaign__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4vw;
  }
}
.p-campaign__image {
  width: 400px;
}
@media not all and (min-width: 768px) {
  .p-campaign__image {
    width: 82.6666666667vw;
  }
}
.p-campaign__texts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #222;
  padding-bottom: 12px;
}
@media not all and (min-width: 768px) {
  .p-campaign__texts {
    padding-bottom: 0;
  }
}
.p-campaign__title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 9px;
  margin-left: 1px;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.24;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-campaign__title {
    margin-top: 0.8vw;
    margin-left: 0.2666666667vw;
    font-size: 4.2666666667vw;
  }
}
.p-campaign__category {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  color: #096e5f;
  font-family: "Geist", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
@media not all and (min-width: 768px) {
  .p-campaign__category {
    font-size: 2.9333333333vw;
  }
}
.p-campaign__description {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 19px;
  margin-left: 2px;
  padding-right: 20px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-campaign__description {
    margin-top: 1.6vw;
    margin-left: 0.5333333333vw;
    padding-right: 0;
    font-size: 2.9333333333vw;
    line-height: 1.5454545455;
  }
}
.scroll__inner {
  background-color: #fff;
  height: 350px;
  padding: 40px 30px 45px 20px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll__inner::-webkit-scrollbar {
  display: none;
}
.simplebar-scrollbar::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #009682;
  border-radius: 5px;
  width: 10px;
  margin: 0;
  opacity: 1;
}
@media not all and (min-width: 768px) {
  .simplebar-scrollbar::before {
    width: 1.3333333333vw;
    border-radius: 0.6666666667vw;
  }
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar-track {
  border-radius: 5px;
  background: #f2f2f2;
  width: 10px !important;
}
@media not all and (min-width: 768px) {
  .simplebar-track {
    width: 1.3333333333vw !important;
    border-radius: 0.6666666667vw;
  }
}
.l-contentsBlock {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock {
    width: 89.3333333333vw;
  }
}
.l-contentsBlock + .l-contentsBlock {
  margin-top: 58px;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock + .l-contentsBlock {
    margin-top: 8vw;
  }
}
.l-contentsBlock__header {
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock__header {
    border-radius: 1.6vw;
  }
}
.l-contentsBlock__contents {
  margin-top: 3px;
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock__contents {
    margin-top: 0.5333333333vw;
    border-radius: 1.6vw;
  }
}
.l-contentsBlock .c-pointHeader__heading {
  color: var(--main-color);
  font-size: 2.625rem;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock .c-pointHeader__heading {
    padding-bottom: 0;
    font-size: 6.4vw;
    line-height: 1.2083333333;
  }
}
.l-contentsBlock .c-pointHeader__headingSmall {
  display: inline-block;
  margin-bottom: 6px;
  margin-left: 1px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock .c-pointHeader__headingSmall {
    margin: 0;
    font-size: 5.0666666667vw;
  }
}
.l-contentsBlock .c-pointHeader__heading .u-textSmall {
  letter-spacing: 0.025em;
}
.l-contentsBlock .c-pointHeader__headingSmallWrap {
  padding-bottom: 12px;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock .c-pointHeader__headingSmallWrap {
    padding-bottom: 0;
  }
}
.l-contentsBlock2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #dbdfe5;
  border-radius: 12px;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock2 {
    width: 89.3333333333vw;
    border-width: 0.2666666667vw;
    border-radius: 1.6vw;
  }
}
.l-contentsBlock2 + .l-contentsBlock2 {
  margin-top: 42px;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock2 + .l-contentsBlock2 {
    margin-top: 7.4666666667vw;
  }
}
.l-contentsBlock2__header {
  border-bottom: 1px solid #dbdfe5;
}
.l-contentsBlock2__heading1 {
  padding: 58px 23px 53px 20px;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock2__heading1 {
    padding: 7.4666666667vw 2.6666666667vw 6.6666666667vw 3.7333333333vw;
    font-size: 5.8666666667vw;
    line-height: 1.2272727273;
  }
}
.p-internalLinks {
  position: relative;
  z-index: 0;
}
.p-internalLinks__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1100px;
  width: 100%;
  height: 105px;
  margin: 0 auto;
  border-right: solid 1px hsla(0, 0%, 100%, 0.3);
  border-left: solid 1px hsla(0, 0%, 100%, 0.3);
  z-index: 0;
}
@media not all and (min-width: 768px) {
  .p-internalLinks__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    border: none;
  }
}
.p-internalLinks__link {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0.025em;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-internalLinks__link {
    position: relative;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    height: 21.3333333333vw;
    font-size: 4.8vw;
  }
  .p-internalLinks__link::after {
    position: absolute;
    top: 7.4666666667vw;
    right: 5.6vw;
    display: block;
    content: "";
    width: 7.7333333333vw;
    height: 7.7333333333vw;
    background: url(/event/multi-ta-02/images/ico_internalLinks_sp.png) no-repeat 0 0 / contain;
  }
}
.p-internalLinks__link + .p-internalLinks__link {
  border-left: solid 1px hsla(0, 0%, 100%, 0.3);
}
@media not all and (min-width: 768px) {
  .p-internalLinks__link + .p-internalLinks__link {
    border-left: none;
  }
  .p-internalLinks__link + .p-internalLinks__link::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0.2666666667vw;
    background-color: hsla(0, 0%, 100%, 0.3);
  }
}
.l-flow {
  padding: 99px 0 108px;
  background-color: #eff2f7;
}
@media not all and (min-width: 768px) {
  .l-flow {
    padding: 9.0666666667vw 0 12.5333333333vw;
  }
}
.l-flow__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}
.l-flow__headingLine1 {
  padding-right: 0.05em;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
@media not all and (min-width: 768px) {
  .l-flow__headingLine1 {
    font-size: 3.7333333333vw;
  }
}
.l-flow__headingLine1 .u-textSmall,
.l-flow__headingLine1 .u-textLarge {
  letter-spacing: 0.025em;
}
.l-flow__headingLine1 .u-textLarge {
  position: relative;
  bottom: -2px;
}
@media not all and (min-width: 768px) {
  .l-flow__headingLine1 .u-textLarge {
    bottom: -0.2666666667vw;
  }
}
.l-flow__headingLine2 {
  margin-top: 13px;
  padding-right: 0.06em;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .l-flow__headingLine2 {
    margin-top: 1.8666666667vw;
    padding-left: 0;
    font-size: 6.4vw;
  }
}
.l-flow__contents {
  margin-top: 71px;
}
@media not all and (min-width: 768px) {
  .l-flow__contents {
    margin-top: 10.6666666667vw;
  }
}
.p-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (max-width: 1000px) {
  .p-flow__list {
    zoom: 0.8;
  }
}
@media not all and (min-width: 768px) {
  .p-flow__list {
    zoom: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 384px;
}
@media not all and (min-width: 768px) {
  .p-flow__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 89.3333333333vw;
    height: 42.2666666667vw;
    margin: 0 auto;
    border-radius: 1.6vw;
    background-color: #fff;
  }
}
@media not all and (min-width: 768px) {
  .p-flow__item:nth-child(n + 2) {
    margin-top: 15.4666666667vw;
  }
}
.p-flow__item:nth-child(n + 2)::before {
  opacity: 0.6;
  position: absolute;
  top: 138px;
  left: -10px;
  display: block;
  content: "";
  width: 28px;
  height: 48px;
  background: url(/event/multi-ta-02/images/ico_flow.svg) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .p-flow__item:nth-child(n + 2)::before {
    top: -13.3333333333vw;
    left: 50%;
    width: 4.5333333333vw;
    height: 7.6vw;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}
.p-flow__icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -18px;
  display: inline-block;
  width: 110px;
  padding: 12px 10px 11px;
  color: #fff;
  border-radius: 20px;
  font-weight: 700;
  font-family: "Geist", sans-serif;
  font-size: 1.0625rem;
  line-height: 1;
  background-color: var(--main-color);
  text-transform: uppercase;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-flow__icon {
    left: 50%;
    width: 21.3333333333vw;
    padding: 1.8666666667vw 1.3333333333vw;
    top: -2.9333333333vw;
    font-size: 2.9333333333vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-flow__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 326px;
  height: 326px;
  border-radius: 50%;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  .p-flow__image {
    display: block;
    width: 36.5333333333vw;
    height: 100%;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
  }
}
.p-flow__imageObject1 {
  width: 123px;
  margin: 82px 0 0 100px;
}
@media not all and (min-width: 768px) {
  .p-flow__imageObject1 {
    position: absolute;
    display: block;
    width: 19.8666666667vw;
    margin: 7.7333333333vw 0 0 9.3333333333vw;
  }
}
.p-flow__imageObject2 {
  width: 123px;
  margin: 81px 0 0 102px;
}
@media not all and (min-width: 768px) {
  .p-flow__imageObject2 {
    display: block;
    width: 19.7333333333vw;
    margin: 8.1333333333vw 0 0 9.3333333333vw;
  }
}
.p-flow__imageObject3 {
  width: 123px;
  margin: 50px 0 0 100px;
}
@media not all and (min-width: 768px) {
  .p-flow__imageObject3 {
    display: block;
    width: 19.6vw;
    margin: 4.8vw 0 0 9.3333333333vw;
  }
}
.p-flow__text {
  margin-top: 19px;
  padding-right: 0.05em;
  font-size: 1.375rem;
  line-height: 1.3636363636;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-flow__text {
    margin-top: 0;
    margin-bottom: 0.5333333333vw;
    padding-right: 0;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    text-align: left;
  }
}
.p-flow__footnotes {
  margin: 36px 20px 0;
  padding-right: 0.05em;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 768px) {
  .p-flow__footnotes {
    margin: 6.4vw 5.3333333333vw 0;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
.p-flow__footnote {
  position: relative;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-flow__footnote {
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
  }
}
.p-flow__footnote::before {
  display: inline;
  content: "※";
}
@media not all and (min-width: 768px) {
  .p-flow__footnote + .p-flow__footnote {
    margin-top: 1.0666666667vw;
  }
}
.p-flow__footnoteLink {
  color: #222;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
@media not all and (min-width: 768px) {
  .p-flow__footnoteLink {
    text-decoration-thickness: 0.2666666667vw;
    text-underline-offset: 1.3333333333vw;
  }
}
.l-security {
  overflow: hidden;
  position: relative;
  padding: 129px 20px 108px;
  z-index: 0;
  background-color: #d1f5e3;
}
@media not all and (min-width: 768px) {
  .l-security {
    padding: 12.2666666667vw 5.3333333333vw 10.1333333333vw;
  }
}
.l-security__heading {
  padding-right: 3px;
}
@media not all and (min-width: 768px) {
  .l-security__heading {
    padding-right: 0;
  }
}
.l-security__heading .u-textSmall {
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .l-security .c-headerGroup__description {
    margin-top: 3.2vw;
  }
}
.p-security {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  margin: 34px auto 0;
}
@media not all and (min-width: 768px) {
  .p-security {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 6.6666666667vw 0;
    margin-top: 6.4vw;
  }
}
.p-security__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 350px;
  width: 100%;
  padding: 5% 3.3636363636% 6.5454545455% 3.7272727273%;
  border-radius: 12px;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  .p-security__item {
    max-width: 100%;
    width: 89.3333333333vw;
    padding: 7.2vw 7.4666666667vw 9.6vw;
    border-radius: 1.8666666667vw;
  }
}
.p-security__item + .p-security__item {
  margin-left: 10px;
}
@media not all and (min-width: 768px) {
  .p-security__item + .p-security__item {
    margin-left: 0;
  }
}
.p-security__heading {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0.15em;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-security__heading {
    padding-left: 1.0666666667vw;
    font-size: 4vw;
    line-height: 1.6666666667;
  }
}
.p-security__description {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 28px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.025em;
  text-align: justify;
}
@media not all and (min-width: 768px) {
  .p-security__description {
    margin-top: 3.2vw;
    font-size: 2.9333333333vw;
    line-height: 1.7272727273;
    line-break: anywhere;
  }
}
.p-security__icon {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.p-security__icon--01 {
  width: 77px;
  margin: 0 3px 30px 0;
}
@media not all and (min-width: 768px) {
  .p-security__icon--01 {
    width: 15.8666666667vw;
    margin: 0 0 2.9333333333vw 0;
  }
}
.p-security__icon--02 {
  width: 83px;
  margin: 4px 3px 32px 0;
}
@media not all and (min-width: 768px) {
  .p-security__icon--02 {
    width: 17.3333333333vw;
    margin: 0.8vw 0 4.2666666667vw 0;
  }
}
.p-security__icon--03 {
  width: 122px;
  margin: 5px 5px 34px 0;
}
@media not all and (min-width: 768px) {
  .p-security__icon--03 {
    width: 27.4666666667vw;
    margin: 0.2666666667vw 0.8vw 4.5333333333vw 0;
  }
}
.l-links {
  padding: 89px 20px 85px;
}
@media not all and (min-width: 768px) {
  .l-links {
    padding: 14.1333333333vw 5.3333333333vw 11.4666666667vw;
  }
}
.l-links__heading {
  padding-right: 1px;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .l-links__heading {
    padding-right: 0.8vw;
  }
}
.l-links__contents {
  margin-top: 45px;
}
@media not all and (min-width: 768px) {
  .l-links__contents {
    margin-top: 6.6666666667vw;
  }
}
.l-links__button {
  margin-top: 108px;
}
@media not all and (min-width: 768px) {
  .l-links__button {
    margin-top: 14.9333333333vw;
  }
}
.p-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1100px;
  gap: 22px 2.5454545455%;
  margin-right: auto;
  margin-left: auto;
}
@media not all and (min-width: 768px) {
  .p-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 89.3333333333vw;
    gap: 3.7333333333vw 4vw;
  }
}
.p-links__item {
  width: 254px;
}
@media not all and (min-width: 768px) {
  .p-links__item {
    width: 42.6666666667vw;
  }
}
.p-links__link {
  position: relative;
  display: block;
  padding: 19px 10px;
  border: currentColor solid 1px;
  border-radius: 28px;
  color: #096e5f;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  text-decoration: none;
}
@media not all and (min-width: 768px) {
  .p-links__link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 9.3333333333vw;
    padding: 0 0 0.5333333333vw;
    border-radius: 4.8vw;
    font-size: 3.2vw;
    border-width: 0.2666666667vw;
  }
}
.p-links__link::after {
  position: absolute;
  top: 23px;
  right: 21px;
  display: block;
  content: "";
  width: 10px;
  height: 9px;
  background: url(/event/multi-ta-02/images/ico_link-arrow.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .p-links__link::after {
    top: 3.2vw;
    right: 2.6666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    background: url(/event/multi-ta-02/images/ico_link-arrow_sp.png) no-repeat 0 0 / contain;
  }
}
.l-support {
  padding: 108px 20px 98px;
}
@media not all and (min-width: 768px) {
  .l-support {
    padding: 15.4666666667vw 5.3333333333vw 11.4666666667vw;
  }
}
.l-support__heading {
  padding-right: 7px;
}
@media not all and (min-width: 768px) {
  .l-support__heading {
    padding-right: 0.5333333333vw;
  }
}
.l-support__lead {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1100px;
  width: 100%;
  margin: 32px auto 0;
}
@media not all and (min-width: 768px) {
  .l-support__lead {
    margin-top: 4.5333333333vw;
  }
}
.l-support__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 37px 2.5454545455%;
  max-width: 1100px;
  width: 100%;
  margin: 56px auto 0;
}
@media not all and (min-width: 768px) {
  .l-support__contents {
    gap: 0;
    margin-top: 5.8666666667vw;
  }
}
.c-support {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 536px;
  width: 100%;
  height: 328px;
  border-radius: 14px;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media not all and (min-width: 768px) {
  .c-support {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 100%;
    width: 89.3333333333vw;
    height: 57.3333333333vw;
    border-radius: 1.8666666667vw;
  }
}
.c-support--tel {
  background-image: linear-gradient(135deg, rgb(12, 182, 155) 0%, rgb(0, 141, 121) 100%);
}
@media not all and (min-width: 768px) {
  .c-support--tel {
    background-image: linear-gradient(135deg, rgb(33, 181, 155) 0%, rgb(19, 140, 121) 100%);
  }
}
.c-support--mail {
  background-image: linear-gradient(135deg, rgb(10, 186, 132) 0%, rgb(0, 170, 118) 100%);
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px);
}
@media not all and (min-width: 768px) {
  .c-support--mail {
    margin-top: 4.8vw;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.c-support__heading {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 10px 33px;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  border-bottom: hsla(0, 0%, 100%, 0.3) solid 1px;
}
@media not all and (min-width: 768px) {
  .c-support__heading {
    padding: 5.6vw 1.3333333333vw 4.8vw;
    border-width: 0.2666666667vw;
    font-size: 4.8vw;
  }
}
.c-support__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media not all and (min-width: 768px) {
  .c-support__contentsInner {
    width: 89.3333333333vw;
  }
}
.c-support__telNumber {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-family: "Geist", sans-serif;
  font-weight: 700;
  font-size: 2.894375rem;
  margin-top: 58px;
  margin-bottom: 17px;
}
@media not all and (min-width: 768px) {
  .c-support__telNumber {
    font-size: 7.2vw;
    margin-top: 11.7333333333vw;
    margin-bottom: 3.4666666667vw;
  }
}
.c-support__telNumber::before {
  display: inline-block;
  content: "";
  width: 64px;
  height: 42px;
  margin-right: 12px;
  margin-left: 1px;
  background: url(/event/multi-ta-02/images/ico_freedial.png) no-repeat center/contain;
}
@media not all and (min-width: 768px) {
  .c-support__telNumber::before {
    margin-left: 0.2666666667vw;
    margin-right: 1.8666666667vw;
    width: 10vw;
    height: 6.5333333333vw;
  }
}
.c-support__receptionHours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-support__receptionHours {
    font-size: 3.2vw;
    line-height: 1.3333333333;
  }
}
.c-support__receptionHours sup {
  position: relative;
  top: 3px;
  font-size: 60%;
  vertical-align: top;
}
@media not all and (min-width: 768px) {
  .c-support__receptionHours sup {
    top: 0.8vw;
  }
}
.c-support__receptionHoursSpan {
  display: inline-block;
  margin: 0 0.15em 0 0.225em;
}
@media not all and (min-width: 768px) {
  .c-support__receptionHoursSpan {
    margin: 0 0 0 0.12em;
  }
}
@media not all and (min-width: 768px) {
  .c-support__receptionHoursSpanSp {
    margin: 0 0.2em 0 0.275em;
  }
}
.c-support__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 310px;
  height: 66px;
  margin: 31px auto 17px;
  padding: 24px 8px 0 0;
  border-radius: 33px;
  color: #01986a;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.025em;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(235, 248, 244)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(0deg, rgb(235, 248, 244) 0%, rgb(255, 255, 255) 100%);
  -webkit-box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.13);
  text-align: center;
  text-decoration: none;
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
@media not all and (min-width: 768px) {
  .c-support__link {
    width: 62.6666666667vw;
    height: 12.5333333333vw;
    margin: 4.5333333333vw 0 2.4vw 12.5333333333vw;
    padding: 4.2666666667vw 0 0;
    border-radius: 6.2666666667vw;
    font-size: 3.7333333333vw;
    -webkit-box-shadow: 0.3333333333vw 0.5773333333vw 0.6666666667vw 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0.3333333333vw 0.5773333333vw 0.6666666667vw 0 rgba(0, 0, 0, 0.13);
  }
}
.c-support__link::after {
  position: absolute;
  top: 15px;
  right: 12px;
  display: block;
  content: "";
  width: 37px;
  height: 37px;
  background: url(/event/multi-ta-02/images/ico_button-support.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .c-support__link::after {
    top: 2.9333333333vw;
    right: 2.6666666667vw;
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    background: url(/event/multi-ta-02/images/ico_button-support_sp.png) no-repeat 0 0 / contain;
  }
}
.c-support__footnote {
  margin-top: 19px;
  margin-right: 3px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 768px) {
  .c-support__footnote {
    margin: 1.8666666667vw 0 0 0.5333333333vw;
    font-size: 2.6666666667vw;
    line-height: 1.5;
    text-align: center;
  }
}
.c-supportEvaluation {
  width: 100%;
}
@media not all and (min-width: 768px) {
  .c-supportEvaluation {
    width: 89.3333333333vw;
    margin-top: 4vw;
  }
}
.p-floating {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 170px;
  padding-top: 57px;
  background-color: hsla(0, 0%, 100%, 0.9);
  z-index: 10;
}
@media not all and (min-width: 768px) {
  .p-floating {
    display: block;
    height: 26.6666666667vw;
    padding-top: 9.0666666667vw;
  }
}
@media not all and (min-width: 768px) {
  .p-floating__button {
    margin-left: 6.9333333333vw;
  }
  .p-floating__button .c-buttonOpening {
    margin: 0;
  }
}
.p-floating__pageTop {
  position: absolute;
  right: 13px;
  bottom: 18px;
}
@media not all and (min-width: 768px) {
  .p-floating__pageTop {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
.c-floatingPageTop {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-color: dimgray;
}
@media not all and (min-width: 768px) {
  .c-floatingPageTop {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    padding: 0.5333333333vw 0 0 0.2666666667vw;
  }
}
@media (hover: hover) {
  .c-floatingPageTop:hover {
    opacity: 1;
  }
  .c-floatingPageTop:hover .c-floatingPageTop__image {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
.c-floatingPageTop__image {
  width: 14px;
  height: 17px;
}
@media (hover: hover) {
  .c-floatingPageTop__image {
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
  }
}
@media not all and (min-width: 768px) {
  .c-floatingPageTop__image {
    width: 2.9333333333vw;
    height: 3.2vw;
  }
}
.l-header {
  position: relative;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  .l-header {
    height: 13.3333333333vw;
  }
}
.l-header__logo--type1 {
  width: 146px;
  margin-left: 28px;
}
@media not all and (min-width: 768px) {
  .l-header__logo--type1 {
    width: 19.4666666667vw;
    margin-top: 0.2666666667vw;
    margin-left: 2.6666666667vw;
  }
}
.l-header__logo--type2 {
  width: 170px;
  margin-left: 20px;
  padding-bottom: 2px;
}
@media not all and (min-width: 768px) {
  .l-header__logo--type2 {
    width: 22.6666666667vw;
    margin-left: 1.3333333333vw;
    padding-bottom: 0;
  }
}
.l-footer {
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding: 58px 20px 109px;
  background-color: #009682;
}
@media not all and (min-width: 768px) {
  .l-footer {
    padding: 11.4666666667vw 5.3333333333vw 22.1333333333vw;
  }
}
.l-footer__inner {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 0;
  grid-row-gap: 68px;
  max-width: 1100px;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .l-footer__inner {
    display: block;
    grid-row-gap: 0;
  }
}
.l-footer__column {
  color: #fff;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: initial;
}
@media not all and (min-width: 768px) {
  .l-footer__column {
    font-size: 2.9333333333vw;
    line-height: 1.5454545455;
    text-align: center;
  }
}
.l-footer__column:nth-child(1) {
  grid-area: 1/1/2/3;
  padding-left: 2px;
}
@media not all and (min-width: 768px) {
  .l-footer__column:nth-child(1) {
    padding-left: 0.2666666667vw;
  }
}
.l-footer__column:nth-child(2) {
  grid-area: 2/1/3/2;
  padding-left: 2px;
}
@media not all and (min-width: 768px) {
  .l-footer__column:nth-child(2) {
    margin-top: 5.3333333333vw;
    padding-left: 0;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
.l-footer__column:nth-child(3) {
  justify-self: flex-end;
  grid-area: 2/2/3/3;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media not all and (min-width: 768px) {
  .l-footer__column:nth-child(3) {
    margin-top: 8.5333333333vw;
    justify-self: initial;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
.l-footer__column a {
  color: #fff;
  text-decoration: none;
}
.l-footer__copyright {
  font-family: "Geist", sans-serif;
  letter-spacing: 0;
}
.c-pageTop {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 8px;
  right: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 78px;
  height: 78px;
  padding: 2px 0 0 2px;
  border-radius: 50%;
  background-color: #fff;
}
.c-pageTop__arrow {
  width: 14px;
  height: 15px;
}
@media (hover: hover) {
  .c-pageTop__arrow {
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
  }
}
@media (hover: hover) {
  .c-pageTop:hover {
    opacity: 1;
  }
  .c-pageTop:hover .c-pageTop__arrow {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@media not all and (min-width: 768px) {
  .c-pageTop {
    display: none;
  }
}
button {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
.c-description {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-description {
    font-size: 3.7333333333vw;
    line-height: 1.6428571429;
  }
}
.c-description.-center {
  text-align: center;
}
@media not all and (min-width: 768px) {
  .c-description.-spLeft {
    text-align: left;
  }
}
.c-footnotes {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  line-break: anywhere;
}
@media not all and (min-width: 768px) {
  .c-footnotes {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
.c-footnotes__item.-inline {
  display: inline;
  letter-spacing: 0.025em;
}
.c-footnotes__item.-inline + .c-footnotes__item.-inline {
  margin-left: 0.5em;
}
.c-footnotes__item::before {
  display: inline-block;
  content: "※";
}
.c-footnotes.-center {
  text-align: center;
}
.c-footnotes2 {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  line-break: anywhere;
}
@media not all and (min-width: 768px) {
  .c-footnotes2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
.c-footnotes2__item::before {
  display: inline-block;
  content: "※";
  margin-right: 0.4em;
}
.c-footnotes2.-center {
  text-align: center;
}
.c-footnotesOl {
  counter-reset: count;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-footnotesOl {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
.c-footnotesOl__item {
  position: relative;
  padding-left: 22px;
  counter-increment: count 1;
}
@media not all and (min-width: 768px) {
  .c-footnotesOl__item {
    padding-left: 5.3333333333vw;
  }
  .c-footnotesOl__item + .c-footnotesOl__item {
    margin-top: 1.3333333333vw;
  }
}
.c-footnotesOl__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "※" counter(count);
}
.c-link {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
@media not all and (min-width: 768px) {
  .c-link {
    text-decoration-thickness: 0.2666666667vw;
    text-underline-offset: 0.8vw;
  }
}
.c-detailButton {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 700px;
  width: 100%;
  height: 66px;
  font-weight: 700;
  padding-bottom: 4px;
  border-radius: 33px;
  letter-spacing: 0.025em;
  font-size: 1.1875rem;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0);
  border: currentColor solid 2px;
}
@media not all and (min-width: 768px) {
  .c-detailButton {
    width: 76vw;
    height: 12.5333333333vw;
    font-size: 3.7333333333vw;
  }
}
.-ja .c-detailButton {
  color: #007868;
}
.-us .c-detailButton {
  color: #ec4263;
}
.-fund .c-detailButton {
  color: #008dc9;
  border-color: #039adb;
}
.c-detailButton__icon {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.-ja .c-detailButton__icon {
  background-color: var(--color-ja);
}
.-us .c-detailButton__icon {
  background-color: var(--color-us);
}
.-fund .c-detailButton__icon {
  background-color: #039adb;
}
@media not all and (min-width: 768px) {
  .c-detailButton__icon {
    right: 2.1333333333vw;
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
.c-detailButton__icon::before,
.c-detailButton__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media not all and (min-width: 768px) {
  .c-detailButton__icon::before,
  .c-detailButton__icon::after {
    width: 2.6666666667vw;
    height: 0.5333333333vw;
  }
}
.c-detailButton__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  will-change: transform;
}
.c-dl__group + .c-dl__group {
  margin-top: 29px;
}
@media not all and (min-width: 768px) {
  .c-dl__group + .c-dl__group {
    margin-top: 5.0666666667vw;
  }
}
.c-dl__dt {
  font-weight: 700;
  color: #096e5f;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-dl__dt {
    font-size: 3.4666666667vw;
    line-height: 1.3846153846;
  }
}
.c-dl__dd {
  margin-top: 2px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.025em;
  text-align: justify;
}
@media not all and (min-width: 768px) {
  .c-dl__dd {
    margin-top: 0.8vw;
    font-size: 2.9333333333vw;
    line-height: 1.5454545455;
  }
}
.p-kv {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background: url(/event/multi-ta-02/images/bg_kv.jpg) no-repeat top center/cover;
}
@media not all and (min-width: 768px) {
  .p-kv {
    height: 134.1333333333vw;
    background: url(/event/multi-ta-02/images/bg_kv_sp.jpg) no-repeat 0 0 / cover;
  }
}
.p-kv__wrapper {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
}
.p-kv__inner {
  position: relative;
  width: 100%;
  padding-top: 53.3070866142%;
}
@media not all and (min-width: 768px) {
  .p-kv__inner {
    padding: 0;
    height: 100%;
  }
}
.p-kv__title {
  position: absolute;
  top: 0;
  right: 0;
  width: 65.5905511811%;
  margin-top: 4.8031496063%;
  margin-right: -0.8661417323%;
}
@media not all and (min-width: 768px) {
  .p-kv__title {
    top: 57.3333333333vw;
    left: 2.6666666667vw;
    width: 93.8666666667vw;
    right: initial;
    margin: 0;
  }
}
.p-kv__text {
  position: absolute;
  top: 0;
  right: 0;
  width: 39.6062992126%;
  margin-top: 30.0787401575%;
  margin-right: 11.4173228346%;
}
@media not all and (min-width: 768px) {
  .p-kv__text {
    top: 93.6vw;
    left: 15.2vw;
    width: 67.2vw;
    right: initial;
    margin: 0;
  }
}
.p-kv__button {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 43.4645669291%;
  margin-right: 13.5433070866%;
}
@media not all and (min-width: 768px) {
  .p-kv__button {
    top: 116.8vw;
    left: 13.3333333333vw;
    right: initial;
    margin: 0;
  }
}
.p-kv__button .c-buttonOpening {
  width: 446px;
  height: 71px;
  padding: 22px 7px 0 0;
}
@media not all and (min-width: 768px) {
  .p-kv__button .c-buttonOpening {
    left: 0;
    width: 73.3333333333vw;
    height: 12vw;
    padding: 4vw 0.8vw 0 0;
  }
}
.p-kv__button .c-buttonOpening::after {
  position: absolute;
  top: 19px;
  right: 13px;
  display: block;
  content: "";
  width: 34px;
  height: 34px;
}
@media not all and (min-width: 768px) {
  .p-kv__button .c-buttonOpening::after {
    top: 3.7333333333vw;
    right: 2.1333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.p-kv__button .c-buttonOpening__speech {
  top: -35px;
  left: 50%;
  margin-left: 0;
  width: 197px;
  height: 58px;
  padding: 16px 0 0 3px;
  font-size: 0.9375rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(/event/multi-ta-02/images/bg_button-kv2.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .p-kv__button .c-buttonOpening__speech {
    top: -6.1333333333vw;
    width: 36.5333333333vw;
    height: 10.1333333333vw;
    margin-left: 0.8vw;
    padding: 3.2vw 0 0 1.0666666667vw;
    font-size: 2.8vw;
    background: url(/event/multi-ta-02/images/bg_button-kv_sp.png) no-repeat 0 0 / contain;
  }
}
.p-kv__button .c-buttonOpening__text1 {
  top: 0;
  margin-right: 5px;
  font-size: 0.875rem;
}
@media not all and (min-width: 768px) {
  .p-kv__button .c-buttonOpening__text1 {
    top: 0;
    margin-right: 0.5333333333vw;
    font-size: 2.6666666667vw;
  }
}
.p-kv__button .c-buttonOpening__text2 {
  font-size: 1.625rem;
}
@media not all and (min-width: 768px) {
  .p-kv__button .c-buttonOpening__text2 {
    font-size: 4.5333333333vw;
  }
}
.l-contentsHeader1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-contentsHeader1__heading {
  position: relative;
  margin-right: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1.16;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader1__heading {
    margin: 0 0 0 1.0666666667vw;
    font-size: 6.9333333333vw;
    line-height: 1.1153846154;
  }
}
.l-contentsHeader1__heading::before,
.l-contentsHeader1__heading::after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 30px;
  height: 48px;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader1__heading::before,
  .l-contentsHeader1__heading::after {
    width: 4.2666666667vw;
    height: 6.6666666667vw;
  }
}
.l-contentsHeader1__heading::before {
  left: -39px;
  background: url(/event/multi-ta-02/images/ico_speech02-1.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader1__heading::before {
    left: -5.3333333333vw;
    background: url(/event/multi-ta-02/images/ico_speech02-1_sp.png) no-repeat 0 0 / contain;
  }
}
.l-contentsHeader1__heading::after {
  right: -27px;
  background: url(/event/multi-ta-02/images/ico_speech02-2.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader1__heading::after {
    right: -4vw;
    background: url(/event/multi-ta-02/images/ico_speech02-2_sp.png) no-repeat 0 0 / contain;
  }
}
.l-contentsHeader1 .u-textSmall {
  font-size: 75%;
  line-height: 1.183908046;
  letter-spacing: 0.025em;
}
.l-contentsHeader2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader2 {
    max-width: 100%;
  }
}
.l-contentsHeader2__lead {
  position: relative;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader2__lead {
    margin-left: 0.5333333333vw;
    font-size: 6.6666666667vw;
  }
}
.l-contentsHeader2__lead::before,
.l-contentsHeader2__lead::after {
  position: absolute;
  bottom: -4px;
  display: block;
  content: "";
  width: 30px;
  height: 48px;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader2__lead::before,
  .l-contentsHeader2__lead::after {
    bottom: -0.5333333333vw;
    width: 4vw;
    height: 6.4vw;
  }
}
.l-contentsHeader2__lead::before {
  left: -34px;
  background: url(/event/multi-ta-02/images/ico_speech03-1.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader2__lead::before {
    left: -4.5333333333vw;
    background: url(/event/multi-ta-02/images/ico_speech03-1_sp.png) no-repeat 0 0 / contain;
  }
}
.l-contentsHeader2__lead::after {
  right: -28px;
  background: url(/event/multi-ta-02/images/ico_speech03-2.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader2__lead::after {
    right: -4vw;
    background: url(/event/multi-ta-02/images/ico_speech03-2_sp.png) no-repeat 0 0 / contain;
  }
}
.l-contentsHeader2__heading {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 262px;
  height: 102px;
  margin-top: 20px;
  padding: 0 5px 0 0;
  color: #79c851;
  font-weight: 700;
  font-size: 6.5rem;
  z-index: 0;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader2__heading {
    width: 41.6vw;
    height: 16.2666666667vw;
    margin-top: 3.4666666667vw;
    padding: 0 0.2666666667vw 0 0;
    font-size: 16.6666666667vw;
  }
}
.l-contentsHeader2__heading::after {
  position: absolute;
  bottom: -7px;
  left: -1px;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #f6fcfa;
  z-index: -1;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader2__heading::after {
    bottom: -0.8vw;
    left: 0;
    border-radius: 1.3333333333vw;
  }
}
.l-contentsHeader2__description {
  margin: 32px 0 0 2px;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader2__description {
    margin: 4.5333333333vw 0 0 0.2666666667vw;
  }
}
.l-contentsHeader3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-contentsHeader3__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 1em;
  line-height: 1;
  text-align: center;
}
.l-contentsHeader3__headingText1 {
  font-size: 2.1875rem;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader3__headingText1 {
    font-size: 4.8vw;
  }
}
.l-contentsHeader3__headingText1 .u-textSmall {
  letter-spacing: 0.025em;
}
.l-contentsHeader3__headingText2 {
  position: relative;
  margin-top: 14px;
  font-size: 3.125rem;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader3__headingText2 {
    margin-top: 2.1333333333vw;
    font-size: 6.6666666667vw;
    line-height: 1.2;
  }
}
.l-contentsHeader3__headingText2 .u-textSmall {
  letter-spacing: 0.025em;
}
.l-contentsHeader3__headingText2::before,
.l-contentsHeader3__headingText2::after {
  position: absolute;
  bottom: -4px;
  display: block;
  content: "";
  width: 30px;
  height: 48px;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader3__headingText2::before,
  .l-contentsHeader3__headingText2::after {
    bottom: -0.2666666667vw;
    width: 7.7333333333vw;
    height: 14.1333333333vw;
  }
}
.l-contentsHeader3__headingText2::before {
  left: -32px;
  background: url(/event/multi-ta-02/images/ico_speech04-1.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader3__headingText2::before {
    left: -5.0666666667vw;
    background: url(/event/multi-ta-02/images/ico_speech04-1_sp.png) no-repeat 0 0 / contain;
  }
}
.l-contentsHeader3__headingText2::after {
  right: -30px;
  background: url(/event/multi-ta-02/images/ico_speech04-2.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader3__headingText2::after {
    right: -5.0666666667vw;
    background: url(/event/multi-ta-02/images/ico_speech04-2_sp.png) no-repeat 0 0 / contain;
  }
}
.l-contentsHeader3__lead {
  margin-top: 31px;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader3__lead {
    margin-top: 6.1333333333vw;
  }
}
.l-contentsHeader4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader4 {
    max-width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.l-contentsHeader4__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 255px;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader4__inner {
    width: 71.4666666667vw;
    margin-right: 0;
  }
}
.l-contentsHeader4__lead {
  position: relative;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader4__lead {
    margin-left: 0.5333333333vw;
    font-size: 6.6666666667vw;
  }
}
.l-contentsHeader4__lead::before,
.l-contentsHeader4__lead::after {
  position: absolute;
  bottom: -4px;
  display: block;
  content: "";
  width: 30px;
  height: 48px;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader4__lead::before,
  .l-contentsHeader4__lead::after {
    bottom: -0.5333333333vw;
    width: 4vw;
    height: 6.4vw;
  }
}
.l-contentsHeader4__lead::before {
  left: -33px;
  background: url(/event/multi-ta-02/images/ico_speech05-1.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader4__lead::before {
    left: -4.5333333333vw;
    background: url(/event/multi-ta-02/images/ico_speech05-1_sp.png) no-repeat 0 0 / contain;
  }
}
.l-contentsHeader4__lead::after {
  right: -29px;
  background: url(/event/multi-ta-02/images/ico_speech05-2.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader4__lead::after {
    right: -3.7333333333vw;
    bottom: -0.2666666667vw;
    background: url(/event/multi-ta-02/images/ico_speech05-2_sp.png) no-repeat 0 0 / contain;
  }
}
.l-contentsHeader4__heading {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 142px;
  height: 92px;
  margin-top: 16px;
  padding: 0 2px 0 0;
  color: #174e97;
  font-weight: 700;
  font-size: 6.5rem;
  letter-spacing: 0.025em;
  z-index: 0;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader4__heading {
    width: 22.9333333333vw;
    height: 16.2666666667vw;
    margin-top: 3.2vw;
    padding: 0 0.2666666667vw 0 0;
    font-size: 16.6666666667vw;
  }
}
.l-contentsHeader4__heading::after {
  position: absolute;
  bottom: -11px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #f2fefe;
  z-index: -1;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader4__heading::after {
    bottom: -0.8vw;
    left: 0;
    border-radius: 1.3333333333vw;
  }
}
.l-contentsHeader4__description {
  margin: 30px 11px 0 0;
}
@media not all and (min-width: 768px) {
  .l-contentsHeader4__description {
    width: 59.2vw;
    margin: 4.5333333333vw 2.1333333333vw 0 0;
  }
}
.l-introduction {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d1f5e3;
  padding: 124px 20px 134px;
}
@media not all and (min-width: 768px) {
  .l-introduction {
    padding: 13.0666666667vw 5.3333333333vw 12.8vw;
  }
}
.l-introduction__links {
  margin-top: 38px;
}
@media not all and (min-width: 768px) {
  .l-introduction__links {
    margin-top: 5.6vw;
  }
}
.l-introduction__contents {
  margin-top: 49px;
}
@media not all and (min-width: 768px) {
  .l-introduction__contents {
    margin-top: 6.4vw;
  }
}
.p-introductionLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 1100px) {
  .p-introductionLinks {
    zoom: 0.9;
  }
}
@media print, screen and (max-width: 1040px) {
  .p-introductionLinks {
    zoom: 0.8;
  }
}
@media print, screen and (max-width: 840px) {
  .p-introductionLinks {
    zoom: 0.7;
  }
}
@media not all and (min-width: 768px) {
  .p-introductionLinks {
    zoom: initial;
  }
}
.p-introductionLinks__item {
  max-width: 334px;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .p-introductionLinks__item {
    max-width: 27.2vw;
  }
}
.p-introductionLinks__item + .p-introductionLinks__item {
  margin-left: 10px;
}
@media not all and (min-width: 768px) {
  .p-introductionLinks__item + .p-introductionLinks__item {
    margin-left: 0;
  }
}
.p-introductionLinks__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 30.2395209581%;
  padding-bottom: 26.6467065868%;
  -webkit-clip-path: path(
    "M-0.000,419.998 L-0.000,166.999 C-0.000,74.767 74.768,-0.001 166.1000,-0.001 C259.231,-0.001 333.1000,74.767 333.1000,166.999 L333.1000,419.998"
  );
  clip-path: path(
    "M-0.000,419.998 L-0.000,166.999 C-0.000,74.767 74.768,-0.001 166.1000,-0.001 C259.231,-0.001 333.1000,74.767 333.1000,166.999 L333.1000,419.998"
  );
  text-decoration: none;
}
@media not all and (min-width: 768px) {
  .p-introductionLinks__link {
    padding-top: 8.8vw;
    -webkit-clip-path: none;
    clip-path: none;
  }
}
.p-introductionLinks__link.-ja {
  color: #007868;
  background-image: linear-gradient(300deg, rgb(0, 150, 130) 0%, rgb(28, 204, 181) 100%);
}
@media not all and (min-width: 768px) {
  .p-introductionLinks__link.-ja {
    background: url(/event/multi-ta-02/images/bg_introductionLink-ja.png) no-repeat 0 0 / contain;
  }
}
.p-introductionLinks__link.-us {
  color: #ec4263;
  background-image: linear-gradient(300deg, rgb(240, 83, 114) 0%, rgb(250, 157, 176) 100%);
}
@media not all and (min-width: 768px) {
  .p-introductionLinks__link.-us {
    background: url(/event/multi-ta-02/images/bg_introductionLink-us.png) no-repeat 0 0 / contain;
  }
}
.p-introductionLinks__link.-fund {
  color: #0292cf;
  background-image: linear-gradient(300deg, rgb(0, 155, 221) 0%, rgb(88, 203, 252) 100%);
}
@media not all and (min-width: 768px) {
  .p-introductionLinks__link.-fund {
    background: url(/event/multi-ta-02/images/bg_introductionLink-fund.png) no-repeat 0 0 / contain;
  }
}
.p-introductionLinks__logo.-ja {
  width: 61.377245509%;
  margin: 0.8982035928% 0 -0.2994011976% 2.3952095808%;
}
@media not all and (min-width: 768px) {
  .p-introductionLinks__logo.-ja {
    width: 20.8vw;
    margin: 0 0 0 0.8vw;
  }
}
.p-introductionLinks__logo.-us {
  width: 61.9760479042%;
  margin: 0.5988023952% 0.2994011976% 0 0;
}
@media not all and (min-width: 768px) {
  .p-introductionLinks__logo.-us {
    width: 21.0666666667vw;
    margin: 0 0 0 0.8vw;
  }
}
.p-introductionLinks__logo.-fund {
  width: 54.7904191617%;
  margin: 0 0.2994011976% 0 0;
}
@media not all and (min-width: 768px) {
  .p-introductionLinks__logo.-fund {
    width: 18.1333333333vw;
    margin: 0 0 0 0.2666666667vw;
  }
}
.p-introductionLinks__label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 9.5808383234%;
  padding: 0.5625rem 1.1875rem 0.625rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 1.125rem;
  font-size: clamp(0.625rem, 1.4545454545vw, 1.0625rem);
}
@media not all and (min-width: 768px) {
  .p-introductionLinks__label {
    width: 16.5333333333vw;
    height: 4.8vw;
    margin-top: 2.9333333333vw;
    padding: 0;
    font-size: 2.2666666667vw;
  }
}
.p-introductionLinks__label {
  background: #fff;
}
.p-introductionLinks__commission {
  margin: 4.4910179641% 0 0 9.5808383234%;
  width: 23.9520958084%;
}
@media not all and (min-width: 768px) {
  .p-introductionLinks__commission {
    width: 10.6666666667vw;
    margin: 1.6vw 0 0 4.5333333333vw;
  }
}
.l-contentsBox {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .l-contentsBox {
    max-width: 89.3333333333vw;
  }
}
.l-contentsBox__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 150px;
  padding: 25px 20px 20px;
  border-radius: 12px;
}
@media not all and (min-width: 768px) {
  .l-contentsBox__header {
    height: 26.6666666667vw;
    border-radius: 1.6vw;
  }
}
.-ja .l-contentsBox__header {
  background-color: var(--color-ja);
}
.-us .l-contentsBox__header {
  background-color: #f05372;
}
.-fund .l-contentsBox__header {
  background-color: #039adb;
}
.l-contentsBox__heading {
  color: #fff;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .l-contentsBox__heading {
    font-size: 9.0666666667vw;
    line-height: 1;
  }
}
.l-contentsBlock {
  max-width: 1100px;
  width: 100%;
  margin: 12px auto 0;
  border-radius: 12px;
}
.l-contentsBlock__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 190px;
  border-bottom: #dbdee3 solid 1px;
  padding: 26px 20px 20px;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock__header {
    height: 29.3333333333vw;
    padding: 0;
  }
}
.l-contentsBlock__heading {
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 1.1904761905;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock__heading {
    padding-left: 0.025em;
    font-size: 6.4vw;
    line-height: 1.2083333333;
  }
}
.l-contentsBlock__heading sup {
  position: relative;
  top: 7px;
  font-size: 40%;
  vertical-align: top;
}
.l-contentsBlock__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock__contents {
    padding-right: 6.6666666667vw;
    padding-left: 6.6666666667vw;
  }
}
.l-contentsBlock em {
  font-weight: 700;
  color: #f05372;
}
.l-contentsBlock2 {
  max-width: 1100px;
  width: 100%;
  margin: 12px auto 0;
  border: none;
  border-radius: 12px;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock2 {
    max-width: 100%;
    margin-top: 0.5333333333vw;
    border-radius: 1.6vw;
  }
}
.l-contentsBlock2 + .l-contentsBlock2 {
  margin-top: 12px;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock2 + .l-contentsBlock2 {
    margin-top: 1.6vw;
  }
}
.-ja .l-contentsBlock2 {
  background-color: #f7fffb;
}
.-us .l-contentsBlock2 {
  background-color: #fffafb;
}
.-fund .l-contentsBlock2 {
  background-color: #f4fcff;
}
.l-contentsBlock2__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 161px;
  border-bottom: #dbdee3 solid 1px;
  padding: 22px 20px 20px;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock2__header {
    height: 27.7333333333vw;
    padding: 1.3333333333vw 0 0;
    border-width: 0.2666666667vw;
  }
}
.l-contentsBlock2__heading {
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 1.1904761905;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock2__heading {
    font-size: 6.4vw;
    line-height: 1.25;
  }
}
.-ja .l-contentsBlock2__heading {
  color: #096e5f;
}
.-us .l-contentsBlock2__heading {
  color: var(--color-us);
}
.-fund .l-contentsBlock2__heading {
  color: var(--color-fund);
}
.l-contentsBlock2__heading sup {
  position: relative;
  top: 7px;
  font-size: 40%;
  vertical-align: top;
}
.l-contentsBlock2__headingSub {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.2857142857;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock2__headingSub {
    margin-top: -0.8vw;
    margin-bottom: 1.0666666667vw;
    font-size: 4.2666666667vw;
  }
}
.-ja .l-contentsBlock2__headingSub {
  color: #096e5f;
}
.-us .l-contentsBlock2__headingSub {
  color: var(--color-us);
}
.-fund .l-contentsBlock2__headingSub {
  color: var(--color-fund);
}
.l-contentsBlock2__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock2__contents {
    padding-right: 6.6666666667vw;
    padding-left: 6.6666666667vw;
  }
}
.l-contentsBlock2 em {
  font-weight: 700;
  color: #f05372;
}
.l-accordion {
  max-width: 770px;
  width: 100%;
  margin-right: 2px;
}
@media not all and (min-width: 768px) {
  .l-accordion {
    max-width: 100%;
    margin-top: 6.6666666667vw;
    margin-right: 0;
  }
}
.l-accordion__button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  padding: 23px 21px 24px 20px;
  border: solid 2px currentcolor;
  border-radius: 20px;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1;
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  background-color: rgba(0, 0, 0, 0);
}
.-ja .l-accordion__button {
  color: var(--color-ja);
}
.-us .l-accordion__button {
  color: var(--color-us);
}
.-fund .l-accordion__button {
  color: var(--color-fund);
}
@media not all and (min-width: 768px) {
  .l-accordion__button {
    padding: 3.4666666667vw 3.2vw 3.7333333333vw 1.3333333333vw;
    border-width: 0.5333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
  }
}
.l-accordion__icon {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.-ja .l-accordion__icon {
  background-color: var(--color-ja);
}
.-us .l-accordion__icon {
  background-color: var(--color-us);
}
.-fund .l-accordion__icon {
  background-color: var(--color-fund);
}

@media not all and (min-width: 768px) {
  .l-accordion__icon {
    right: 2.1333333333vw;
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
.l-accordion__icon::before,
.l-accordion__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media not all and (min-width: 768px) {
  .l-accordion__icon::before,
  .l-accordion__icon::after {
    width: 2.6666666667vw;
    height: 0.5333333333vw;
  }
}
.l-accordion__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  will-change: transform;
}
.is-open .l-accordion__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.l-accordion__contents {
  overflow: hidden;
  margin-top: 6px;
  height: 0;
}
@media not all and (min-width: 768px) {
  .l-accordion__contents {
    margin-top: 1.0666666667vw;
  }
}
.l-accordion__wrapper {
  padding: 30px 23px 38px;
  border: solid 2px #009682;
  border-radius: 20px;
}
.-ja .l-accordion__wrapper {
  border-color: var(--color-ja);
}
.-us .l-accordion__wrapper {
  border-color: var(--color-us);
}
.-fund .l-accordion__wrapper {
  border-color: var(--color-fund);
}
@media not all and (min-width: 768px) {
  .l-accordion__wrapper {
    padding: 3.7333333333vw 3.4666666667vw;
    border-width: 0.5333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.l-accordion__textBase {
  margin-top: -2px;
  padding: 0 31px;
}
@media not all and (min-width: 768px) {
  .l-accordion__textBase {
    margin-top: 1.0666666667vw;
    padding: 0;
  }
}
@media not all and (min-width: 768px) {
  .l-accordion__textBaseDescription {
    font-size: 2.9333333333vw;
    line-height: 1.7272727273;
    letter-spacing: 0;
  }
}
.l-accordion__textBaseImage {
  max-width: 651px;
  width: 100%;
  margin: 31px auto 9px;
}
@media not all and (min-width: 768px) {
  .l-accordion__textBaseImage {
    max-width: 100%;
    margin-top: 4.5333333333vw;
    margin-bottom: 0.2666666667vw;
  }
}
.l-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 88px 20px 0;
}
@media not all and (min-width: 768px) {
  .l-feature {
    padding: 10.6666666667vw 5.3333333333vw 0;
  }
}
@media not all and (min-width: 768px) {
  .l-feature__button {
    display: none;
  }
}
.l-feature__texts {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media not all and (min-width: 768px) {
  .l-feature__texts {
    margin-top: 0;
  }
}
.l-feature__text1 {
  position: relative;
  margin-right: 2px;
  color: #096e60;
  font-weight: 700;
  font-size: 2.375rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .l-feature__text1 {
    font-size: 5.3333333333vw;
    margin: 0 0 0 0.5333333333vw;
  }
}
.l-feature__text1::before,
.l-feature__text1::after {
  position: absolute;
  bottom: -4px;
  display: block;
  content: "";
  width: 24px;
  height: 40px;
}
@media not all and (min-width: 768px) {
  .l-feature__text1::before,
  .l-feature__text1::after {
    bottom: -0.5333333333vw;
    width: 3.4666666667vw;
    height: 5.6vw;
  }
}
.l-feature__text1::before {
  left: -30px;
  background: url(/event/multi-ta-02/images/ico_speech01-1.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .l-feature__text1::before {
    left: -4.2666666667vw;
    background: url(/event/multi-ta-02/images/ico_speech01-1_sp.png) no-repeat 0 0 / contain;
  }
}
.l-feature__text1::after {
  right: -25px;
  background: url(/event/multi-ta-02/images/ico_speech01-2.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .l-feature__text1::after {
    right: -3.7333333333vw;
    background: url(/event/multi-ta-02/images/ico_speech01-2_sp.png) no-repeat 0 0 / contain;
  }
}
.l-feature__text1 .u-textSmall {
  letter-spacing: 0.025em;
}
.l-feature__text2 {
  margin-top: 21px;
  margin-right: 8px;
}
@media not all and (min-width: 768px) {
  .l-feature__text2 {
    margin-top: 3.4666666667vw;
    margin-right: 0.2666666667vw;
  }
}
.l-otoku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 54px;
  padding-bottom: 84px;
}
@media not all and (min-width: 768px) {
  .l-otoku {
    margin-top: 8.5333333333vw;
    padding-bottom: 11.7333333333vw;
  }
}
.l-otoku__heading {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .l-otoku__heading {
    margin-right: 1.0666666667vw;
    font-size: 6.9333333333vw;
  }
}
.l-otoku__heading em {
  color: #1c86ec;
}
.l-otoku__heading .u-textSmall {
  letter-spacing: 0.025em;
}
.l-otoku__heading .u-textLarge {
  font-size: 140%;
  letter-spacing: 0.025em;
}
.l-otoku__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1010px;
  width: 100%;
  margin: 44px auto 0;
}
@media print, screen and (max-width: 1040px) {
  .l-otoku__list {
    zoom: 0.9;
  }
}
@media print, screen and (max-width: 940px) {
  .l-otoku__list {
    zoom: 0.8;
  }
}
@media print, screen and (max-width: 840px) {
  .l-otoku__list {
    zoom: 0.7;
  }
}
@media not all and (min-width: 768px) {
  .l-otoku__list {
    zoom: initial;
    display: block;
    max-width: 89.3333333333vw;
    margin-top: 9.0666666667vw;
  }
}
.l-otoku__item {
  width: 315px;
  height: 316px;
}
@media not all and (min-width: 768px) {
  .l-otoku__item {
    width: 100%;
    height: 26.4vw;
  }
}
.l-otoku__item + .l-otoku__item {
  margin-left: 10px;
}
@media not all and (min-width: 768px) {
  .l-otoku__item + .l-otoku__item {
    margin: 7.2vw 0 0;
  }
}
.l-otoku__button {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: none;
  padding-top: 68px;
  border-radius: 50%;
  background-color: #e2f8eb;
}
@media not all and (min-width: 768px) {
  .l-otoku__button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 0 0 26.4vw;
    border-radius: 1.6vw;
  }
}
.l-otoku__button::after {
  position: absolute;
  bottom: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 37px;
  height: 37px;
  background: url(/event/multi-ta-02/images/ico01.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .l-otoku__button::after {
    bottom: inherit;
    left: initial;
    top: 50%;
    right: 4vw;
    width: 6.4vw;
    height: 6.4vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.l-otoku__icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -15px;
  display: inline-block;
  width: 110px;
  padding: 12px 10px 11px;
  color: #fff;
  border-radius: 20px;
  font-weight: 700;
  font-family: "Geist", sans-serif;
  font-size: 1.0625rem;
  line-height: 1;
  background-color: #027c6c;
  text-transform: uppercase;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .l-otoku__icon {
    top: -3.4666666667vw;
    left: 50%;
    width: 21.3333333333vw;
    padding: 1.8666666667vw 1.3333333333vw;
    font-size: 2.9333333333vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.l-otoku__image {
  mix-blend-mode: multiply;
}
@media not all and (min-width: 768px) {
  .l-otoku__image {
    position: absolute;
  }
}
.l-otoku__image.-i1 {
  width: 65px;
  margin: 2px 0 14px 7px;
}
@media not all and (min-width: 768px) {
  .l-otoku__image.-i1 {
    top: 6.4vw;
    left: 7.7333333333vw;
    width: 11.8666666667vw;
    margin: 0;
  }
}
.l-otoku__image.-i2 {
  width: 89px;
  margin: 0 0 19px 14px;
}
@media not all and (min-width: 768px) {
  .l-otoku__image.-i2 {
    top: 7.0666666667vw;
    left: 6.8vw;
    width: 14.9333333333vw;
    margin: 0;
  }
}
.l-otoku__image.-i3 {
  width: 91px;
  margin: 5px 0 16px 0;
}
@media not all and (min-width: 768px) {
  .l-otoku__image.-i3 {
    top: 8.1333333333vw;
    left: 7.7333333333vw;
    width: 14.5333333333vw;
    margin: 0;
  }
}
.l-otoku__text {
  color: #027c6c;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.4545454545;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .l-otoku__text {
    font-size: 4.2666666667vw;
  }
}
@media not all and (min-width: 768px) {
  .l-otoku__text.-t3 {
    padding-left: 4.5333333333vw;
  }
}
.l-otoku__text em {
  font-weight: 900;
  font-size: 110%;
  line-height: 1.3333333333;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .l-otoku__text em {
    text-decoration-thickness: 0.2666666667vw;
    text-underline-offset: 0.8vw;
  }
}
.l-otoku__text .u-textSmall {
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .l-otoku__text br {
    display: none;
  }
}
.l-start {
  padding: 85px 20px 119px;
  background: url(/event/multi-ta-02/images/bg_start.jpg) no-repeat center center/cover;
}
@media not all and (min-width: 768px) {
  .l-start {
    padding: 12.5333333333vw 5.3333333333vw 14.4vw;
    background: url(/event/multi-ta-02/images/bg_start_sp.jpg) no-repeat top left/cover;
  }
}
@media print, screen and (max-width: 1040px) {
  .l-start__header {
    zoom: 0.9;
  }
}
@media print, screen and (max-width: 940px) {
  .l-start__header {
    zoom: 0.8;
  }
}
@media print, screen and (max-width: 840px) {
  .l-start__header {
    zoom: 0.7;
  }
}
@media not all and (min-width: 768px) {
  .l-start__header {
    zoom: initial;
  }
}
.l-start__contents {
  margin-top: 66px;
}
@media print, screen and (max-width: 1040px) {
  .l-start__contents {
    zoom: 0.9;
  }
}
@media print, screen and (max-width: 940px) {
  .l-start__contents {
    zoom: 0.8;
  }
}
@media print, screen and (max-width: 840px) {
  .l-start__contents {
    zoom: 0.7;
  }
}
@media not all and (min-width: 768px) {
  .l-start__contents {
    zoom: initial;
    margin-top: 9.0666666667vw;
  }
}
.l-start__talent {
  position: absolute;
  bottom: -1px;
  right: -9px;
  width: 268px;
}
@media not all and (min-width: 768px) {
  .l-start__talent {
    right: 0;
    bottom: -0.1333333333vw;
    width: 34.6666666667vw;
  }
}
.p-start__header {
  overflow: visible;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  padding-top: 50px;
  padding-bottom: 52px;
  background-color: #fcfcf1;
}
@media not all and (min-width: 768px) {
  .p-start__header {
    display: block;
    padding-top: 6.1333333333vw;
    padding-bottom: 6.6666666667vw;
  }
}
.p-start__contents {
  margin-top: 4px;
  background-color: #fcfcf1;
}
@media not all and (min-width: 768px) {
  .p-start__contents {
    margin-top: 0.8vw;
  }
}
.p-start__headerLead {
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-start__headerLead {
    margin-left: 10.6666666667vw;
    font-size: 5.6vw;
    line-height: 1.1904761905;
  }
}
.p-start__headerLead .u-textSmall {
  letter-spacing: 0.025em;
}
.p-start__headerLead em {
  color: #096e5f;
}
.p-start__button {
  position: relative;
  width: 638px;
  height: 96px;
  margin: 23px 19px 0 0;
  z-index: 2;
}
@media not all and (min-width: 768px) {
  .p-start__button {
    width: 76vw;
    height: 14.6666666667vw;
    margin: 4.2666666667vw auto 0;
  }
}
.p-start__buttonLink {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  border-radius: 48px;
  font-weight: 700;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(121, 200, 81)), to(rgb(94, 189, 46)));
  background-image: linear-gradient(180deg, rgb(121, 200, 81) 0%, rgb(94, 189, 46) 100%);
  -webkit-box-shadow: 2.5px 4.33px 3px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2.5px 4.33px 3px 0 rgba(0, 0, 0, 0.07);
  text-decoration: none;
}
@media not all and (min-width: 768px) {
  .p-start__buttonLink {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 4.8vw 4.8vw;
    border-radius: 7.3333333333vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(123, 198, 88)), to(rgb(97, 187, 58)));
    background-image: linear-gradient(180deg, rgb(123, 198, 88) 0%, rgb(97, 187, 58) 100%);
    -webkit-box-shadow: 2.5px 4.33px 3px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 2.5px 4.33px 3px 0 rgba(0, 0, 0, 0.07);
  }
}
.p-start__buttonLink::after {
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 37px;
  height: 37px;
  margin-top: 2px;
  background: url(/event/multi-ta-02/images/ico_button-nisa.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .p-start__buttonLink::after {
    right: 2.6666666667vw;
    width: 6.4vw;
    height: 6.4vw;
    margin-top: 0;
  }
}
.p-start__buttonText1 {
  padding-bottom: 2px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-start__buttonText1 {
    padding-bottom: 0.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-start__buttonText2 {
  margin-left: 3px;
  font-weight: 900;
  color: #dfff4b;
  font-size: 2.375rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-start__buttonText2 {
    margin-left: 0.2666666667vw;
    font-size: 5.8666666667vw;
  }
}
.p-start__contents {
  padding: 54px 20px 65px;
}
@media not all and (min-width: 768px) {
  .p-start__contents {
    padding: 6.4vw 6.6666666667vw 6.9333333333vw;
  }
}
.p-start__lead {
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-start__lead {
    font-size: 5.6vw;
    line-height: 1.1904761905;
  }
}
.p-start__lead em {
  color: #096e5f;
}
.p-startLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  margin-top: 37px;
}
@media not all and (min-width: 768px) {
  .p-startLinks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3.2vw 2.6666666667vw;
    margin-top: 4vw;
  }
}
.p-startLinks__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 227px;
  height: 226px;
  padding-top: 77px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  -webkit-box-shadow: 2px 3.464px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3.464px 3px 0 rgba(0, 0, 0, 0.1);
}
@media not all and (min-width: 768px) {
  .p-startLinks__link {
    width: 36.5333333333vw;
    height: 36.5333333333vw;
    padding-top: 12.5333333333vw;
  }
}
.p-startLinks__link::after {
  position: absolute;
  bottom: 19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 37px;
  height: 37px;
  background: no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .p-startLinks__link::after {
    bottom: 2.6666666667vw;
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
}
.p-startLinks__link.-ja {
  background-image: linear-gradient(300deg, rgb(0, 150, 130) 0%, rgb(14, 169, 148) 100%);
}
@media not all and (min-width: 768px) {
  .p-startLinks__link.-ja {
    background-image: linear-gradient(300deg, rgb(21, 149, 130) 0%, rgb(32, 168, 148) 100%);
  }
}
.p-startLinks__link.-ja::after {
  background-image: url(/event/multi-ta-02/images/ico_button-ja.png);
}
.p-startLinks__link.-us {
  background-image: linear-gradient(300deg, rgb(233, 83, 113) 0%, rgb(246, 115, 141) 100%);
}
.p-startLinks__link.-us::after {
  background-image: url(/event/multi-ta-02/images/ico_button-us.png);
}
.p-startLinks__link.-fund {
  background-image: linear-gradient(300deg, rgb(0, 155, 221) 0%, rgb(20, 171, 235) 100%);
}
.p-startLinks__link.-fund::after {
  background-image: url(/event/multi-ta-02/images/ico_button-fund.png);
}
.p-startLinks__link.-fx {
  background-image: linear-gradient(300deg, rgb(23, 78, 151) 0%, rgb(33, 95, 174) 100%);
}
.p-startLinks__link.-fx::after {
  background-image: url(/event/multi-ta-02/images/ico_button-fx.png);
}
.p-startLinks__nisa {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 38px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 128px;
  height: 30px;
  padding-bottom: 2px;
  border-radius: 15px;
  font-size: 0.8125rem;
  letter-spacing: 0.025em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media not all and (min-width: 768px) {
  .p-startLinks__nisa {
    top: 6.1333333333vw;
    width: 20.8vw;
    height: 5.0666666667vw;
    padding: 0.5333333333vw;
    font-size: 2.4vw;
  }
}
.-ja .p-startLinks__nisa {
  background-color: #107f70;
}
.-us .p-startLinks__nisa {
  background-color: #bc324e;
}
.-fund .p-startLinks__nisa {
  background-color: #0180b5;
}
.p-startLinks__lead {
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-startLinks__lead {
    font-size: 2.6666666667vw;
    line-height: 1.214;
  }
}
.p-startLinks__name {
  margin-top: 5px;
  font-size: 1.875rem;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-startLinks__name {
    margin-top: 0.8vw;
    font-size: 5.6vw;
  }
}
.l-nisa {
  padding: 88px 20px 145px;
  background-color: #9ce7d5;
}
@media not all and (min-width: 768px) {
  .l-nisa {
    padding: 11.2vw 5.3333333333vw 8.2666666667vw;
  }
}
.l-nisa__contents {
  max-width: 1100px;
  width: 100%;
  margin: 28px auto 0;
}
@media not all and (min-width: 768px) {
  .l-nisa__contents {
    margin-top: 5.0666666667vw;
  }
}
.l-nisa .l-contentsBlock__header,
.l-nisa .l-contentsBlock__contents {
  background-color: #f6fcfa;
}
.l-nisa .l-contentsBlock__header {
  color: #096e5f;
}
.p-nisa1 {
  overflow: visible;
  padding-top: 20px;
  padding-bottom: 109px;
}
@media not all and (min-width: 768px) {
  .p-nisa1 {
    padding-top: 6.6666666667vw;
    padding-bottom: 9.3333333333vw;
  }
}
.p-nisa1 sup {
  position: relative;
  top: 5px;
  font-size: 60%;
  vertical-align: top;
}
.p-nisa1__contents {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.p-nisa1__talent {
  position: absolute;
  top: -438px;
  right: 1px;
  width: 295px;
  z-index: 1;
}
@media not all and (min-width: 768px) {
  .p-nisa1__talent {
    position: static;
    float: right;
    margin: -1.0666666667vw -5.8666666667vw 0 1.3333333333vw;
    width: 38.1333333333vw;
  }
}
.p-nisa1__texts {
  margin-right: 310px;
}
@media not all and (min-width: 768px) {
  .p-nisa1__texts {
    margin-right: 0;
  }
}
.p-nisa1__description {
  margin-top: 34px;
}
@media not all and (min-width: 768px) {
  .p-nisa1__description {
    margin-top: 0;
  }
}
.p-nisa1__description + .p-nisa1__description {
  margin-top: 0;
}
@media not all and (min-width: 768px) {
  .p-nisa1__description + .p-nisa1__description {
    margin-top: 5px;
  }
}
.p-nisa1__image {
  position: relative;
  margin-top: 70px;
  max-width: 999px;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .p-nisa1__image {
    margin-top: 5.6vw;
    max-width: 76vw;
  }
}
.p-nisa1__image img {
  position: relative;
  z-index: 2;
}
.p-nisa1__youtube {
  max-width: 650px;
  width: 100%;
  margin: 87px auto 0;
}
@media not all and (min-width: 768px) {
  .p-nisa1__youtube {
    max-width: 76vw;
    margin-top: 6.9333333333vw;
  }
}
.p-nisa1__youtubeIntro {
  margin-top: 18px;
  margin-left: 3px;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-nisa1__youtubeIntro {
    margin-top: 1.6vw;
    margin-left: 0.2666666667vw;
    font-size: 3.2vw;
    line-height: 1.4166666667;
  }
}
.p-nisa1__footnotes {
  margin-top: 16px;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-nisa1__footnotes {
    margin-top: 2.6666666667vw;
    letter-spacing: 0.05em;
  }
  .p-nisa1__footnotes .c-footnotes__item {
    position: relative;
    padding-left: 3.7333333333vw;
  }
  .p-nisa1__footnotes .c-footnotes__item::before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-nisa1__video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-nisa1__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ja1 {
  padding: 52px 20px 70px;
}
@media not all and (min-width: 768px) {
  .p-ja1 {
    padding: 7.7333333333vw 6.6666666667vw 8vw;
  }
}
.p-ja1__image {
  max-width: 337px;
  width: 100%;
  margin: 0 0 0 146px;
}
@media not all and (min-width: 768px) {
  .p-ja1__image {
    max-width: 40.8vw;
    margin-left: 9.3333333333vw;
  }
}
.p-ja1__description {
  margin-top: 25px;
}
@media not all and (min-width: 768px) {
  .p-ja1__description {
    margin-top: 7.7333333333vw;
  }
}
.p-ja1__accordion {
  margin-top: 47px;
}
@media not all and (min-width: 768px) {
  .p-ja1__accordion {
    margin-top: 6.1333333333vw;
  }
}
@media not all and (min-width: 768px) {
  .p-ja1 .l-accordion__button {
    padding: 3.7333333333vw 6.6666666667vw 3.4666666667vw 1.3333333333vw;
  }
}
.p-ja1Table {
  max-width: 670px;
  width: 100%;
  margin: 3px auto -3px;
  border-collapse: collapse;
}
@media not all and (min-width: 768px) {
  .p-ja1Table {
    margin: 0 0 -0.2666666667vw;
  }
}
.p-ja1Table__tr3,
.p-ja1Table__tr5 {
  background-color: #fff;
}
.p-ja1Table__tr4,
.p-ja1Table__tr6 {
  background-color: #f4f4f4;
}
.p-ja1Table__th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 44px;
  padding: 0 10px;
  border: 1px solid rgba(208, 208, 208, 0.47);
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  background-color: #009682;
  text-align: center;
  vertical-align: middle;
}
@media not all and (min-width: 768px) {
  .p-ja1Table__th {
    height: 5.8666666667vw;
    padding: 0.5333333333vw;
    border-width: 0.2666666667vw;
    font-size: 2.4vw;
    line-height: 1.3333333333;
  }
}
.p-ja1Table__th1-1 {
  width: 220px;
}
@media not all and (min-width: 768px) {
  .p-ja1Table__th1-1 {
    width: 20.2666666667vw;
  }
}
.p-ja1Table__th2-2 {
  width: 224px;
}
@media not all and (min-width: 768px) {
  .p-ja1Table__th2-2 {
    width: 25.0666666667vw;
  }
}
.p-ja1Table__th2-3 {
  width: 222px;
}
@media not all and (min-width: 768px) {
  .p-ja1Table__th2-3 {
    width: 22.4vw;
  }
}
.p-ja1Table__thSmall {
  font-size: 70%;
}
.p-ja1Table__td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 57px;
  padding: 0 20px;
  border: 1px solid rgba(208, 208, 208, 0.47);
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.25;
}
@media not all and (min-width: 768px) {
  .p-ja1Table__td {
    height: 7.6vw;
    border-width: 0.2666666667vw;
    padding: 0.8vw 0.5333333333vw;
    font-size: 2vw;
    line-height: 1.3333333333;
  }
}
.p-ja1Table__td3-2 {
  color: #0869de;
  font-size: 2.625rem;
  background-color: #e6fbc6;
}
@media not all and (min-width: 768px) {
  .p-ja1Table__td3-2 {
    font-size: 5.6vw;
    padding: 0;
  }
}
.p-ja1Table__td3-3 {
  color: #0869de;
  font-size: 2.625rem;
  background-color: #e6fbc6;
}
@media not all and (min-width: 768px) {
  .p-ja1Table__td3-3 {
    font-size: 5.6vw;
  }
}
.p-ja1Table__td4-2 {
  font-weight: 500;
}
.p-ja1Table__td5-2 {
  font-weight: 500;
}
.p-ja1Table__td6-2 {
  font-weight: 500;
}
.p-ja1Table__span {
  font-size: 50%;
}
.p-ja2 {
  padding-top: 45px;
  padding-bottom: 95px;
}
@media not all and (min-width: 768px) {
  .p-ja2 {
    padding-top: 5.3333333333vw;
    padding-bottom: 6.6666666667vw;
  }
}
.p-ja2__accordion {
  margin-top: 60px;
}
@media not all and (min-width: 768px) {
  .p-ja2__accordion {
    margin-top: 5.6vw;
  }
}
.p-columnContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1002px;
  width: 100%;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .p-columnContents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.p-columnContents__image {
  max-width: 449px;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .p-columnContents__image {
    max-width: 76vw;
  }
}
.p-columnContents__texts {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 518px;
  width: 100%;
  margin-top: 38px;
  margin-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
@media not all and (min-width: 768px) {
  .p-columnContents__texts {
    margin: 4.5333333333vw 0 0;
    padding: 0;
  }
}
@media not all and (min-width: 768px) {
  .p-columnContents__description {
    margin-right: 0;
    font-size: 3.7333333333vw;
    line-height: 1.6428571429;
  }
}
.p-columnContents__description + .p-columnContents__description {
  margin-top: 2em;
}
@media not all and (min-width: 768px) {
  .p-columnContents__description + .p-columnContents__description {
    margin-top: 6.1333333333vw;
  }
}
.p-columnContents__description a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}
@media not all and (min-width: 768px) {
  .p-columnContents__description a {
    text-decoration-thickness: 0.2666666667vw;
    text-underline-offset: 1.0666666667vw;
  }
}
.p-consultationCounter {
  max-width: 1100px;
  width: 100%;
  height: 451px;
  margin: 14px auto 0;
  border-radius: 12px;
  background-image: linear-gradient(135deg, rgb(12, 182, 155) 0%, rgb(0, 141, 121) 100%);
}
@media print, screen and (max-width: 1040px) {
  .p-consultationCounter {
    zoom: 0.9;
  }
}
@media print, screen and (max-width: 940px) {
  .p-consultationCounter {
    zoom: 0.8;
  }
}
@media print, screen and (max-width: 840px) {
  .p-consultationCounter {
    zoom: 0.7;
  }
}
@media not all and (min-width: 768px) {
  .p-consultationCounter {
    zoom: initial;
    height: auto;
    max-width: 89.3333333333vw;
    margin-top: 2.1333333333vw;
    border-radius: 1.6vw;
    background-image: linear-gradient(135deg, rgb(33, 181, 155) 0%, rgb(19, 140, 121) 100%);
  }
}
.p-consultationCounter__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 141px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 10px 5px 16px;
  border-bottom: hsla(0, 0%, 100%, 0.3) solid 1px;
  color: #fff;
  font-weight: 700;
}
@media not all and (min-width: 768px) {
  .p-consultationCounter__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    height: auto;
    padding: 8vw 2.6666666667vw 5.8666666667vw 2.6666666667vw;
    border-width: 0.2666666667vw;
  }
}
.p-consultationCounter__heading {
  font-size: 2.25rem;
  line-height: 1.2222222222;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-consultationCounter__heading {
    font-size: 6.4vw;
    line-height: 1.2083333333;
  }
}
.p-consultationCounter__targets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  margin-left: 5px;
}
@media not all and (min-width: 768px) {
  .p-consultationCounter__targets {
    margin: 3.2vw 0.5333333333vw 0 0;
  }
}
.p-consultationCounter__target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 128px;
  height: 44px;
  border-radius: 22px;
  font-size: 1.3125rem;
  letter-spacing: 0.025em;
  margin: 0 4px;
}
@media not all and (min-width: 768px) {
  .p-consultationCounter__target {
    width: 26.6666666667vw;
    height: 8.8vw;
    border-radius: 4.4vw;
    font-size: 4.5333333333vw;
    margin: 0 1.0666666667vw;
  }
}
.p-consultationCounter__target.-ja {
  background-color: #007b6b;
}
.p-consultationCounter__target.-us {
  background-color: #f05372;
}
.p-consultationCounter__contents {
  padding: 29px 20px 40px;
}
@media not all and (min-width: 768px) {
  .p-consultationCounter__contents {
    padding: 4.2666666667vw 6.6666666667vw 7.4666666667vw;
  }
}
.p-consultationCounter__description {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-consultationCounter__description {
    font-size: 3.7333333333vw;
    line-height: 1.6428571429;
  }
}
.p-consultationCounter__description em {
  font-weight: 700;
  font-size: 130%;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-consultationCounter__description em {
    line-height: 1.2637362637;
  }
}
.p-consultationCounter__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 71px;
}
@media not all and (min-width: 768px) {
  .p-consultationCounter__buttons {
    display: block;
    margin-top: 3.2vw;
  }
}
.p-consultationCounter__buttonsItem {
  width: 480px;
  margin: 0 9px;
}
@media not all and (min-width: 768px) {
  .p-consultationCounter__buttonsItem {
    width: 76vw;
    margin: 0;
  }
  .p-consultationCounter__buttonsItem + .p-consultationCounter__buttonsItem {
    margin-top: 11.2vw;
  }
}
.p-consultationCounter__button {
  position: relative;
  width: 480px;
  height: 96px;
  border: none;
  border-radius: 48px;
  padding-right: 24px;
  color: #00806f;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  background-color: #fff;
  -webkit-box-shadow: 2.5px 4.33px 3px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2.5px 4.33px 3px 0 rgba(0, 0, 0, 0.07);
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
@media not all and (min-width: 768px) {
  .p-consultationCounter__button {
    width: 76vw;
    height: 14.6666666667vw;
    padding-right: 9.0666666667vw;
    border-radius: 7.3333333333vw;
    font-size: 3.4666666667vw;
    -webkit-box-shadow: 0.3333333333vw 0.5773333333vw 0.4vw 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0.3333333333vw 0.5773333333vw 0.4vw 0 rgba(0, 0, 0, 0.07);
  }
}
@media (hover: hover) {
  .p-consultationCounter__button {
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }
  .p-consultationCounter__button:hover {
    opacity: 1;
    -webkit-box-shadow: 2.5px 4.33px 3px 0 rgba(0, 0, 0, 0);
    box-shadow: 2.5px 4.33px 3px 0 rgba(0, 0, 0, 0);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}
.p-consultationCounter__button::after {
  position: absolute;
  top: 50%;
  right: 19px;
  display: block;
  content: "";
  width: 37px;
  height: 37px;
  margin-top: 2px;
  background: url(/event/multi-ta-02/images/ico_button-modal.png) no-repeat 0 0 / contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media not all and (min-width: 768px) {
  .p-consultationCounter__button::after {
    right: 2.6666666667vw;
    margin-top: 0;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.p-consultationCounter .c-buttonOpening {
  width: 480px;
  padding-left: 6px;
}
@media not all and (min-width: 768px) {
  .p-consultationCounter .c-buttonOpening {
    width: 76vw;
    padding-left: 0;
    padding-right: 4.2666666667vw;
  }
}
.p-consultationCounter .c-buttonOpening__speech {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-right: 4px;
}
@media not all and (min-width: 768px) {
  .p-consultationCounter .c-buttonOpening__speech {
    top: -7.2vw;
    margin-left: 0;
    padding-right: 0;
  }
}
.l-contentsBox.-us .l-contentsBlock2:nth-of-type(1) .l-contentsBlock2__header {
  height: 184px;
}
@media not all and (min-width: 768px) {
  .l-contentsBox.-us .l-contentsBlock2:nth-of-type(1) .l-contentsBlock2__header {
    height: 32.5333333333vw;
  }
}
.l-contentsBox.-us .l-contentsBlock2:nth-of-type(2) .l-contentsBlock2__header {
  height: 205px;
}
@media not all and (min-width: 768px) {
  .l-contentsBox.-us .l-contentsBlock2:nth-of-type(2) .l-contentsBlock2__header {
    height: 35.7333333333vw;
  }
}
.l-us {
  margin-top: 73px;
}
@media not all and (min-width: 768px) {
  .l-us {
    margin-top: 14.9333333333vw;
  }
}
.p-us1 {
  padding: 69px 20px 82px;
}
@media not all and (min-width: 768px) {
  .p-us1 {
    padding: 5.8666666667vw 6.6666666667vw 6.4vw;
  }
}
.p-us1__image {
  max-width: 738px;
  width: 100%;
  margin-left: 39px;
}
@media not all and (min-width: 768px) {
  .p-us1__image {
    max-width: 73.3333333333vw;
    margin-left: 0;
  }
}
.p-us1__footnotes1 {
  margin-top: 22px;
}
@media not all and (min-width: 768px) {
  .p-us1__footnotes1 {
    margin-top: 5.0666666667vw;
    text-align: center;
  }
}
.p-us1__description {
  margin-top: 43px;
}
@media not all and (min-width: 768px) {
  .p-us1__description {
    margin-top: 2.9333333333vw;
  }
}
.p-us1__footnotes2 {
  margin-top: 10px;
}
@media not all and (min-width: 768px) {
  .p-us1__footnotes2 {
    margin-top: 2.1333333333vw;
    letter-spacing: 0.05em;
  }
  .p-us1__footnotes2 .c-footnotes2__item {
    position: relative;
    padding-left: 3.7333333333vw;
  }
  .p-us1__footnotes2 .c-footnotes2__item::before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-us1__accordion {
  margin-top: 53px;
}
@media not all and (min-width: 768px) {
  .p-us1__accordion {
    margin-top: 6.4vw;
  }
}
.p-us1__footnotes3 {
  margin-top: 11px;
  margin-left: 26px;
  margin-bottom: 4px;
}
@media not all and (min-width: 768px) {
  .p-us1__footnotes3 {
    margin: 0.8vw 0 0 0.5333333333vw;
    font-size: 2.1333333333vw;
    line-height: 1.5;
  }
}
.p-usTable {
  max-width: 680px;
  width: 100%;
  margin: 11px 10px 0 21px;
  font-size: 1rem;
  line-height: 1.5;
}
@media not all and (min-width: 768px) {
  .p-usTable {
    margin: 0;
    font-size: 2.1333333333vw;
  }
}
.p-usTable tr + tr {
  border-top: rgba(233, 233, 233, 0.47) solid 1px;
}
@media not all and (min-width: 768px) {
  .p-usTable tr + tr {
    border-width: 0.2666666667vw;
  }
}
.p-usTable th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 5px 17px;
  width: 222px;
  font-weight: 700;
  color: #fff;
  background-color: #f86d88;
}
@media not all and (min-width: 768px) {
  .p-usTable th {
    width: 27.2vw;
    min-width: 27.2vw;
    padding: 2.4vw 1.3333333333vw 2.1333333333vw;
  }
}
.p-usTable td {
  padding: 16px 175px 17px 5px;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
}
@media print, screen and (max-width: 900px) {
  .p-usTable td {
    padding-right: 5px;
  }
}
@media not all and (min-width: 768px) {
  .p-usTable td {
    width: 40.5333333333vw;
    padding: 2.4vw 1.3333333333vw 2.1333333333vw;
  }
}
.p-us2 {
  padding: 43px 20px 53px;
}
@media not all and (min-width: 768px) {
  .p-us2 {
    padding: 5.6vw 6.6666666667vw 8.8vw;
  }
}
.p-us2__examples {
  margin-top: 32px;
}
@media not all and (min-width: 768px) {
  .p-us2__examples {
    margin-top: 5.0666666667vw;
  }
}
.p-us2__footnotes {
  margin-top: 20px;
}
@media not all and (min-width: 768px) {
  .p-us2__footnotes {
    width: 100%;
    margin-top: 2.4vw;
    margin-left: 0.2666666667vw;
  }
  .p-us2__footnotes .c-footnotes__item {
    display: block;
    margin-top: 0.8vw;
    letter-spacing: 0.05em;
  }
  .p-us2__footnotes .c-footnotes__item + .c-footnotes__item {
    margin-left: 0.2666666667vw !important;
  }
}
.p-examples {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 860px;
  width: 100%;
  padding: 37px 18px 40px 10px;
  border-radius: 12px;
  background-color: #fdd0da;
}
@media not all and (min-width: 768px) {
  .p-examples {
    width: 76vw;
    padding: 6.4vw 4vw 5.8666666667vw;
    border-radius: 1.6vw;
  }
}
.p-examples__heading {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-examples__heading {
    font-size: 4vw;
    line-height: 1;
  }
}
.p-examples__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 767px;
  width: 100%;
  margin: 17px auto 0;
}
@media not all and (min-width: 768px) {
  .p-examples__list {
    display: block;
    margin-top: 4vw;
  }
}
.p-examples__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 240px;
  width: 100%;
  padding: 26px 5px 30px;
  border-radius: 12px;
  font-weight: 700;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  .p-examples__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 13.3333333333vw;
    padding: 0;
    max-width: 68vw;
    border-radius: 1.6vw;
  }
}
.p-examples__item + .p-examples__item {
  margin-left: 10px;
}
@media not all and (min-width: 768px) {
  .p-examples__item + .p-examples__item {
    margin: 1.3333333333vw 0 0 0;
  }
}
.p-examples__item em {
  color: #f05372;
}
@media not all and (min-width: 768px) {
  .p-examples__item:nth-child(3) .p-examples__priceYen {
    margin-left: 4.2666666667vw;
  }
}
.p-examples__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media not all and (min-width: 768px) {
  .p-examples__texts {
    width: 21.8666666667vw;
  }
}
.p-examples__code {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-examples__code {
    font-size: 2.9333333333vw;
    line-height: 1.2727272727;
  }
}
.p-examples__name {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-examples__name {
    font-size: 2.9333333333vw;
    line-height: 1.2727272727;
  }
}
.p-examples__priceYen {
  margin-top: 20px;
  margin-right: 4px;
  line-height: 1;
}
@media not all and (min-width: 768px) {
  .p-examples__priceYen {
    margin: 0;
  }
}
.p-examples__priceYenText1 {
  display: inline-block;
  margin-right: 2px;
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
@media not all and (min-width: 768px) {
  .p-examples__priceYenText1 {
    margin-right: 0.5333333333vw;
    font-size: 2.6666666667vw;
    -webkit-transform: translateY(-0.2666666667vw);
    transform: translateY(-0.2666666667vw);
  }
}
.p-examples__priceYenText2 {
  display: inline-block;
  font-family: "Geist", sans-serif;
  font-size: 2.375rem;
  letter-spacing: -0.03em;
}
@media not all and (min-width: 768px) {
  .p-examples__priceYenText2 {
    font-size: 5.0666666667vw;
  }
}
.p-examples__priceYenText3 {
  display: inline-block;
  margin-left: 3px;
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
@media not all and (min-width: 768px) {
  .p-examples__priceYenText3 {
    font-size: 2.6666666667vw;
    -webkit-transform: translateY(-0.2666666667vw);
    transform: translateY(-0.2666666667vw);
  }
}
.p-examples__priceDollar {
  margin-top: 6px;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-examples__priceDollar {
    font-size: 2.6666666667vw;
    -webkit-transform: translateY(-0.2666666667vw);
    transform: translateY(-0.2666666667vw);
  }
}
.p-examples__priceDollarNum {
  font-family: "Geist", sans-serif;
  font-size: 110%;
}
@media not all and (min-width: 768px) {
  .l-contentsBox.-fund .l-contentsBlock2:nth-of-type(1) .l-contentsBlock2__header {
    height: 32.5333333333vw;
    padding: 0;
  }
}
@media not all and (min-width: 768px) {
  .l-contentsBox.-fund .l-contentsBlock2:nth-of-type(2) .l-contentsBlock2__header {
    height: 28.8vw;
    padding: 0;
  }
}
.l-contentsBox.-fund .l-contentsBlock2:nth-of-type(3) .l-contentsBlock2__header {
  height: 205px;
}
@media not all and (min-width: 768px) {
  .l-contentsBox.-fund .l-contentsBlock2:nth-of-type(3) .l-contentsBlock2__header {
    height: 33.3333333333vw;
  }
}
.l-fund {
  margin-top: 85px;
}
@media not all and (min-width: 768px) {
  .l-fund {
    margin-top: 13.0666666667vw;
  }
}
.p-fund1 {
  padding-top: 64px;
  padding-bottom: 61px;
}
@media not all and (min-width: 768px) {
  .p-fund1 {
    padding-top: 6.6666666667vw;
    padding-bottom: 9.3333333333vw;
  }
}
.p-fund1__commissions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 12px;
}
@media not all and (min-width: 768px) {
  .p-fund1__commissions {
    margin-left: 1.8666666667vw;
  }
}
.p-fund1__commission1 {
  max-width: 230px;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .p-fund1__commission1 {
    max-width: 27.7333333333vw;
  }
}
.p-fund1__commission2 {
  max-width: 266px;
  width: 100%;
  margin-left: 114px;
}
@media not all and (min-width: 768px) {
  .p-fund1__commission2 {
    max-width: 31.7333333333vw;
    margin-left: 7.4666666667vw;
  }
}
.p-fund1__description {
  margin-top: 40px;
}
@media not all and (min-width: 768px) {
  .p-fund1__description {
    margin-top: 3.7333333333vw;
  }
}
.p-fund2 {
  padding-top: 37px;
  padding-bottom: 70px;
}
@media not all and (min-width: 768px) {
  .p-fund2 {
    padding-top: 5.8666666667vw;
    padding-bottom: 10.1333333333vw;
  }
}
.p-fund2__detail {
  margin-top: 45px;
}
@media not all and (min-width: 768px) {
  .p-fund2__detail {
    margin-top: 6.1333333333vw;
  }
}
.p-fund3 {
  padding-top: 43px;
  padding-bottom: 70px;
}
@media not all and (min-width: 768px) {
  .p-fund3 {
    padding-top: 5.8666666667vw;
    padding-bottom: 9.8666666667vw;
  }
}
.p-fund3 sup {
  position: relative;
  top: 6px;
  font-size: 60%;
  vertical-align: top;
}
@media not all and (min-width: 768px) {
  .p-fund3 sup {
    top: 0.8vw;
  }
}
.p-fund3__footnotes {
  margin-top: 14px;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-fund3__footnotes {
    margin-top: 4vw;
    letter-spacing: 0.05em;
  }
  .p-fund3__footnotes .c-footnotes2__item {
    position: relative;
    padding-left: 3.7333333333vw;
  }
  .p-fund3__footnotes .c-footnotes2__item::before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-fund3__detail {
  margin-top: 46px;
}
@media not all and (min-width: 768px) {
  .p-fund3__detail {
    margin-top: 6.6666666667vw;
  }
}
.l-fx {
  padding: 96px 20px 133px;
  background-color: #c3ecfb;
}
@media not all and (min-width: 768px) {
  .l-fx {
    padding: 11.4666666667vw 5.3333333333vw 10.9333333333vw;
  }
}
@media not all and (min-width: 768px) {
  .l-fx .l-contentsBlock2 + .l-contentsBlock2 {
    margin-top: 6.4vw;
  }
}
.l-fx__contents {
  max-width: 1100px;
  width: 100%;
  margin: 33px auto 0;
}
@media not all and (min-width: 768px) {
  .l-fx__contents {
    max-width: 100%;
    margin-top: 4vw;
  }
}
.l-fx .l-contentsBlock2 {
  position: relative;
  background-color: #f7ffff;
  z-index: 1;
}
.l-fx .l-contentsBlock2__header {
  height: 185px;
  color: #174e97;
}
@media not all and (min-width: 768px) {
  .l-fx .l-contentsBlock2__header {
    height: 32.5333333333vw;
  }
}
.l-fx__talent {
  position: absolute;
  top: -68px;
  right: 23px;
  width: 229px;
  z-index: -1;
}
@media not all and (min-width: 768px) {
  .l-fx__talent {
    top: 0;
    right: -0.5333333333vw;
    width: 29.3333333333vw;
  }
}
.p-fx1 {
  padding-top: 57px;
  padding-bottom: 51px;
}
@media not all and (min-width: 768px) {
  .p-fx1 {
    padding-top: 6.9333333333vw;
    padding-bottom: 8.8vw;
  }
}
.p-fx1__image {
  max-width: 570px;
  width: 100%;
  margin-left: 126px;
}
@media not all and (min-width: 768px) {
  .p-fx1__image {
    max-width: 61.3333333333vw;
    margin-left: 8vw;
  }
}
.p-fx1__description {
  margin-top: 34px;
}
@media not all and (min-width: 768px) {
  .p-fx1__description {
    margin-top: 6.1333333333vw;
  }
}
.p-fx2 {
  padding-top: 47px;
  padding-bottom: 64px;
}
@media not all and (min-width: 768px) {
  .p-fx2 {
    padding-top: 5.3333333333vw;
    padding-bottom: 9.0666666667vw;
  }
}
.p-fx2__image {
  max-width: 755px;
  width: 100%;
  margin-left: 21px;
}
@media not all and (min-width: 768px) {
  .p-fx2__image {
    max-width: 76vw;
    margin-left: 0;
  }
}
.p-fx2__description {
  margin-top: 45px;
}
@media not all and (min-width: 768px) {
  .p-fx2__description {
    margin-top: 4vw;
  }
}
.l-campaign {
  padding-top: 119px;
  padding-bottom: 124px;
}
@media not all and (min-width: 768px) {
  .l-campaign {
    padding-top: 12.2666666667vw;
    padding-bottom: 14.4vw;
  }
}
.l-flow {
  padding: 99px 0 120px;
  color: #fff;
  background: url(/event/multi-ta-02/images/bg_flow.jpg) no-repeat 0 0 / cover;
}
@media not all and (min-width: 768px) {
  .l-flow {
    padding: 10.6666666667vw 0 10.6666666667vw;
    background: url(/event/multi-ta-02/images/bg_flow_sp.jpg) no-repeat 0 0 / cover;
  }
}
.l-flow__headingLine2 {
  margin-top: 13px;
}
@media not all and (min-width: 768px) {
  .l-flow__headingLine2 {
    margin-top: 1.8666666667vw;
  }
}
.l-flow__contents {
  margin-top: 71px;
}
@media not all and (min-width: 768px) {
  .l-flow__contents {
    margin-top: 10.6666666667vw;
  }
}
@media not all and (min-width: 768px) {
  .p-flow__text {
    color: #222;
  }
}
@media not all and (min-width: 768px) {
  .p-flow__footnotes {
    margin-top: 5.3333333333vw;
  }
}
.p-flow__footnoteLink {
  color: #fff;
}
.l-support {
  padding-top: 119px;
  padding-bottom: 0;
}
@media not all and (min-width: 768px) {
  .l-support {
    padding: 6.1333333333vw 5.3333333333vw 0;
  }
}
.l-support__group {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 108px;
}
@media print, screen and (max-width: 1140px) {
  .l-support__group {
    zoom: 0.9;
  }
}
@media print, screen and (max-width: 1040px) {
  .l-support__group {
    zoom: 0.8;
  }
}
@media print, screen and (max-width: 940px) {
  .l-support__group {
    zoom: 0.6;
  }
}
@media not all and (min-width: 768px) {
  .l-support__group {
    zoom: initial;
    padding-bottom: 10.1333333333vw;
  }
}
.l-support__talent {
  position: absolute;
  right: -94px;
  bottom: -61px;
  width: 287px;
}
@media not all and (min-width: 768px) {
  .l-support__talent {
    right: -5.6vw;
    bottom: -4vw;
    width: 25.8666666667vw;
  }
}
.l-support__lead {
  margin-top: 38px;
}
@media not all and (min-width: 768px) {
  .l-support__lead {
    margin-top: 4.5333333333vw;
  }
}
.l-support__contents {
  margin-top: 0;
}
@media not all and (min-width: 768px) {
  .l-support__contents {
    margin-top: 5.8666666667vw;
  }
}
.l-security__heading {
  padding-right: 1px;
}
@media not all and (min-width: 768px) {
  .l-security__heading {
    padding-right: 0;
  }
}
.l-security .c-headerGroup__description {
  margin-top: 28px;
}
@media not all and (min-width: 768px) {
  .l-security .c-headerGroup__description {
    margin-top: 4.8vw;
    margin-right: 0;
    font-size: 3.7333333333vw;
    line-height: 1.6428571429;
  }
}
.p-security {
  margin-top: 35px;
}
@media not all and (min-width: 768px) {
  .p-security {
    margin-top: 6.4vw;
  }
}
.l-links {
  padding-bottom: 100px;
}
@media not all and (min-width: 768px) {
  .l-links {
    padding-top: 12.2666666667vw;
    padding-bottom: 9.3333333333vw;
  }
}
.l-links__contents {
  margin-top: 45px;
}
@media not all and (min-width: 768px) {
  .l-links__contents {
    margin-top: 9.3333333333vw;
  }
}
.p-linksDetail {
  max-width: 1100px;
  width: 100%;
  margin: 62px auto 0;
  border: solid 1px #dbdee3;
  border-radius: 12px;
}
@media not all and (min-width: 768px) {
  .p-linksDetail {
    margin-top: 11.4666666667vw;
    border-width: 0.2666666667vw;
    border-radius: 1.6vw;
  }
}
.p-linksDetail__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 95px;
  padding: 5px 20px;
  border-bottom: solid 1px #dbdee3;
}
@media not all and (min-width: 768px) {
  .p-linksDetail__header {
    height: 18.4vw;
    padding: 2.4vw 3.7333333333vw 1.3333333333vw 2.6666666667vw;
  }
}
.p-linksDetail__heading {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-linksDetail__heading {
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
    text-align: center;
  }
}
.p-linksDetail__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px 20px 44px;
}
@media not all and (min-width: 768px) {
  .p-linksDetail__contents {
    padding: 5.0666666667vw 6.6666666667vw 6.4vw;
  }
}
.p-linksDetail__text {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-linksDetail__text {
    font-size: 2.6666666667vw;
    line-height: 1.5;
    text-align: justify;
  }
  .p-linksDetail__text a {
    display: block;
    margin-top: 1.6vw;
  }
}
.l-footer {
  padding-bottom: 111px;
}
@media not all and (min-width: 768px) {
  .l-footer {
    padding: 11.4666666667vw 5.3333333333vw 22.1333333333vw;
  }
}
.l-footer__inner {
  grid-row-gap: 22px;
}
@media not all and (min-width: 768px) {
  .l-footer__inner {
    display: block;
    grid-row-gap: 0;
  }
}
@media not all and (min-width: 768px) {
  .l-footer__column:nth-child(1) {
    padding-left: 0.2666666667vw;
  }
}
.l-footer__column:nth-child(2) {
  grid-area: 2/1/3/2;
  margin-left: -2px;
}
@media not all and (min-width: 768px) {
  .l-footer__column:nth-child(2) {
    margin-top: 7.4666666667vw;
    margin-left: 0;
    padding-left: 0;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
.p-modal {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(83, 191, 173, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: safe center;
  -ms-flex-align: safe center;
  align-items: safe center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.p-modal__wrapper {
  cursor: default;
  position: relative;
  max-width: 940px;
  width: 100%;
  margin: 100px 10px;
}
@media not all and (min-width: 768px) {
  .p-modal__wrapper {
    margin: 13.3333333333vw 0;
  }
}
.p-modal__contents {
  width: 100%;
}
@media not all and (min-width: 768px) {
  .p-modal__contents {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.p-modal__content {
  position: absolute;
  display: none;
}
.p-modal__content.is-active {
  position: static;
  display: block;
}
.p-modal .l-contentsBlock {
  margin-top: 0;
}
.p-modal .c-description {
  margin-left: 2px;
}
@media not all and (min-width: 768px) {
  .p-modal .c-description {
    margin-left: 0;
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
    text-align: justify;
    line-break: anywhere;
  }
}
.p-modal__close {
  position: absolute;
  top: -86px;
  right: -12px;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  border: none;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 4.5rem;
  line-height: 1;
}
@media not all and (min-width: 768px) {
  .p-modal__close {
    top: -15.2vw;
    right: 3.4666666667vw;
    font-size: 13.3333333333vw;
  }
}
.p-modal .l-contentsBlock__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #096e5f;
  height: 160px;
  font-weight: 700;
  padding: 17px 20px 20px;
}
@media not all and (min-width: 768px) {
  .p-modal .l-contentsBlock__header {
    height: 24vw;
    padding: 1.3333333333vw;
  }
}
.p-modal .l-contentsBlock__contents {
  padding-right: 20px;
  padding-left: 20px;
}
@media not all and (min-width: 768px) {
  .p-modal .l-contentsBlock__contents {
    padding-right: 6.6666666667vw;
    padding-left: 6.6666666667vw;
  }
}
.p-modal .l-contentsBlock + .l-contentsBlock {
  margin-top: 41px;
}
@media not all and (min-width: 768px) {
  .p-modal .l-contentsBlock + .l-contentsBlock {
    margin-top: 9.0666666667vw;
  }
}
.p-modal__contentWrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
.p-modal__headingSub {
  margin-top: 12px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-modal__headingSub {
    margin: 0.5333333333vw 0 1.3333333333vw;
    font-size: 4vw;
  }
}
.p-modal__headingSub sup {
  position: relative;
  top: 6px;
  font-size: 40%;
  vertical-align: top;
}
.p-modal__heading {
  font-size: 2.125rem;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-modal__heading {
    font-size: 5.3333333333vw;
    line-height: 1.2;
    text-align: center;
  }
}
.p-modal1-1 {
  padding-top: 45px;
  padding-bottom: 57px;
}
@media not all and (min-width: 768px) {
  .p-modal1-1 {
    padding-top: 6.1333333333vw;
    padding-bottom: 8.5333333333vw;
  }
}
.p-modal1-1__images {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 29px;
}
@media not all and (min-width: 768px) {
  .p-modal1-1__images {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3.7333333333vw;
    margin-top: 3.7333333333vw;
  }
}
.p-modal1-1__image {
  max-width: 191px;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .p-modal1-1__image {
    max-width: 36vw;
  }
}
.p-modal1-1__image + .p-modal1-1__image {
  margin-left: 10px;
}
@media not all and (min-width: 768px) {
  .p-modal1-1__image + .p-modal1-1__image {
    margin: 0;
  }
}
.p-modal1-1__footnote {
  margin-top: 14px;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-modal1-1__footnote {
    margin-top: 3.2vw;
  }
}
@media not all and (min-width: 768px) {
  .p-modal1-1__footnote .c-footnotes2__item {
    position: relative;
    padding-left: 3.7333333333vw;
    letter-spacing: 0.05em;
  }
  .p-modal1-1__footnote .c-footnotes2__item::before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-modal1-2 {
  padding-top: 52px;
  padding-bottom: 57px;
}
@media not all and (min-width: 768px) {
  .p-modal1-2 {
    padding-top: 6.1333333333vw;
    padding-bottom: 6.9333333333vw;
  }
}
.p-modal1-2__description {
  text-align: justify;
}
@media not all and (min-width: 768px) {
  .p-modal2 .l-contentsBlock__header {
    height: 29.3333333333vw;
  }
}
.p-modal2-1 {
  padding-top: 45px;
  padding-bottom: 84px;
}
@media not all and (min-width: 768px) {
  .p-modal2-1 {
    padding-top: 5.0666666667vw;
    padding-bottom: 9.0666666667vw;
  }
}
.p-modal2-1__description1 {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.p-modal2-1__images {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 33px;
}
@media not all and (min-width: 768px) {
  .p-modal2-1__images {
    gap: 1.3333333333vw;
    margin-top: 3.4666666667vw;
  }
}
.p-modal2-1__image {
  max-width: 216px;
  width: 100%;
  margin: 0 18px;
}
@media not all and (min-width: 768px) {
  .p-modal2-1__image {
    width: 24.8vw;
    margin: 0;
  }
}
.p-modal2-1__description2 {
  margin-top: 21px;
  text-align: justify;
}
@media not all and (min-width: 768px) {
  .p-modal2-1__description2 {
    margin-top: 3.7333333333vw;
  }
}
.p-modal2-1__image2 {
  max-width: 750px;
  width: 100%;
  margin: 37px 0 0 27px;
}
@media not all and (min-width: 768px) {
  .p-modal2-1__image2 {
    margin: 6.1333333333vw 0 0;
  }
}
.p-modal2-1__contentsBlock {
  margin-top: 42px;
}
@media not all and (min-width: 768px) {
  .p-modal2-1__contentsBlock {
    margin-top: 7.4666666667vw;
  }
}
.p-modal2-1__footnote {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 12px 0 0 4px;
}
@media not all and (min-width: 768px) {
  .p-modal2-1__footnote {
    margin: 1.8666666667vw 0 0 0.5333333333vw;
    letter-spacing: 0.05em;
  }
}
.p-modal2-1__dl {
  margin-top: 37px;
  margin-left: 1px;
}
@media not all and (min-width: 768px) {
  .p-modal2-1__dl {
    margin-top: 7.4666666667vw;
    margin-left: 0;
  }
}
@media not all and (min-width: 768px) {
  .p-modal3 .l-contentsBlock__header {
    height: 26.6666666667vw;
  }
}
.p-modal3 .l-contentsBlock + .l-contentsBlock {
  margin-top: 64px;
}
@media not all and (min-width: 768px) {
  .p-modal3 .l-contentsBlock + .l-contentsBlock {
    margin-top: 7.2vw;
  }
}
.p-modal3-1 {
  padding-top: 45px;
  padding-bottom: 70px;
}
@media not all and (min-width: 768px) {
  .p-modal3-1 {
    padding-top: 5.0666666667vw;
    padding-bottom: 8.2666666667vw;
  }
}
.p-modal3-1__description sup {
  position: relative;
  top: 4px;
  font-size: 60%;
  vertical-align: top;
}
@media not all and (min-width: 768px) {
  .p-modal3-1__description sup {
    top: 0.8vw;
  }
}
.p-modal3-1__footnote {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 17px 0 0 3px;
}
@media not all and (min-width: 768px) {
  .p-modal3-1__footnote {
    margin: 1.8666666667vw 0 0 0;
  }
}
.p-modal3-1__footnote .c-footnotes2__item {
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-modal3-1__footnote .c-footnotes2__item {
    position: relative;
    padding-left: 3.7333333333vw;
  }
  .p-modal3-1__footnote .c-footnotes2__item::before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-modal3-1__contentsBlock {
  margin-top: 47px;
}
@media not all and (min-width: 768px) {
  .p-modal3-1__contentsBlock {
    margin-top: 6.6666666667vw;
  }
}
.p-modal3-2 {
  padding-top: 45px;
  padding-bottom: 60px;
}
@media not all and (min-width: 768px) {
  .p-modal3-2 {
    padding-top: 5.3333333333vw;
    padding-bottom: 8.2666666667vw;
  }
}
.p-modal4 {
  padding: 45px 20px 72px;
  border-radius: 12px;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  .p-modal4 {
    padding: 5.6vw 6.6666666667vw 10.4vw;
    border-radius: 1.6vw;
  }
}
.p-modal4-1 {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
.p-modal4-1__description {
  text-align: justify;
}
@media not all and (min-width: 768px) {
  .p-modal4-1__description {
    margin: 0 0.8vw !important;
  }
}
.p-modal4-1__description em {
  font-weight: 700;
  color: #f13f61;
}
.p-modal4-1__description sup {
  position: relative;
  top: 4px;
  font-size: 60%;
  vertical-align: top;
}
.p-modal4-1__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 47px;
}
@media not all and (min-width: 768px) {
  .p-modal4-1__images {
    margin-top: 5.6vw;
  }
}
.p-modal4-1__image:nth-child(1) {
  width: 39.3902439024%;
}
@media not all and (min-width: 768px) {
  .p-modal4-1__image:nth-child(1) {
    min-width: 36.2666666667vw;
  }
}
.p-modal4-1__image:nth-child(2) {
  width: 39.2682926829%;
  margin-left: 7.3170731707%;
  margin-right: 0.7317073171%;
}
@media not all and (min-width: 768px) {
  .p-modal4-1__image:nth-child(2) {
    min-width: 36vw;
    margin-left: 4vw;
    margin-right: 0;
  }
}
.p-modal4-1__dl {
  margin-top: 53px;
  margin-left: 1px;
}
@media not all and (min-width: 768px) {
  .p-modal4-1__dl {
    margin-top: 6.9333333333vw;
    margin-left: 0;
  }
}
.p-modal4-1__dl .c-dl__dd {
  margin-top: 10px;
}
@media not all and (min-width: 768px) {
  .p-modal4-1__dl .c-dl__dd {
    margin-top: 0.5333333333vw;
  }
}
.p-modalContentsBlock1 {
  max-width: 820px;
  width: 100%;
  border-radius: 12px;
  background-color: #e1f8eb;
}
@media not all and (min-width: 768px) {
  .p-modalContentsBlock1 {
    max-width: 100%;
    border-radius: 1.6vw;
  }
}
.p-modalContentsBlock1__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 143px;
  border-bottom: 1px solid #fff;
  color: #096e5f;
}
@media not all and (min-width: 768px) {
  .p-modalContentsBlock1__header {
    height: 16.6666666667vw;
    border-width: 0.2666666667vw;
  }
}
.p-modalContentsBlock1__heading {
  margin-top: 10px;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-modalContentsBlock1__heading {
    margin-top: 0;
    font-size: 4vw;
  }
}
.p-modalContentsBlock1__contents {
  padding: 25px 50px 57px;
}
@media not all and (min-width: 768px) {
  .p-modalContentsBlock1__contents {
    padding: 2.9333333333vw 4vw 6.4vw;
  }
}
.p-modalContentsBlock1__description {
  margin: 0 -1px !important;
  line-break: anywhere;
}
@media not all and (min-width: 768px) {
  .p-modalContentsBlock1__description {
    margin: 0 0.2666666667vw !important;
    font-size: 2.9333333333vw !important;
    line-height: 1.5454545455 !important;
  }
}
.p-modalContentsBlock1__figures {
  margin-top: 35px;
  padding: 50px 50px 47px 46px;
  border-radius: 12px;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  .p-modalContentsBlock1__figures {
    margin-top: 3.2vw;
    padding: 6.9333333333vw 3.7333333333vw 6.4vw;
    border-radius: 1.6vw;
  }
}
.p-modalContentsBlock1__figuresHeading {
  margin-left: 8px;
  color: #096e5f;
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-modalContentsBlock1__figuresHeading {
    margin-left: 0;
    font-size: 2.6666666667vw;
  }
}
.p-modalContentsBlock1__graph {
  max-width: 575px;
  width: 100%;
  margin: 19px auto 0;
}
@media not all and (min-width: 768px) {
  .p-modalContentsBlock1__graph {
    max-width: 61.0666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.p-modalContentsBlock2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 820px;
  width: 100%;
  border: rgba(9, 110, 95, 0.75) solid 2px;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0.749);
}
@media not all and (min-width: 768px) {
  .p-modalContentsBlock2 {
    border-width: 0.2666666667vw;
    border-radius: 1.6vw;
  }
}
.p-modalContentsBlock2__header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 104px;
  color: #096e5f;
  border-bottom: 1px solid rgba(28, 121, 108, 0.64);
}
@media not all and (min-width: 768px) {
  .p-modalContentsBlock2__header {
    height: 17.8666666667vw;
    border-width: 0.2666666667vw;
  }
}
.p-modalContentsBlock2__heading {
  margin-top: 10px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-modalContentsBlock2__heading {
    margin-top: 0;
    padding-left: 12px;
    font-size: 4vw;
    line-height: 1.2;
  }
}
.p-modalContentsBlock2__contents {
  padding: 25px 50px 44px;
}
@media not all and (min-width: 768px) {
  .p-modalContentsBlock2__contents {
    padding: 2.1333333333vw 4vw 5.3333333333vw;
  }
}
.p-modalContentsBlock2__textImageGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (min-width: 768px) {
  .p-modalContentsBlock2__textImageGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-modalContentsBlock2__groupTexts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-modalContentsBlock2__groupTexts .c-description {
  max-width: 516px;
  margin-top: 14px;
  margin-left: -1px;
  text-align: justify;
}
@media not all and (min-width: 768px) {
  .p-modalContentsBlock2__groupTexts .c-description {
    max-width: 100%;
    margin-top: 1.6vw;
    margin-left: 0.8vw;
    font-size: 2.9333333333vw !important;
    line-height: 1.5454545455 !important;
  }
}
.p-modalContentsBlock2__groupImage {
  width: 196px;
  margin: 1px -11px 0 4px;
}
@media not all and (min-width: 768px) {
  .p-modalContentsBlock2__groupImage {
    width: 26.1333333333vw;
    margin: 0 0 0 20.5333333333vw;
  }
}
.p-qa {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 820px;
  width: 100%;
  margin-top: 29px;
  padding: 0 10px 18px;
  border-radius: 12px;
}
@media not all and (min-width: 768px) {
  .p-qa {
    margin-top: 4.5333333333vw;
    padding: 0 0 2.1333333333vw;
    border-radius: 1.6vw;
  }
}
.p-qa.-ja {
  background-color: #059f9e;
}
@media not all and (min-width: 768px) {
  .p-qa.-ja {
    background-color: #059f9e;
  }
}
.p-qa.-us {
  background-color: #f26d98;
}
@media not all and (min-width: 768px) {
  .p-qa.-us {
    padding-bottom: 2.9333333333vw;
  }
}
.p-qa + .p-qa {
  margin-top: 40px;
}
@media not all and (min-width: 768px) {
  .p-qa + .p-qa {
    margin-top: 5.3333333333vw;
  }
}
.-ja .p-qa__header {
  margin-top: 45px;
  margin-bottom: 27px;
}
@media not all and (min-width: 768px) {
  .-ja .p-qa__header {
    margin-top: 6.9333333333vw;
    margin-bottom: 5.0666666667vw;
  }
}
.-us .p-qa__header {
  margin-top: 42px;
  margin-bottom: 30px;
}
@media not all and (min-width: 768px) {
  .-us .p-qa__header {
    margin-top: 6.9333333333vw;
    margin-bottom: 5.0666666667vw;
  }
}
.p-qa__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  padding-right: 17px;
}
@media not all and (min-width: 768px) {
  .p-qa__heading {
    padding-right: 3.2vw;
  }
}
.p-qa__headingIcon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 128px;
  height: 44px;
  margin-top: 2px;
  padding: 1px 0 0 5px;
  border-radius: 22px;
  font-family: "Geist", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
}
@media not all and (min-width: 768px) {
  .p-qa__headingIcon {
    width: 21.6vw;
    height: 7.4666666667vw;
    font-size: 3.2vw;
    padding: 0.2666666667vw 0 0 1.3333333333vw;
    margin-top: 0;
    border-radius: 3.7333333333vw;
  }
}
.-ja .p-qa__headingIcon {
  background-color: #037877;
}
@media not all and (min-width: 768px) {
  .-ja .p-qa__headingIcon {
    background-color: #117877;
  }
}
.-us .p-qa__headingIcon {
  background-color: #e42e69;
}
.p-qa__headingText {
  margin-left: 7px;
  font-size: 2.415625rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-qa__headingText {
    margin-top: 0.2666666667vw;
    margin-left: 1.6vw;
    font-size: 6.4vw;
  }
}
.p-qa__contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 790px;
  margin: 0 auto;
  padding: 42px 37px 65px;
  border-radius: 12px;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  .p-qa__contents {
    max-width: 70.6666666667vw;
    border-radius: 1.6vw;
    padding: 5.3333333333vw 4.8vw 5.3333333333vw;
  }
}
.-ja .p-qa__contents {
  padding-bottom: 65px;
}
@media not all and (min-width: 768px) {
  .-ja .p-qa__contents {
    padding-bottom: 6.9333333333vw;
  }
}
.-us .p-qa__contents {
  padding-bottom: 50px;
}
@media not all and (min-width: 768px) {
  .-us .p-qa__contents {
    padding-bottom: 7.4666666667vw;
  }
}
.p-qa__item + .p-qa__item {
  margin-top: 40px;
}
@media not all and (min-width: 768px) {
  .p-qa__item + .p-qa__item {
    margin-top: 6.6666666667vw;
  }
}
.p-qa__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-qa__question::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "Q";
  width: 44px;
  height: 44px;
  margin-right: 13px;
  border-radius: 50%;
  color: #fff;
  font-family: "Geist", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}
@media not all and (min-width: 768px) {
  .p-qa__question::before {
    width: 7.2vw;
    height: 7.2vw;
    margin-right: 1.6vw;
    font-size: 3.2vw;
  }
}
.-ja .p-qa__question::before {
  background-color: #009682;
}
@media not all and (min-width: 768px) {
  .-ja .p-qa__question::before {
    background-color: #159582;
  }
}
.-us .p-qa__question::before {
  background-color: #f26d98;
}
.p-qa__questionText {
  padding-bottom: 4px;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  line-break: anywhere;
}
@media not all and (min-width: 768px) {
  .p-qa__questionText {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 2.9333333333vw;
    line-height: 1.3636363636;
    padding-bottom: 0;
  }
}
.-ja .p-qa__questionText {
  color: #096e5f;
}
.-us .p-qa__questionText {
  color: #e14e5d;
}
.p-qa__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
}
.p-qa__answer::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "A";
  width: 44px;
  height: 44px;
  margin-right: 13px;
  border-radius: 50%;
  color: #fff;
  font-family: "Geist", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  background-color: rgba(126, 126, 126, 0.79);
}
@media not all and (min-width: 768px) {
  .p-qa__answer::before {
    width: 7.2vw;
    height: 7.2vw;
    margin-right: 1.6vw;
    font-size: 3.2vw;
  }
}
.p-qa__answerTexts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -4px;
}
@media not all and (min-width: 768px) {
  .p-qa__answerTexts {
    margin-top: -0.8vw;
    padding-right: 1.0666666667vw;
  }
}
.p-qa__answerText {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-qa__answerText {
    font-size: 2.9333333333vw;
    line-height: 1.5454545455;
    text-align: justify;
  }
}
.p-cc {
  margin-top: 65px;
}
@media not all and (min-width: 768px) {
  .p-cc {
    margin-top: 7.7333333333vw;
  }
}
.p-cc__lead {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-cc__lead {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.p-cc__contents {
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 820px;
  margin: 25px auto 0;
  padding-right: 52px;
  padding-bottom: 55px;
  border-radius: 12px;
  background-color: #e1f8eb;
}
@media print, screen and (max-width: 940px) {
  .p-cc__contents {
    zoom: 0.9;
  }
}
@media print, screen and (max-width: 840px) {
  .p-cc__contents {
    zoom: 0.8;
  }
}
@media not all and (min-width: 768px) {
  .p-cc__contents {
    zoom: initial;
    width: 76vw;
    margin-top: 2.9333333333vw;
    padding-right: 0;
    padding-bottom: 7.2vw;
    border-radius: 1.6vw;
  }
}
.p-cc__text1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  margin-top: 48px;
  margin-left: 14px;
}
@media not all and (min-width: 768px) {
  .p-cc__text1 {
    margin-top: 6.4vw;
    margin-left: 1.8666666667vw;
  }
}
.p-cc__text1-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 128px;
  height: 44px;
  border-radius: 22px;
  color: #fff;
  font-size: 1.3125rem;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-cc__text1-1 {
    width: 17.0666666667vw;
    height: 5.8666666667vw;
    font-size: 2.8vw;
  }
}
.p-cc__text1-1.-ja {
  background-color: #059f9e;
}
.p-cc__text1-1.-us {
  background-color: #f26d98;
}
.p-cc__text1-2 {
  padding-bottom: 2px;
  font-size: 1.5rem;
  margin-left: 9px;
  margin-right: 5px;
}
@media not all and (min-width: 768px) {
  .p-cc__text1-2 {
    font-size: 3.2vw;
    margin-left: 1.0666666667vw;
    margin-right: 0.8vw;
    padding-bottom: 0.5333333333vw;
  }
}
.p-cc__text2 {
  margin: 20px 4px 0 0;
  color: #038786;
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-cc__text2 {
    margin: 2.6666666667vw 0.5333333333vw 0 0;
    font-size: 3.4666666667vw;
  }
}
.p-cc__text3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 600px;
  height: 140px;
  margin-top: 18px;
  padding-right: 32px;
  border-radius: 12px;
  background-color: #1a9f9d;
}
@media not all and (min-width: 768px) {
  .p-cc__text3 {
    width: 68vw;
    height: 18.6666666667vw;
    margin-top: 2.4vw;
    border-radius: 1.6vw;
    padding-right: 0;
    padding-left: 1.0666666667vw;
  }
}
.p-cc__text3-1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin-bottom: 4px;
  padding: 1px 0 0 2px;
  background-color: #fff;
  border-radius: 50%;
  color: #f66884;
  font-weight: 700;
  font-size: 1.824375rem;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-cc__text3-1 {
    width: 12.8vw;
    height: 12.8vw;
    font-size: 3.8906666667vw;
    margin-bottom: 0.5333333333vw;
    padding: 0;
  }
}
.p-cc__text3-2 {
  margin-left: 12px;
  font-weight: 700;
  color: #fff;
  font-size: 2.375rem;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-cc__text3-2 {
    margin-left: 1.6vw;
    font-size: 5.0666666667vw;
  }
}
.p-cc__text4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 19px;
  margin-right: 22px;
}
@media not all and (min-width: 768px) {
  .p-cc__text4 {
    margin-top: 2.6666666667vw;
    margin-right: 0;
    margin-left: 3.7333333333vw;
  }
}
.p-cc__text4-1 {
  margin-right: 6px;
  color: #ed4264;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-cc__text4-1 {
    margin-right: 0.8vw;
    font-size: 2.6666666667vw;
  }
}
.p-cc__text4-2 {
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-cc__text4-2 {
    font-size: 2.6666666667vw;
  }
}
.p-cc__talent {
  position: absolute;
  right: 7px;
  bottom: 0;
  width: 239px;
}
@media not all and (min-width: 768px) {
  .p-cc__talent {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  .c-floatingPageTop {
    background-color: #159582;
  }
}

/*-----------------------------------
  同意
-----------------------------------*/
.modal-cta_text p {
  font-size: min(calc(32 / 750 * 100vw), 1.4rem);
  text-align: center;
  line-height: 2;
}
.modal-cta_text p.link {
  font-size: min(calc(25 / 750 * 100vw), 1rem);
  text-decoration: underline;
  margin-top: 10px;
}
.disable-link {
  opacity: 0.7;
}
.disable-link:hover {
  transform: none !important;
  pointer-events: none !important;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(34, 34, 34, 0.3) !important;
}
.check-box {
  text-align: center;
}
.check {
  display: none;
}
.check + span {
  cursor: pointer;
  display: inline-block;
  margin: 1.6em 2.2em;
  padding: 0 0 0 2em;
  position: relative;
  font-size: 2rem;
}
.check + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1.3em;
  left: -2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3em;
}

.check + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #e83a3a;
  border-left: 3px solid #e83a3a;
  content: "";
  display: block;
  height: 0.6em;
  left: 1%;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}
.check:checked + span::after {
  opacity: 1;
}
.modal-cta-btn {
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .check + span {
    font-size: 1.3rem;
  }
  .modal-cta-btn .c-button {
    width: 97%;
    -webkit-box-shadow: 0px 5px 4px 0 rgba(34, 34, 34, 0.3);
  }
  .modal-cta-btn {
    margin-bottom: 0;
  }
}

/* --------------------------------
* modal
----------------------------------- */
.js_modalWrap {
  display: none;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.js_modalContInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 980px;
  max-width: 100%;
  max-height: calc(100vh - 80px);
  background-color: #fff;
  overflow: auto;
  padding: 0;
  border-radius: 10px;
  border: 4px solid #13ab97;
}
.js_modalCont {
  overflow-y: scroll;
  max-height: 600px;
}
.js_modalCont > * + * {
  margin-top: 10px;
}
.js_modalContInner > .js_modalClose + * {
  margin-top: 0;
  padding: 40px;
}
.js_modalClose {
  display: block;
  position: absolute;
  top: 6.5px;
  right: 24.5px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
  background: #f2f2f2;
  border-radius: 50%;
  border: none;
}
.js_modalClose::before,
.js_modalClose::after {
  content: "";
  background-color: #009a99;
  position: absolute;
  top: 22%;
  right: 15px;
  width: 2px;
  height: 56%;
}
.js_modalClose::before {
  transform: rotate(45deg);
}
.js_modalClose::after {
  transform: rotate(-45deg);
}
/* ==========================
  コンテンツの中身
========================== */
.md_textblock > * + * {
  margin-top: 10px;
}
.md_textblock > * + .js_modalBtnWrap {
  margin-top: 20px;
}
.md_linkBtnWrap {
  width: 300px;
  max-width: 100%;
  margin: 10px auto 0;
  text-align: center;
}
.md_linkBtnCont {
  display: block;
  color: #222;
  border: 1px solid #222;
  padding: 15px 5px;
  transition: 0.3s;
}
.md_linkBtnCont:hover,
.md_linkBtnCont:focus {
  color: #fff;
  background-color: #222;
}
.modal-ttl {
  color: #00a385;
  font-size: min(calc(40 / 750 * 100vw), 1.5rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: min(calc(15 / 750 * 100vw), 1.2rem);
}
.modal-ttl span {
  font-size: min(calc(30 / 750 * 100vw), 1.2rem);
}
.modal-ttl.ttl_02 {
  margin-top: 50px;
}
.modal-img {
  margin-bottom: 2rem;
}
.modal-case-text {
  font-size: min(calc(30 / 750 * 100vw), 1.2rem);
  text-align: center;
  font-weight: 500;
  margin: 30px 0;
}
.modal-graph-wrap {
  background: #edfaf5;
  border-radius: 10px;
  padding: min(calc(30 / 750 * 100vw), 2.5rem);
  margin: 20px auto;
}
.modal-about-wrap {
  border: 2px solid var(--green);
  border-radius: 10px;
  padding: min(calc(30 / 750 * 100vw), 2.5rem);
  margin: 40px auto;
  position: relative;
}
.modal-about-wrap p {
  width: 70%;
  text-align: left;
}
.modal-about-wrap figure {
  position: absolute;
  right: 8%;
  top: 20%;
}
.modal-ex-wrap {
  background: var(--green);
  border-radius: 10px;
  padding: min(calc(20 / 750 * 100vw), 2.5rem);
}
.modal-ex-wrap._ex02 {
  margin-top: 30px;
  background: var(--pink);
}
.modal-ex-wrap dl {
  background: var(--white);
  border-radius: 10px;
  padding: min(calc(20 / 750 * 100vw), 2.5rem);
  font-size: min(calc(25 / 750 * 100vw), 1rem);
}
.modal-ex-wrap dl dt,
.modal-ex-wrap dl dd {
  font-weight: bold;
  display: flex;
  align-items: center;
  text-align: left;
}
.modal-ex-wrap dl dt {
  color: var(--green);
}
.modal-ex-wrap._ex02 dl dt {
  color: var(--pink);
}
.modal-ex-wrap dl dd {
  align-items: flex-start;
  font-weight: 100;
  line-height: 1.5;
  margin-bottom: 20px;
}
.modal-ex-wrap dl dt::before,
.modal-ex-wrap dl dd::before {
  content: "Q.";
  font-size: min(calc(50 / 750 * 100vw), 1.6rem);
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-right: 10px;
}
.modal-ex-wrap dl dd::before {
  content: "A.";
}
.modal-l {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}
.modal-l a {
  border-bottom: 1px solid;
}
.type-modal-step {
  display: flex;
  flex-direction: column;
}
.type-modal-step li {
  background: #e5fdf5;
  border: 1px solid #00a385;
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.type-modal-step li figure {
  width: 11%;
  height: 20px;
  margin-right: 30px;
}
.type-modal-step li p {
  font-size: 16px;
  font-weight: bold;
}
.modal-link {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.modal-link a {
  color: #222;
}
.modal-link a:hover {
  text-decoration: underline;
}
.type-modal-step li .c-button {
  font-size: 18px;
  padding: 0 20px;
  height: 50px;
  width: 260px;
}
.active {
  background: none;
  bottom: -30px;
}
/* PC幅に適用 */
@media (max-width: 750px) {
  .js_modalContInner {
    padding: 20px;
    width: 85%;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
  }
  .js_modalContInner::-webkit-scrollbar {
    display: none;
  }
  .js_modalContInner > .js_modalClose + * {
    padding: 0;
  }
  .js_modalClose {
    top: 2%;
    right: 3%;
  }
}
@media only screen and (max-width: 750px) {
  .js_modalWrap .c-button {
    margin-bottom: 20px;
  }
  .type-modal-step li {
    flex-direction: column;
    padding: 10px 20px;
  }
  .type-modal-step li figure {
    width: 25%;
    margin-right: 0;
  }
  .type-modal-step li p {
    font-size: 3.5vw;
  }
  .type-modal-step li .c-button {
    font-size: 4vw;
    width: 100%;
    margin-top: 10px;
  }
  .modal-link {
    font-size: 3vw;
  }
  .modal-l {
    font-size: 3vw;
  }
  .modal-about-wrap {
    display: flex;
    flex-direction: column;
  }
  .modal-about-wrap p {
    width: 100%;
  }
  .modal-about-wrap p.modal-ttl {
    order: 1;
    text-align: center;
  }
  .modal-about-wrap figure {
    order: 2;
    position: relative;
    right: 0;
  }
  .modal-about-wrap p.text {
    order: 3;
  }
  .modal-ex-wrap dl dt,
  .modal-ex-wrap dl dd {
    align-items: flex-start;
    line-height: 1.3;
  }
  .modal-ex-wrap dl dt {
    margin-bottom: 10px;
  }
}

.c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 85px;
  border-radius: 5rem;
  font-weight: 600;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(34, 34, 34, 0.3);
  background-color: #e83a3a;
  font-size: clamp(1.125rem, 0.9049295775rem + 0.9389671362vw, 1.75rem);
  max-width: 465px;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
}
@media only screen and (max-width: 750px) {
  .c-button {
    height: 54px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media only screen and (min-width: 751px) {
  .c-button:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
