@charset "UTF-8";
/*
 * Config
 */
/*
 * Color
 */
/*
 * Media Break
 */
/*
 * Fonts
 */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=M+PLUS+1:wght@100..900&display=swap");
@media screen and (min-width: 769px) {
  html {
    font-size: 0.685vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 10px;
  }
}
/*
 * BEM関連
 */
/*
 * clearfix
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

html, body {
  font-family: "M PLUS 1", sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  background-size: 100%;
  position: relative;
  text-align: unset !important;
  font-size: 1.4rem;
  min-height: 100vh;
}
@media (min-width: 561px) {
  body {
    font-size: 1.6rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

header, nav, main, footer, small, button, label {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

a:hover, a:active, button:hover, button:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.is-lato {
  font-family: "Lato", sans-serif !important;
}

.pconly {
  display: none;
}
@media (min-width: 561px) {
  .pconly {
    display: block;
  }
}

.sponly {
  display: block;
}
@media (min-width: 561px) {
  .sponly {
    display: none;
  }
}

small + br {
  display: none;
}

.header {
  background-color: #fff;
  padding: 1.6rem;
}
@media (min-width: 561px) {
  .header {
    padding: 1.6rem 3.2rem;
  }
}
@media (min-width: 561px) {
  .header.type2 {
    position: absolute;
    background-color: transparent;
  }
}

.footer {
  background-color: #252525;
}
.footer__content {
  padding: 4rem 2rem 10rem;
  display: flex;
  justify-content: center;
}
.footer .copy p {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 2rem;
}

.main .sec1 {
  background-color: #3351ff;
  overflow: hidden;
}
.main .sec1 .inner {
  border-bottom: 7.2rem solid #3351ff;
}
@media (min-width: 561px) {
  .main .sec1 .inner {
    border-bottom: none;
  }
}
.main .sec1__content {
  background-color: #fffef2;
  position: relative;
  max-width: 955px;
  margin: 0 auto;
}
.main .sec1__content > img {
  position: absolute;
  width: 6.4rem;
  z-index: 1;
}
@media (min-width: 561px) {
  .main .sec1__content > img {
    width: 25.4rem;
  }
}
.main .sec1__content > img:first-child {
  top: 7.1rem;
  left: -1rem;
}
@media (min-width: 561px) {
  .main .sec1__content > img:first-child {
    left: -12rem;
  }
}
.main .sec1__content > img:last-child {
  bottom: 20rem;
  right: -1rem;
}
@media (min-width: 561px) {
  .main .sec1__content > img:last-child {
    bottom: 7.1rem;
    right: -12rem;
  }
}
.main .sec1__content .marquee {
  padding: initial;
  position: absolute;
  transform: rotate(90deg);
  bottom: 2rem;
  right: 3.5rem;
  transform-origin: bottom right;
}
@media (min-width: 561px) {
  .main .sec1__content .marquee {
    right: 7rem;
  }
}
.main .sec1__content .marquee:nth-child(2) {
  transform: rotate(-90deg);
  left: 3.5rem;
  right: initial;
  transform-origin: bottom left;
}
@media (min-width: 561px) {
  .main .sec1__content .marquee:nth-child(2) {
    left: 7rem;
  }
}
.main .sec1__content .content {
  position: relative;
  z-index: 1;
  padding: 7rem 2.5rem 6.4rem;
}
@media (min-width: 561px) {
  .main .sec1__content .content {
    padding: 7.9rem 8.4rem 10rem;
  }
}
.main .sec1__content .content h2 {
  width: 20rem;
  height: 20rem;
  margin: 0 auto 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 800;
  color: #3351ff;
  font-size: 2.4rem;
  line-height: 1.3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../../assets/images/sec1_title_bg.png);
}
@media (min-width: 561px) {
  .main .sec1__content .content h2 {
    margin: 0 auto 4.8rem;
  }
}
.main .sec1__content .content h3 {
  text-align: center;
  font-weight: 500;
  font-size: 2.6rem;
  margin-bottom: 4rem;
}
@media (min-width: 561px) {
  .main .sec1__content .content h3 {
    font-size: 3.2rem;
    margin-bottom: 7rem;
  }
}
.main .sec1__content .content p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 7.2rem;
  padding: 0 2rem;
}
@media (min-width: 561px) {
  .main .sec1__content .content p {
    padding: 0;
    font-size: 1.5rem;
  }
}
.main .sec1__content .content dl {
  margin: 0 auto;
  position: relative;
  border: 0.5rem solid #3351ff;
  color: #3351ff;
  background-color: #fffef2;
  padding: 3.2rem 2rem 2.8rem;
  width: fit-content;
}
@media (min-width: 561px) {
  .main .sec1__content .content dl {
    padding: 4.4rem 2rem 3.5rem;
    min-width: 31.2rem;
  }
}
.main .sec1__content .content dl dt {
  color: #fff;
  background-color: #3351ff;
  position: absolute;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1.9rem 3.3rem;
  border-radius: 3rem;
  left: 50%;
  transform: translateX(-50%);
  top: -3rem;
}
.main .sec1__content .content dl dd {
  text-align: center;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 561px) {
  .main .sec1__content .content dl dd {
    font-size: 2.4rem;
  }
}
.main .sec1__content .content dl dd small {
  font-size: 0.8em;
}
.main .sec1__content .content dl dd br {
  display: block;
}
.main .sec2 {
  position: relative;
}
.main .sec2.know {
  background-color: #edebda;
}
.main .sec2.try {
  background-color: #eddada;
}
.main .sec2.learn {
  background-color: #daede8;
}
.main .sec2 .inner {
  max-width: 1302px;
  margin: 0 auto;
  padding-top: 8rem;
  padding-bottom: 7rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 769px) {
  .main .sec2 .inner {
    padding-top: 16rem;
    padding-bottom: 12.4rem;
    gap: 7.9rem;
    flex-direction: row;
  }
}
.main .sec2 .inner .left h2 {
  margin-bottom: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main .sec2 .inner .left h2 img:first-child {
  width: auto;
  height: 4rem;
  margin-bottom: 2rem;
}
@media (min-width: 561px) {
  .main .sec2 .inner .left h2 img:first-child {
    margin-bottom: 4rem;
    height: 7rem;
  }
}
.main .sec2 .inner .left h2 img:last-child {
  width: 18rem;
}
@media (min-width: 561px) {
  .main .sec2 .inner .left h2 img:last-child {
    width: 26.9rem;
  }
}
.main .sec2 .inner .left h3 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 2rem;
}
@media (min-width: 561px) {
  .main .sec2 .inner .left h3 {
    margin-bottom: 4rem;
    font-size: 4rem;
  }
}
.main .sec2 .inner .left p {
  font-size: 1.6rem;
  line-height: 2;
}
@media (min-width: 561px) {
  .main .sec2 .inner .left p {
    font-size: 1.6rem;
  }
}
.main .sec2 .inner .right {
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .main .sec2 .inner .right {
    width: 60%;
    max-width: 763px;
  }
}
.main .sec2 .inner .right .card {
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 2.4rem 2.4rem 3.2rem;
}
@media (min-width: 561px) {
  .main .sec2 .inner .right .card {
    padding: 3rem;
  }
}
@media (min-width: 769px) {
  .main .sec2 .inner .right .card {
    padding: 4rem 4.8rem;
  }
}
.main .sec2 .inner .right .card .image {
  height: 16rem;
}
@media (min-width: 561px) {
  .main .sec2 .inner .right .card .image {
    height: 34.9rem;
  }
}
.main .sec2 .inner .right .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .sec2 .inner .right .card .text {
  padding: 2rem 0 0;
}
@media (min-width: 769px) {
  .main .sec2 .inner .right .card .text {
    padding: 4rem 0 0;
  }
}
.main .sec2 .inner .right .card .text dl {
  margin-bottom: 3rem;
}
.main .sec2 .inner .right .card .text dl dt {
  display: flex;
  gap: 1.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (min-width: 561px) {
  .main .sec2 .inner .right .card .text dl dt {
    align-items: center;
  }
}
.main .sec2 .inner .right .card .text dl dt::before {
  flex-shrink: 0;
  content: "";
  width: 4px;
  background-color: #3351ff;
}
@media (min-width: 561px) {
  .main .sec2 .inner .right .card .text dl dt::before {
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
  }
}
.main .sec2 .inner .right .card .text dl dd {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (min-width: 561px) {
  .main .sec2 .inner .right .card .text dl dd {
    padding-left: 2.2rem;
    font-size: 1.6rem;
  }
}
.main .sec2 .inner .right .card .text .btn {
  margin-top: 0;
  margin-right: 0;
}
@media (min-width: 561px) {
  .main .sec2 .inner .right .card .text .btn {
    margin-left: auto;
  }
}
.main .sec2 .inner .right .btn {
  margin-top: 4rem;
  margin-left: auto;
}
@media (min-width: 769px) {
  .main .sec2 .inner .right .btn {
    margin-left: 0;
    margin-top: 7.2rem;
  }
}
.main .sec2 .marquee {
  position: absolute;
  bottom: 5rem;
}
@media (min-width: 769px) {
  .main .sec2 .marquee {
    bottom: 8rem;
  }
}
.main .sec2 .marquee li {
  color: #fff;
}
.main .sec5 {
  background-color: #fffef2;
}
.main .sec5 .inner {
  max-width: 1304px;
  margin: 0 auto;
  padding-top: 6rem;
  padding-bottom: 4rem;
}
@media (min-width: 769px) {
  .main .sec5 .inner {
    padding-top: 14rem;
    padding-bottom: 8rem;
  }
}
.main .sec5 .inner h2 {
  max-width: 32.1rem;
  height: 9.3rem;
  margin: 0 auto 8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../../assets/images/sec5_title_bg.png);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: 800;
  color: #3351ff;
}
@media (min-width: 769px) {
  .main .sec5 .inner h2 {
    height: 11.1rem;
    max-width: 38.2rem;
    font-size: 4rem;
  }
}
.main .sec5 .inner h2 small {
  font-size: 0.8em;
}
@media (min-width: 769px) {
  .main .sec5 .inner h2 small {
    font-size: 0.7em;
  }
}
.main .sec5 .inner .campaign {
  background-color: #fff;
  position: relative;
  border-radius: 1.6rem;
  padding: 5rem 2rem 4.8rem;
  text-align: center;
  margin-bottom: 6rem;
}
@media (min-width: 561px) {
  .main .sec5 .inner .campaign {
    padding: 6.8rem 3rem 4.8rem;
  }
}
@media (min-width: 769px) {
  .main .sec5 .inner .campaign {
    padding: 6.8rem 6.9rem 4.8rem;
  }
}
.main .sec5 .inner .campaign:not(:nth-child(2)) {
  margin-bottom: 4rem;
}
.main .sec5 .inner .campaign h3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 15.5rem;
  height: 4.6rem;
  background-color: #3351ff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  top: -2.3rem;
}
@media (min-width: 561px) {
  .main .sec5 .inner .campaign h3 {
    font-size: 2rem;
  }
}
.main .sec5 .inner .campaign__title h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (min-width: 561px) {
  .main .sec5 .inner .campaign__title h4 {
    font-size: 2rem;
  }
}
.main .sec5 .inner .campaign__title p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 561px) {
  .main .sec5 .inner .campaign__title p {
    font-size: 1.8rem;
  }
}
.main .sec5 .inner .campaign img {
  margin: 2rem auto;
}
@media (min-width: 561px) {
  .main .sec5 .inner .campaign img {
    margin: 3rem auto;
  }
}
.main .sec5 .inner .campaign__list {
  width: 100%;
}
.main .sec5 .inner .campaign__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8rem 4rem;
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
}
@media (min-width: 561px) {
  .main .sec5 .inner .campaign__list ul {
    gap: 4.8rem 4rem;
  }
}
.main .sec5 .inner .campaign__list ul.mod {
  max-width: 700px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .main .sec5 .inner .campaign__list ul.mod li {
    width: calc((100% - 4rem) / 2);
  }
}
.main .sec5 .inner .campaign__list ul li {
  position: relative;
  width: 100%;
  max-width: 330px;
  padding: 4rem 0;
  border: 3px solid #000;
  border-radius: 1.6rem;
  display: flex;
  align-items: center;
}
@media (min-width: 561px) {
  .main .sec5 .inner .campaign__list ul li {
    width: calc((100% - 4rem) / 2);
  }
}
@media (min-width: 769px) {
  .main .sec5 .inner .campaign__list ul li {
    padding: 0;
    min-height: 19rem;
    width: calc((100% - 8rem) / 3);
  }
}
.main .sec5 .inner .campaign__list ul li .no {
  position: absolute;
  left: -1.2rem;
  top: -1.2rem;
  width: 5.6rem;
  height: 5.6rem;
  background-image: url(../../assets/images/sec5_no_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.1;
}
@media (min-width: 561px) {
  .main .sec5 .inner .campaign__list ul li .no {
    left: -2.4rem;
    top: -2.4rem;
    width: 8rem;
    height: 8rem;
  }
}
.main .sec5 .inner .campaign__list ul li .no span {
  font-size: 1.7em;
}
.main .sec5 .inner .campaign__list ul li .content {
  width: 100%;
}
.main .sec5 .inner .campaign__list ul li .content dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  color: #3351ff;
}
.main .sec5 .inner .campaign__list ul li .content dl dt small {
  font-size: 0.67em;
}
.main .sec5 .inner .campaign__list ul li .content dl dt.notext {
  font-size: 2.8rem;
}
@media (min-width: 769px) {
  .main .sec5 .inner .campaign__list ul li .content dl dt.notext {
    font-size: 3.2rem;
  }
}
.main .sec5 .inner .campaign__list ul li .content dl dt.notext small {
  font-size: 0.75em;
}
.main .sec5 .inner .campaign__list ul li .content dl dd {
  font-size: 1.4rem;
  margin-top: 1.5rem;
}
@media (min-width: 769px) {
  .main .sec5 .inner .campaign__list ul li .content dl dd {
    font-size: 1.6rem;
  }
}
.main .sec5 .inner .att {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #606060;
}
.main .sec6 {
  padding: 5.6rem 0 8rem;
}
.main .sec6 .inner {
  max-width: 1384px;
  margin: 0 auto;
  position: relative;
  padding: 4rem 1.6rem 2.4rem;
}
@media (min-width: 561px) {
  .main .sec6 .inner {
    padding: 4rem 1.6rem 5.8rem;
  }
}
.main .sec6 .inner > img {
  position: absolute;
  right: 0;
  width: 19.6rem;
  top: -28rem;
  display: none;
}
@media (min-width: 561px) {
  .main .sec6 .inner > img {
    display: block;
  }
}
.main .sec6__content {
  position: relative;
}
.main .sec6__content h2 {
  color: #3351ff;
  font-size: 3.2rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .main .sec6__content h2 {
    font-size: 4rem;
  }
}
.main .sec6__content h2 small {
  font-size: 0.7em;
}
.main .sec6__content > p {
  font-size: 1.5rem;
  color: #3351ff;
  text-align: center;
  font-weight: 800;
  margin-bottom: 4rem;
}
@media (min-width: 561px) {
  .main .sec6__content > p {
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .main .sec6__content > p {
    font-size: 2.8rem;
  }
}
.main .sec6__content .point {
  background-color: #3351ff;
  color: #fff;
  padding: 2rem 2.8rem 21rem;
  border-radius: 1.6rem;
  margin-bottom: -18rem;
}
@media (min-width: 561px) {
  .main .sec6__content .point {
    margin-bottom: -10rem;
    padding: 4rem 2.8rem 15rem;
  }
}
@media (min-width: 769px) {
  .main .sec6__content .point {
    padding: 12rem 7.8rem 18rem;
  }
}
.main .sec6__content .point ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
}
@media (min-width: 561px) {
  .main .sec6__content .point ul {
    gap: 4.8rem;
  }
}
.main .sec6__content .point ul li {
  width: 100%;
  display: flex;
  gap: 3.2rem;
  position: relative;
}
@media (min-width: 769px) {
  .main .sec6__content .point ul li {
    width: calc((100% - 4.8rem) / 2);
  }
}
.main .sec6__content .point ul li .ico {
  background-color: #fff;
  width: 4rem;
  height: 4rem;
  border-radius: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  top: 3px;
}
@media (min-width: 561px) {
  .main .sec6__content .point ul li .ico {
    position: static;
    width: 17.6rem;
    height: 17.6rem;
  }
}
.main .sec6__content .point ul li .ico img {
  max-width: 2.4rem;
}
@media (min-width: 561px) {
  .main .sec6__content .point ul li .ico img {
    max-width: none;
  }
}
.main .sec6__content .point ul li dl dt p {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 561px) {
  .main .sec6__content .point ul li dl dt p {
    padding-bottom: 1rem;
  }
}
.main .sec6__content .point ul li dl dt p:nth-child(2) {
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  padding-left: 5.2rem;
  padding-bottom: 2rem;
}
@media (min-width: 561px) {
  .main .sec6__content .point ul li dl dt p:nth-child(2) {
    padding-bottom: 1rem;
    font-size: 2.4rem;
    padding-left: 0;
  }
}
.main .sec6__content .point ul li dl dt p:nth-child(1) {
  padding-left: 5.2rem;
}
@media (min-width: 561px) {
  .main .sec6__content .point ul li dl dt p:nth-child(1) {
    padding-left: 0;
  }
}
.main .sec6__content .point ul li dl dt p:nth-child(3) {
  padding-bottom: 1.5rem;
}
@media (min-width: 561px) {
  .main .sec6__content .point ul li dl dt p:nth-child(3) {
    padding-bottom: 0;
  }
}
.main .sec6__content .point ul li dl dd {
  font-size: 1.5rem;
  line-height: 1.6;
}
.main .sec6__content .feature {
  background-color: #00158e;
  width: 95%;
  margin: 0 auto;
  border-radius: 1.6rem;
  padding: 3.2rem 2rem 5.6rem;
}
@media (min-width: 561px) {
  .main .sec6__content .feature {
    padding: 4.4rem 5.8rem 4;
  }
}
@media (min-width: 769px) {
  .main .sec6__content .feature {
    padding: 4.4rem 5.8rem 0;
  }
}
.main .sec6__content .feature h2 {
  display: flex;
  margin-bottom: 2.4rem;
}
@media (min-width: 561px) {
  .main .sec6__content .feature h2 {
    margin-bottom: 4.4rem;
  }
}
.main .sec6__content .feature h2 img {
  height: 3.9rem;
}
@media (min-width: 561px) {
  .main .sec6__content .feature h2 img {
    height: auto;
  }
}
.main .sec6__content .feature .content {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 7.2rem;
  color: #fff;
}
.main .sec6__content .feature .content .left {
  flex-shrink: 0;
  color: #fff;
  width: 100%;
}
@media (min-width: 769px) {
  .main .sec6__content .feature .content .left {
    width: calc(40% - 7.2rem);
  }
}
.main .sec6__content .feature .content .left h3 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 2rem;
}
@media (min-width: 561px) {
  .main .sec6__content .feature .content .left h3 {
    font-size: 2.8rem;
  }
}
.main .sec6__content .feature .content .left h4 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 3rem;
  line-height: 1;
}
@media (min-width: 561px) {
  .main .sec6__content .feature .content .left h4 {
    margin-bottom: 4rem;
  }
}
.main .sec6__content .feature .content .left h4 span {
  font-size: 1.72em;
}
@media (min-width: 561px) {
  .main .sec6__content .feature .content .left h4 span {
    font-size: 2.3em;
  }
}
.main .sec6__content .feature .content .left img.sponly {
  width: calc(100% + 2rem);
  max-width: none;
}
.main .sec6__content .feature .content .right {
  width: 100%;
}
@media (min-width: 769px) {
  .main .sec6__content .feature .content .right {
    width: 60%;
  }
}
.main .sec6__content .feature .content .right ul li {
  display: flex;
  margin-bottom: 4rem;
  gap: 1rem;
}
.main .sec6__content .feature .content .right ul li:last-child {
  margin-bottom: 0;
}
.main .sec6__content .feature .content .right ul li span {
  font-weight: 500;
  font-size: 1.6rem;
}
.main .sec6__content .feature .content .right ul li dl dt {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
.main .sec6__content .feature .content .right ul li dl dd {
  line-height: 1.6;
  font-size: 1.5rem;
  margin-left: -3.3rem;
  width: calc(100% + 3.3rem);
}
@media (min-width: 561px) {
  .main .sec6__content .feature .content .right ul li dl dd {
    width: auto;
    margin-left: 0;
  }
}
.main .sec6__content .feature .content .right ul li dl dd br {
  display: none;
}
@media (min-width: 561px) {
  .main .sec6__content .feature .content .right ul li dl dd br {
    display: block;
  }
}
.main .voice {
  background-color: #db5331;
  margin-bottom: -1.6rem;
  padding: 8rem 0 9.6rem;
}
@media (min-width: 561px) {
  .main .voice {
    padding: 12rem 0;
  }
}
.main .voice .inner {
  max-width: 1304px;
  margin: 0 auto;
}
.main .voice .inner h2 {
  color: #fff;
  margin-bottom: 3rem;
}
@media (min-width: 561px) {
  .main .voice .inner h2 {
    margin-bottom: 4rem;
  }
}
.main .voice .inner h2 img {
  margin-bottom: 2.4rem;
  height: 3.9rem;
}
@media (min-width: 561px) {
  .main .voice .inner h2 img {
    margin-bottom: 3.2rem;
    height: auto;
  }
}
.main .voice .inner h2 span {
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
}
.main .voice .slide {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none; /* hide Firefox by default */
  -ms-overflow-style: none; /* hide IE/Edge legacy scrollbar */
}
.main .voice .slide::-webkit-scrollbar {
  height: 6px;
  background: transparent;
}
.main .voice .slide::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}
.main .voice .slide::-webkit-scrollbar-track {
  background: transparent;
}
.main .voice__slide ul {
  display: flex;
  gap: 3.2rem;
  flex-direction: column;
}
@media (min-width: 769px) {
  .main .voice__slide ul {
    gap: 4rem;
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .main .voice__slide ul::after {
    display: block;
    content: "";
    min-width: 25rem;
    height: 25rem;
  }
}
.main .voice__slide ul li {
  background-color: #fff;
  width: 100%;
  flex-shrink: 0;
  max-width: 93.6rem;
  user-select: none;
  border-radius: 1.6rem;
  padding: 0 1.6rem;
}
@media (min-width: 561px) {
  .main .voice__slide ul li {
    padding: 0 1rem 0 4rem;
  }
}
.main .voice__slide ul li > div {
  display: flex;
  gap: 3.2rem;
  flex-direction: column;
}
@media (min-width: 769px) {
  .main .voice__slide ul li > div {
    gap: 8rem;
    flex-direction: row;
  }
}
.main .voice__slide ul li > div .image {
  flex-shrink: 0;
  padding-top: 5rem;
  position: relative;
}
@media (min-width: 561px) {
  .main .voice__slide ul li > div .image {
    padding-top: 6rem;
  }
}
@media (min-width: 769px) {
  .main .voice__slide ul li > div .image {
    padding-top: 5rem;
    text-align: center;
  }
}
.main .voice__slide ul li > div .image h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  padding-left: 10rem;
  text-align: left;
}
@media (min-width: 561px) {
  .main .voice__slide ul li > div .image h3 {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }
}
@media (min-width: 769px) {
  .main .voice__slide ul li > div .image h3 {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }
}
.main .voice__slide ul li > div .image p {
  text-align: left;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  padding-left: 10rem;
}
@media (min-width: 769px) {
  .main .voice__slide ul li > div .image p {
    padding-left: 0;
  }
}
.main .voice__slide ul li > div .image img {
  width: 9rem;
  height: 9rem;
  position: absolute;
  left: 0;
  top: 3.2rem;
}
@media (min-width: 561px) {
  .main .voice__slide ul li > div .image img {
    top: 5rem;
  }
}
@media (min-width: 769px) {
  .main .voice__slide ul li > div .image img {
    position: static;
    width: 16rem;
    height: 16rem;
  }
}
.main .voice__slide ul li > div .text {
  max-height: 30rem;
  overflow-y: auto;
}
@media (min-width: 769px) {
  .main .voice__slide ul li > div .text {
    max-height: 49rem;
    padding-top: 5rem;
  }
}
.main .voice__slide ul li > div .text::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
.main .voice__slide ul li > div .text::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}
.main .voice__slide ul li > div .text::-webkit-scrollbar-track {
  background: transparent;
}
.main .voice__slide ul li > div .text dl {
  margin-bottom: 2rem;
  padding-right: 2rem;
}
@media (min-width: 769px) {
  .main .voice__slide ul li > div .text dl {
    margin-bottom: 4rem;
  }
}
.main .voice__slide ul li > div .text dl dt {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .main .voice__slide ul li > div .text dl dt {
    gap: 2.4rem;
    margin-bottom: 3rem;
  }
}
.main .voice__slide ul li > div .text dl dt span {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
}
@media (min-width: 769px) {
  .main .voice__slide ul li > div .text dl dt span {
    font-size: 4rem;
  }
}
.main .voice__slide ul li > div .text dl dd {
  font-size: 1.5rem;
  line-height: 2;
}
.main .performance {
  background-color: #f8f7ee;
  border-radius: 1.6rem 1.6rem 0 0;
  padding: 8rem 0;
}
@media (min-width: 561px) {
  .main .performance {
    padding: 12rem 0 10rem;
  }
}
.main .performance .inner {
  max-width: 1304px;
  margin: 0 auto;
}
.main .performance .inner h2 {
  margin-bottom: 2rem;
}
@media (min-width: 561px) {
  .main .performance .inner h2 {
    margin-bottom: 3.2rem;
  }
}
.main .performance .inner h2 img {
  height: 2.8rem;
}
@media (min-width: 561px) {
  .main .performance .inner h2 img {
    height: auto;
  }
}
.main .performance__content > p {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media (min-width: 561px) {
  .main .performance__content > p {
    margin-bottom: 6.4rem;
  }
}
.main .performance__content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media (min-width: 561px) {
  .main .performance__content ul {
    gap: 2.4rem;
  }
}
.main .performance__content ul li {
  width: 100%;
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 3.2rem 2.8rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
@media (min-width: 769px) {
  .main .performance__content ul li {
    width: auto;
    flex: 1;
  }
}
.main .performance__content ul li h4 {
  color: #DB5331;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
.main .performance__content ul li h4 span {
  font-size: 2.9rem;
  line-height: 1;
}
@media (min-width: 561px) {
  .main .performance__content ul li h4 span {
    font-size: 3.2rem;
  }
}
.main .performance__content ul li p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.main .performance__content ul li img {
  margin-bottom: 0.5rem;
}
.main .performance__content .table {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 4rem;
  padding: 1rem 0 0;
}
@media (min-width: 561px) {
  .main .performance__content .table {
    padding: 1rem 3.6rem 0;
  }
}
.main .performance__content .table dl {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 561px) {
  .main .performance__content .table dl {
    width: calc((100% - 4rem) / 2);
  }
}
.main .performance__content .table dl::before {
  content: "";
  height: 0.8rem;
  width: 0.8rem;
  background-color: #db5331;
  border-radius: 0.4rem;
}
.main .performance__content .table dl dt {
  width: 10rem;
  text-align: left;
}
.main .performance__content .table dl span {
  flex-grow: 1;
  height: 1px;
  background-color: #db5331;
}
.main .program {
  background-color: #ffffff;
  padding: 8rem 0;
}
@media (min-width: 561px) {
  .main .program {
    padding: 12rem 0;
  }
}
.main .program .inner {
  max-width: 1304px;
  margin: 0 auto;
  position: relative;
}
.main .program .inner > img {
  position: absolute;
  width: 3.9rem;
  left: 2rem;
  top: -4rem;
}
@media (min-width: 561px) {
  .main .program .inner > img {
    width: 7.2rem;
    left: -3rem;
    top: -4rem;
  }
}
.main .program__content {
  position: relative;
}
.main .program__content > h2 {
  padding-left: 2rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 2.4rem;
}
@media (min-width: 561px) {
  .main .program__content > h2 {
    padding-left: 3.4rem;
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
}
.main .program__content .content {
  margin-bottom: 4rem;
  border-radius: 1.6rem;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 561px) {
  .main .program__content .content {
    gap: 4rem;
    padding: 4.8rem 4.8rem 8rem;
  }
}
@media (min-width: 769px) {
  .main .program__content .content {
    gap: 8rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
.main .program__content .content .left h2 {
  margin-bottom: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main .program__content .content .left h2 img:first-child {
  width: auto;
  height: 4rem;
  margin-bottom: 2rem;
}
@media (min-width: 561px) {
  .main .program__content .content .left h2 img:first-child {
    margin-bottom: 4rem;
    height: 7rem;
  }
}
.main .program__content .content .left h2 img:last-child {
  width: 18rem;
}
@media (min-width: 561px) {
  .main .program__content .content .left h2 img:last-child {
    width: 26.9rem;
  }
}
.main .program__content .content .left h3 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 2rem;
}
@media (min-width: 561px) {
  .main .program__content .content .left h3 {
    margin-bottom: 4rem;
    font-size: 4rem;
  }
}
.main .program__content .content .left p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2rem;
}
@media (min-width: 561px) {
  .main .program__content .content .left p {
    margin-bottom: 4rem;
    font-size: 1.6rem;
  }
}
.main .program__content .content .left p.att {
  font-size: 1.2rem;
  color: #6E6E6E;
}
.main .program__content .content .right {
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .main .program__content .content .right {
    width: 50.6%;
    max-width: 595px;
  }
}
.main .program__content .content:last-child {
  margin-bottom: 0;
}
.main .program__list > div {
  background-color: #fff;
  border-radius: 1.6rem;
  margin-bottom: 2.4rem;
  padding: 3.2rem 2rem;
}
@media (min-width: 561px) {
  .main .program__list > div {
    padding: 3.2rem 4.8rem;
  }
}
.main .program__list > div > p:not(.att) {
  color: #ad9d35;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
  font-size: 1.6rem;
}
@media (min-width: 561px) {
  .main .program__list > div > p:not(.att) {
    font-size: 1.8rem;
  }
}
.main .program__list > div > p:not(.att)::before {
  content: "";
  display: block;
  position: absolute;
  left: -3.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 1px;
  background-color: #D4C985;
}
@media (min-width: 561px) {
  .main .program__list > div > p:not(.att)::before {
    left: -6.2rem;
    width: 4.8rem;
  }
}
.main .program__list > div > ul li {
  margin-bottom: 1rem;
  line-height: 1.8;
}
.main .program__list > div > ul li:last-child {
  margin-bottom: 0;
}
.main .program__list > div > ul li:last-child:not(:first-child) {
  margin-bottom: 2rem;
}
.main .program__list > div > ul li .att {
  padding-top: 1rem;
  display: inline-block;
}
.main .program__list > div .att {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #6E6E6E;
  margin-bottom: 2rem;
}
.main .program__list > div .acc {
  background-color: #fafafa;
  margin-bottom: 1.6rem;
  border-radius: 1.6rem;
  user-select: none;
}
.main .program__list > div .acc dt {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 2.4rem 1.5rem 2.4rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .program__list > div .acc dt::after {
  transform-origin: center;
  content: url(../../assets/images/allow.png);
}
.main .program__list > div .acc dd {
  line-height: 2;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0 2rem 2.4rem;
  display: none;
}
.main .program__list > div .acc.open dt::after {
  transform: rotate(180deg);
}
.main .program__list > div .table {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
}
.main .program__list > div .table dl {
  font-size: 1.5rem;
}
@media (min-width: 561px) {
  .main .program__list > div .table dl {
    flex: 1;
  }
}
.main .program__list > div .table dl dt {
  font-weight: 500;
  margin-bottom: 1rem;
}
.main .program__list > div .table dl dd {
  line-height: 2;
}
.main .program__list > div .table dl dd:not(:last-child) {
  margin-bottom: 1rem;
}
.main .program__know {
  background-color: #fefef3;
}
.main .program__try {
  background-color: #eddada;
}
.main .program__learn {
  background-color: #daede8;
}
.main .timeline {
  background-color: #fffef2;
  padding: 8rem 0;
}
.main .timeline .inner {
  max-width: 1304px;
  margin: 0 auto;
  position: relative;
}
.main .timeline .inner > img {
  position: absolute;
  width: 3.9rem;
  left: 2rem;
  top: -4rem;
}
@media (min-width: 561px) {
  .main .timeline .inner > img {
    width: 7.2rem;
    left: -3rem;
    top: 0;
  }
}
.main .timeline__content {
  position: relative;
}
.main .timeline__content h2 {
  color: #3351ff;
  font-size: 3.2rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .main .timeline__content h2 {
    font-size: 4rem;
  }
}
.main .timeline__content h2 small {
  font-size: 0.7em;
}
.main .timeline__content > p {
  font-size: 1.5rem;
  color: #3351ff;
  text-align: center;
  font-weight: 800;
  margin-bottom: 4rem;
}
@media (min-width: 561px) {
  .main .timeline__content > p {
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .main .timeline__content > p {
    font-size: 2.8rem;
  }
}
.main .timeline__content .content {
  background-color: #3351ff;
  border-radius: 1.6rem;
  padding: 4.8rem 2rem 3.2rem;
}
@media (min-width: 561px) {
  .main .timeline__content .content {
    padding: 4rem 4rem 4rem;
  }
}
@media (min-width: 769px) {
  .main .timeline__content .content {
    padding: 8rem 7rem 6.4rem;
  }
}
.main .timeline__content .content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (min-width: 561px) {
  .main .timeline__content .content ul {
    gap: 3.8rem;
  }
}
.main .timeline__content .content ul li {
  width: 100%;
  background-color: #fff;
  border-radius: 1.6rem;
  position: relative;
  padding: 3.2rem 2.4rem;
}
@media (min-width: 561px) {
  .main .timeline__content .content ul li {
    padding: 3.4rem 1.6rem;
    width: calc((100% - 3.8rem) / 2);
  }
}
@media (min-width: 769px) {
  .main .timeline__content .content ul li {
    width: calc((100% - 11.4rem) / 4);
  }
}
.main .timeline__content .content ul li .no {
  position: absolute;
  top: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ad9d35;
  border-radius: 1.6rem;
}
.main .timeline__content .content ul li dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (min-width: 561px) {
  .main .timeline__content .content ul li dl dt {
    margin-bottom: 2.5rem;
  }
}
.main .timeline__content .content ul li dl dd {
  font-size: 1.5rem;
  padding-left: 1rem;
}
.main .timeline__content .content ul li dl dd h4 {
  color: #ad9d35;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
}
.main .timeline__content .content ul li dl dd h4::before {
  content: "";
  display: block;
  position: absolute;
  left: -5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 1px;
  background-color: #D4C985;
}
.main .timeline__content .content ul li dl dd p {
  font-size: 1.5rem;
  line-height: 1.9;
}
.main .access {
  background-color: #fff;
  padding: 8rem 0 6rem;
}
@media (min-width: 769px) {
  .main .access {
    padding: 12rem 0 8rem;
  }
}
.main .access .inner {
  max-width: 1260px;
  margin: 0 auto;
}
.main .access .inner h2 {
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .main .access .inner h2 {
    margin-bottom: 3rem;
  }
}
.main .access .inner h2 img {
  height: 5rem;
  width: auto;
}
@media (min-width: 769px) {
  .main .access .inner h2 img {
    height: 7.1rem;
    width: auto;
  }
}
.main .access .inner > p {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .main .access .inner > p {
    margin-bottom: 4rem;
  }
}
.main .access .inner .content p {
  font-size: 1.6rem;
  margin-bottom: 3.5rem;
}
.main .access .inner .content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.main .access .inner .content ul li {
  background-color: #f8f7ee;
  border-radius: 1.6rem;
  width: 100%;
  padding: 1.8rem 2rem;
}
@media (min-width: 769px) {
  .main .access .inner .content ul li {
    padding: 1.8rem 2.4rem;
    width: calc((100% - 3.2rem) / 3);
  }
}
.main .access .inner .content ul li dl dt {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.7rem;
  font-weight: 700;
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
  position: relative;
}
.main .access .inner .content ul li dl dt::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  background-color: #000;
  background-image: url(../../assets/images/access_ico.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  border-radius: 1.2rem;
}
.main .access .inner .content ul li dl dt::after {
  content: "";
  width: 4rem;
  height: 1px;
  background-color: #D4C985;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main .access .inner .content ul li dl dd {
  line-height: 1.8;
  font-size: 1.5rem;
}
.main .form {
  padding: 5rem 0;
}
.main .form iframe {
  height: 3250px;
}
@media (min-width: 561px) {
  .main .form iframe {
    height: 3000px;
  }
}
@media (min-width: 769px) {
  .main .form iframe {
    height: 2600px;
  }
}
.main.index2 .sec1 {
  background-color: #ff7226;
}
.main.index2 .sec1 .inner {
  border-bottom: 7.2rem solid #ff7226;
}
@media (min-width: 561px) {
  .main.index2 .sec1 .inner {
    border-bottom: none;
  }
}
.main.index2 .sec1__content .content h2 {
  color: #ff7226;
  background-image: url(../../assets/images/sec1_title_bg_2.png);
}
.main.index2 .sec1__content .content dl {
  border-color: #ff7226;
  color: #ff7226;
}
.main.index2 .sec1__content .content dl dt {
  background-color: #ff7226;
}
.main.index2 .sec2 .btn {
  background-color: #ff7226;
}
.main.index2 .sec2 .btn-outline {
  background-color: #fff;
  color: #ff7226;
  border-color: #ff7226;
}
.main.index2 .sec5 .inner h2 {
  color: #ff7226;
}
.main.index2 .sec5 .inner .campaign h3 {
  background-color: #ff7226;
}
.main.index2 .sec5 .inner .campaign__list ul li .content dl dt {
  color: #ff7226;
}
.main.index3 .sec1 {
  background-color: #F37D6D;
}
.main.index3 .sec1 .inner {
  border-bottom: 7.2rem solid #F37D6D;
}
@media (min-width: 561px) {
  .main.index3 .sec1 .inner {
    border-bottom: none;
  }
}
.main.index3 .sec1__content .content h2 {
  color: #F37D6D;
  background-image: url(../../assets/images/sec1_title_bg_3.png);
}
.main.index3 .sec1__content .content dl {
  border-color: #F37D6D;
  color: #F37D6D;
}
.main.index3 .sec1__content .content dl dt {
  background-color: #F37D6D;
}
.main.index3 .sec2 .btn {
  background-color: #F37D6D;
}
.main.index3 .sec2 .btn-outline {
  background-color: #fff;
  color: #F37D6D;
  border-color: #F37D6D;
}
.main.index3 .sec5 .inner h2 {
  color: #F37D6D;
}
.main.index3 .sec5 .inner .campaign h3 {
  background-color: #F37D6D;
}
.main.index3 .sec5 .inner .campaign__list ul li .content dl dt {
  color: #F37D6D;
}

.sidebar {
  position: fixed;
  right: 0;
  bottom: 3px;
  display: flex;
  align-items: flex-end;
  z-index: 10;
  width: 100%;
  transition: transform 0.6s, opacity 0.6s;
}
@media (min-width: 561px) {
  .sidebar {
    flex-direction: column;
    gap: 1.6rem;
    bottom: initial;
    top: 22vh;
    width: auto;
  }
}
@media (min-width: 561px) {
  .sidebar.mod {
    top: 35vh;
  }
}
.sidebar.mod div {
  width: 100%;
}
@media (min-width: 561px) {
  .sidebar.mod div {
    width: auto;
  }
}
.sidebar div {
  width: 50%;
}
@media (min-width: 561px) {
  .sidebar div {
    width: auto;
  }
}
.sidebar div:first-child:not(:last-child) a {
  background-color: #faa32d;
  box-shadow: 0px 4px 0px 0px #A35E00;
  padding: 1.6rem 0;
}
@media (min-width: 561px) {
  .sidebar div:first-child:not(:last-child) a {
    padding: 1.6rem;
  }
}
.sidebar div a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
  padding: 1.6rem 0;
  background-color: #095ca8;
  box-shadow: 0px 4px 0px 0px #00284D;
}
@media (min-width: 561px) {
  .sidebar div a {
    padding: 1.6rem;
    width: 8.9rem;
    padding: 2.4rem 0;
    border-radius: 1.6rem 0 0 1.6rem;
  }
}
.sidebar div a img {
  width: 2rem;
  display: none;
}
@media (min-width: 561px) {
  .sidebar div a img {
    display: block;
  }
}
.sidebar div a p {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  height: 3.6rem;
  display: flex;
  align-items: center;
}
@media (min-width: 561px) {
  .sidebar div a p {
    height: auto;
    display: block;
    text-align: left;
    letter-spacing: 0.2em;
    line-height: 1.8;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

@media (max-width: 768px) {
  .sidebar.hide {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
  }
}
.wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.inner {
  padding-left: 16px;
  padding-right: 16px;
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.is-fadeAutoin-no-transform {
  transition: opacity 0.6s ease;
  opacity: 0;
}

.is-fadeAutoin-no-transform.is-play {
  opacity: 1;
}

.is-fadein {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
}

.is-fadein.is-play {
  opacity: 1;
}

.is-fade-y {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateY(50px);
}

.is-fade-y.is-play {
  opacity: 1;
  transform: translateY(0);
}

.is-fade-x {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateX(50px);
}

.is-fade-x.is-play {
  opacity: 1;
  transform: translateX(0);
}

.is-fade-x-rev {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateX(-50px);
}

.is-fade-x-rev.is-play {
  opacity: 1;
  transform: translateX(0);
}

.is-fadeAutoin {
  opacity: 0;
  -webkit-animation: FadeIn 0.6s ease;
  animation: FadeIn 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-y {
  opacity: 0;
  -webkit-animation: FadeInY 0.6s ease;
  animation: FadeInY 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-x {
  opacity: 0;
  -webkit-animation: FadeInX 0.6s ease;
  animation: FadeInX 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-x-rev {
  opacity: 0;
  -webkit-animation: FadeInXrev 0.6s ease;
  animation: FadeInXrev 0.6s ease;
  animation-fill-mode: forwards;
}

.is-delay.delay-1 {
  transition-delay: 0.6s !important;
}

.is-delay.delay-2 {
  transition-delay: 0.6s !important;
}

.is-delay.delay-3 {
  transition-delay: 0.9s !important;
}

.is-delay.delay-4 {
  transition-delay: 1.2s !important;
}

/* anim-delay */
.is-animdelay.delay-1 {
  animation-delay: 1s !important;
}

.is-animdelay.delay-2 {
  animation-delay: 1.5s !important;
}

.is-animdelay.delay-3 {
  animation-delay: 2s !important;
}

.is-animdelay.delay-4 {
  animation-delay: 2.5s !important;
}

.btn {
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center !important;
  justify-content: center;
  text-align: center;
  transition: opacity 0.5s;
  background-color: #3351ff;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  height: 6rem;
  max-width: 20rem;
  border-radius: 5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 561px) {
  .btn {
    height: 7.2rem;
    max-width: 24rem;
  }
}
.btn:hover {
  opacity: 0.9;
  color: #fff;
}
.btn.btn-outline {
  background-color: #fff;
  color: #3351ff;
  border: 1px solid #3351ff;
  width: 100%;
  height: 5.2rem;
  font-weight: 500;
  font-size: 1.4rem;
  border-radius: 0;
  max-width: none;
}
@media (min-width: 561px) {
  .btn.btn-outline {
    width: 19rem;
  }
}
.btn.btn-outline:hover {
  color: #3351ff;
}

.mv.type1 img {
  width: 100%;
}
.mv.type2 {
  padding-bottom: 3rem;
  background-image: url(../../assets/images/mv_2_bg.png);
  background-position: center;
  background-size: cover;
}
.mv.type2 .wrapper {
  padding: 0 1.6rem;
  text-align: center;
}
@media (min-width: 561px) {
  .mv.type2 .wrapper {
    padding: 0;
  }
}
.mv.type3 {
  background-color: #fff;
}

.marquee {
  display: flex;
  gap: 2rem;
}
@media (min-width: 561px) {
  .marquee {
    gap: 3.6rem;
  }
}
.marquee li {
  font-size: 3.2rem;
  font-family: "Lato", sans-serif !important;
  color: #F2DFC3;
  line-height: 1;
}
@media (min-width: 561px) {
  .marquee li {
    font-size: 6.4rem;
  }
}/*# sourceMappingURL=style.css.map */