/*//////////////////////////////////////////////////////////////////////////////
Common
//////////////////////////////////////////////////////////////////////////////*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.cdnfonts.com/css/kozuka-gothic-pr6n");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
* Prevent vertical alignment issues.
*/
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/
select::-ms-expand {
  display: none;
}

/**
* Remove padding
*/
option {
  padding: 0;
}

/**
* Reset to invisible
*/
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the outline style in Safari.
*/
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
* Clickable labels
*/
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/*
* Remove outline for editable content.
*/
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

@font-face {
  font-family: "yu-gothic-bold";
  src: url("../fonts/yu-gothic-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "yu-mincho-demibold";
  src: url("../fonts/yu-mincho-demibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "yu-gothic-medium";
  src: url("../fonts/yu-gothic-medium.otf") format("opentype");
}
@font-face {
  font-family: "Bahnschrift";
  src: url("../fonts/BAHNSCHRIFT 12.TTF") format("truetype");
  font-style: normal;
}
html {
  font-size: min(10px, 1.3vw);
}

body {
  font-family: "yu-gothic-medium", sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 500;
}

img,
embed,
object,
iframe {
  display: block;
  max-width: 100%;
}

a {
  transition: all 0.2s;
}
a:hover {
  opacity: 0.85;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/*//////////////////////////////////////////////////////////////////////////////
Layout
//////////////////////////////////////////////////////////////////////////////*/
.header {
  background: url(../images/top/mv-bg-pc.png);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 4.6vw 0 14vw;
}
.header .container .logo {
  display: flex;
  align-items: center;
  gap: 4.5rem;
  margin-left: calc(50% - 45vw);
}
.header .container .group-txt {
  margin-top: 5vw;
  max-width: max-content;
}
.header .container .group-txt .title img {
  width: 39.5vw;
}
.header .container .group-txt .txt {
  font-size: 7.5vw;
  font-family: "yu-gothic-bold", sans-serif;
  color: #fff;
  line-height: 1.3;
}
.header .container .group-txt .des img {
  width: 35.8vw;
}
.header .container .group-txt .group {
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 1.5rem 0;
  margin-top: 2.4vw;
  font-family: "yu-gothic-bold", sans-serif;
}
.header .container .group-txt .group p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4vw;
}
.header .container .group-txt .group p small {
  font-size: 60%;
  margin-top: 1rem;
}
.header .container .group-txt .group p img {
  margin-right: 1.5rem;
}
.header .container .group-txt .group span {
  font-size: 1.6vw;
  margin-top: 1rem;
  display: block;
}

@media (max-width: 768px) {
  .header {
    background: url(../images/top/mv-bg-sp.png);
    background-size: cover;
    background-position: center;
    padding: 5rem 0 20rem;
  }
  .header .container .logo {
    flex-direction: column;
    gap: 3rem;
    align-items: normal;
    margin-left: 0;
  }
  .header .container .logo .item:last-child {
    width: 24rem;
  }
  .header .container .logo .item:nth-child(1) {
    width: 18rem;
  }
  .header .container .group-txt .title img {
    width: 68rem;
  }
  .header .container .group-txt {
    margin-top: 6rem;
  }
  .header .container .group-txt .txt {
    font-size: 13.2rem;
  }
  .header .container .group-txt .des img {
    width: 63rem;
  }
  .header .container .group-txt .group {
    text-align: left;
    max-width: 38rem;
    width: 100%;
    margin-top: 7rem;
    padding: 2.5rem 1.5rem;
  }
  .header .container .group-txt .group p {
    font-size: 4.5rem;
    display: block;
  }
  .header .container .group-txt .flex {
    display: flex;
    align-items: center;
    font-size: 4.5rem;
  }
  .header .container .group-txt .flex img {
    margin-right: 2rem;
    width: 6rem;
  }
  .header .container .group-txt .flex small {
    font-size: 60%;
    margin-top: 1rem;
  }
  .header .container .group-txt .group .bj {
    font-family: "yu-gothic-bold", sans-serif;
    margin-top: 3rem;
  }
  .header .container .group-txt .group .bj p {
    font-size: 6rem;
    line-height: 1;
  }
  .header .container .group-txt .group .bj span {
    font-size: 2.8rem;
    display: block;
    line-height: 1;
  }
}
.footer {
  background-color: #ffffff;
  padding: 7.6rem 0 12.6rem;
}
.footer .container .content .footer-text {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.footer .container .content .footer-text p {
  font-size: 4rem;
  line-height: 1.3;
  font-family: "yu-mincho-demibold", sans-serif;
  color: #468cb2;
  text-align: center;
  padding: 0 3rem;
  background: #ffffff;
}
.footer .container .content .footer-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  background: #468cb2;
  width: 100%;
  height: 2px;
  z-index: -1;
}
.footer .container .content .group-btn {
  display: flex;
  gap: 6.5rem;
  margin-top: 4.5rem;
  justify-content: center;
}
.footer .container .content .group-btn .btn-bl {
  background: linear-gradient(45deg, #76C837 70%, #58CD5E);
  display: flex;
  gap: 3.2rem;
  width: 100%;
  max-width: 62rem;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
  border-radius: 10rem;
  border: 5px solid #fff;
  position: relative;
  box-shadow: 5px 5px 3px 2px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.footer .container .content .group-btn .btn-bl .mask {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  height: 95%;
  opacity: 0.6;
}
.footer .container .content .group-btn .btn-bl p {
  font-size: 4.4rem;
  line-height: 1.6;
  font-family: "yu-gothic-bold", sans-serif;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.footer .container .content .group-btn .btn-bl .icon {
  position: absolute;
  right: 2rem;
}
.footer .container .content .group-btn .btn-bl.blue {
  background: linear-gradient(45deg, #3695C8 70%, #406BCC);
}
.footer .container .content .group-btn .btn-bl.blue .text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  justify-content: center;
  align-items: center;
}
.footer .container .content .group-btn .btn-bl.blue .text span {
  font-size: 2.5rem;
  font-family: "yu-gothic-bold", sans-serif;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1080px) {
  .footer {
    background-color: #ffffff;
    padding: 7.4rem 0 14.6rem;
  }
  .footer .container .content .footer-text {
    padding: 4rem 0;
    border-top: 2px solid #468cb2;
    border-bottom: 2px solid #468cb2;
  }
  .footer .container .content .footer-text::after {
    display: none;
  }
  .footer .container .content .group-btn {
    margin-top: 6rem;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
  .footer .container .content .group-btn .btn-bl {
    height: 16.5rem;
  }
}
@media (max-width: 768px) {
  .footer .container .content .group-btn .btn-bl .icon img {
    max-width: 6rem;
  }
}
.main .sec-booth {
  background: url(../images/top/booth-bg.png);
  background-position: bottom;
  background-size: cover;
  padding: 20rem 0 12rem;
  margin-top: -13rem;
}
.main .sec-booth.ver2 {
  margin-top: 0;
  padding: 10rem 0 6rem;
  background: url(../images/top/step-bg.png);
}
.main .sec-booth.ver2 .booth {
  background-color: #fefdeb;
  position: relative;
  padding: 8.7rem 0 7.5rem;
  margin-top: 10.2rem;
}
.main .sec-booth.ver2 .booth .booth-title {
  background: url(../images/top/bg-booth.png) no-repeat center/cover;
  width: 100%;
  max-width: 128rem;
  height: 8.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -4rem;
}
.main .sec-booth.ver2 .booth .booth-title p {
  font-size: 4rem;
  font-family: "yu-mincho-demibold", sans-serif;
  line-height: 1.3;
  color: #fefdeb;
  text-align: center;
}
.main .sec-booth.ver2 .booth .booth-group {
  display: flex;
  gap: 3rem;
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}
.main .sec-booth.ver2 .booth .booth-group .booth-group__left img {
  max-width: 56rem;
}
.main .sec-booth.ver2 .booth .booth-group .booth-group__right {
  width: 100%;
  flex: 1;
}
.main .sec-booth.ver2 .booth .booth-group .booth-group__right .booth-group__right__img {
  max-width: 46.2rem;
  width: 100%;
  padding: 1.5rem 0 1.5rem;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.main .sec-booth.ver2 .booth .booth-group .booth-group__right .booth-group__right__text {
  margin-top: 3.2rem;
}
.main .sec-booth.ver2 .booth .booth-group .booth-group__right .booth-group__right__text p {
  font-size: 4rem;
  font-family: "yu-gothic-bold", sans-serif;
  line-height: 1.2;
  color: #000000;
}
.main .sec-booth.ver2 .booth .booth-group .booth-group__right .booth-group__right__txt {
  margin-top: 3.2rem;
}
.main .sec-booth.ver2 .booth .booth-group .booth-group__right .booth-group__right__txt p {
  font-size: 3rem;
  font-family: "yu-gothic-bold", sans-serif;
  color: #468cb2;
}
.main .sec-booth .container .content .title-main {
  margin-top: 6rem;
}
.main .sec-booth .container .content .content-title {
  text-align: center;
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 9rem;
}
.main .sec-booth .container .content .content-title img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main .sec-booth .container .content .content-title p {
  font-size: 2.5rem;
  color: #468cb2;
  font-family: "Bahnschrift", sans-serif;
}
.main .sec-booth .container .content .content-title span {
  font-size: 4rem;
  font-family: "yu-gothic-bold", sans-serif;
}
.main .sec-booth .container .content .content-title span small {
  font-size: 100%;
  color: #468cb2;
}
.main .sec-booth .container .content .list {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.main .sec-booth .container .content .list .item {
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  display: flex;
  gap: 3rem;
  min-height: 30rem;
}
.main .sec-booth .container .content .list .item .number {
  font-family: "bahnschrift-condensed", sans-serif;
  font-size: 28rem;
  color: #468cb2;
  margin: 3rem 0;
  border-right: 1px solid #000;
  line-height: 0.85;
  min-width: 30rem;
  letter-spacing: -0.04em;
  text-align: center;
}
.main .sec-booth .container .content .list .item .number p {
  transform: translateY(-1rem);
}
.main .sec-booth .container .content .list .item .group {
  text-align: center;
  position: relative;
  flex: 1;
  z-index: 2;
  align-content: center;
}
.main .sec-booth .container .content .list .item .group .group-txt {
  max-width: max-content;
}
.main .sec-booth .container .content .list .item .group .group-txt .title {
  font-family: "yu-gothic-bold", sans-serif;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  font-size: 3rem;
}
.main .sec-booth .container .content .list .item .group .group-txt .txt {
  margin-top: 1rem;
  color: #468cb2;
  font-size: 4rem;
  font-family: "yu-mincho-demibold", sans-serif;
  line-height: 1.3;
}
.main .sec-booth .container .content .list .item .group .group-txt .txt .last {
  position: relative;
  z-index: 1;
  max-width: max-content;
  margin: 0 auto;
}
.main .sec-booth .container .content .list .item .group .group-txt .txt .last::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2.5rem;
  background: #fffab6;
  bottom: 1rem;
  left: 0;
  z-index: -1;
}
.main .sec-booth .container .content .list .item .group .group-txt .txt .min {
  font-size: 3.5rem;
  letter-spacing: -0.04em;
}
.main .sec-booth .container .content .list .item .group .group-txt .txt span {
  font-size: 5rem;
}
.main .sec-booth .container .content .list .item .group .group-txt .txt small {
  font-size: 60%;
}
.main .sec-booth .container .content .list .item .group .group-txt .bg {
  background: #468cb2;
  color: #fff;
  position: relative;
  padding: 0.5rem 3rem;
  padding-right: 5rem;
  border-radius: 10rem;
  font-size: 2rem;
  font-family: "yu-gothic-bold", sans-serif;
  margin-top: 2rem;
}
.main .sec-booth .container .content .list .item .group .group-txt .bg img {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(60%);
  z-index: 3;
}
.main .sec-booth .container .content .list .item .group .group-txt .bg .img-bh {
  width: 34rem;
  position: absolute;
  transform: translate(60%, 10%);
}
.main .sec-booth .container .content .list .item .group .group-txt .des {
  font-size: 1.4rem;
  text-align: left;
  margin-left: 5rem;
  margin-top: 2rem;
}
.main .sec-booth .container .content .list .item .group .img {
  position: absolute;
  top: 0;
  z-index: -1;
}
.main .sec-booth .container .content .list .item .group .img img {
  height: 100%;
  object-fit: cover;
}
.main .sec-booth .container .content .list .item .group .img2 {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.main .sec-booth .container .content .list .item:nth-child(odd) .img {
  right: 0;
}
.main .sec-booth .container .content .list .item:nth-child(even) .img {
  left: -6rem;
}
.main .sec-booth .container .content .list .item:nth-child(even) .group-txt {
  margin-left: auto;
  padding-right: 3rem;
}
.main .present-future {
  background: url(../images/top/bg-present-future.png) no-repeat center/cover;
  position: relative;
  padding: 13.8rem 0 23rem;
  width: 100%;
}
.main .present-future .container {
  max-width: 141.8rem;
}
.main .present-future .container .content .present-future__title {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 141.8rem;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 8.2rem;
}
.main .present-future .container .content .present-future__title span {
  display: inline-block;
  font-size: 2.5rem;
  color: #468CB2;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Bahnschrift", sans-serif;
}
.main .present-future .container .content .present-future__title p {
  font-family: "yu-gothic-bold", sans-serif;
  font-size: 4rem;
  line-height: 1.2;
  color: #ffffff;
}
.main .present-future .container .content .present-future-group {
  display: flex;
  gap: 10rem;
  max-width: 141.8rem;
  margin: 0 auto;
}
.main .present-future .container .content .present-future-group .left {
  width: 100%;
  flex: 1;
  margin-top: 3.4rem;
}
.main .present-future .container .content .present-future-group .left .left-title {
  position: relative;
  padding: 3rem 0;
  text-align: center;
}
.main .present-future .container .content .present-future-group .left .left-title::before, .main .present-future .container .content .present-future-group .left .left-title::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.main .present-future .container .content .present-future-group .left .left-title::before {
  top: 0;
}
.main .present-future .container .content .present-future-group .left .left-title::after {
  bottom: 0;
}
.main .present-future .container .content .present-future-group .left .left-title p {
  font-family: "yu-mincho-demibold", sans-serif;
  font-size: 4rem;
  color: #ffffff;
  line-height: 1.3;
  text-align: center;
}
.main .present-future .container .content .present-future-group .left .left-text {
  padding-left: 8.2rem;
  margin-top: 5rem;
}
.main .present-future .container .content .present-future-group .left .left-text p {
  font-size: 3rem;
  font-family: "yu-gothic-medium", sans-serif;
  line-height: 1.8;
  color: #ffffff;
}
.main .present-future .container .content .present-future-group .right {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.main .present-future .container .content .text {
  padding: 4.5rem 0 0 8.2rem;
  margin: 0 auto;
  max-width: 141.8rem;
}
.main .present-future .container .content .text p {
  font-size: 3rem;
  font-family: "yu-gothic-medium", sans-serif;
  line-height: 1.8;
  color: #ffffff;
}
.main .present-future .container .content .txt {
  display: none;
}
.main .sec-step {
  background: url(../images/top/step-bg.png);
  padding-top: 20rem;
  margin-top: -12rem;
}
.main .sec-step .container {
  width: 100%;
  max-width: 100%;
}
.main .sec-step .container .content .video-container {
  margin-bottom: 7rem;
  position: relative;
}
.main .sec-step .container .content .video-container h2 {
  font-size: 5.8rem;
  font-family: "yu-gothic-bold", sans-serif;
  text-align: center;
  color: #231815;
  margin-bottom: 4rem;
}
.main .sec-step .container .content .video-container video {
  width: 100%;
  max-width: 116rem;
  margin: 0 auto;
  display: block;
}
.main .sec-step .container .content .title-main h2 .number {
  font-family: "bahnschrift-condensed", sans-serif;
  line-height: 0.8;
}
.main .sec-step .container .content .list {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.main .sec-step .container .content .list .item {
  background: #fff;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
.main .sec-step .container .content .list .item .wrap {
  max-width: 150rem;
  width: 96%;
  margin: auto;
  position: relative;
  padding: 5rem 0 10.4rem;
}
.main .sec-step .container .content .list .item .wrap .step {
  position: absolute;
  top: -3rem;
  left: 0;
}
.main .sec-step .container .content .list .item .wrap .step p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -55%);
  color: #fff;
  text-align: center;
  font-size: 9rem;
  line-height: 1;
  font-family: "bahnschrift-condensed", sans-serif;
}
.main .sec-step .container .content .list .item .wrap .title {
  color: #468cb2;
  border-top: 1px solid #468cb2;
  border-bottom: 1px solid #468cb2;
  padding: 2rem;
  font-size: 5rem;
  font-family: "yu-gothic-bold", sans-serif;
  margin-left: 18rem;
  padding-left: 6rem;
}
.main .sec-step .container .content .list .item .wrap .title.v2 {
  font-size: 5rem;
}
.main .sec-step .container .content .list .item .wrap .group {
  display: flex;
  align-items: center;
  max-width: 137rem;
  width: 100%;
  margin: auto;
  margin-top: 5rem;
}
.main .sec-step .container .content .list .item .wrap .group__left {
  flex: 1;
}
.main .sec-step .container .content .list .item .wrap .group__left__title {
  font-size: 4rem;
  font-family: "yu-mincho-demibold", sans-serif;
}
.main .sec-step .container .content .list .item .wrap .group__left__title.v2 {
  font-size: 5rem;
}
.main .sec-step .container .content .list .item .wrap .group__left__txt {
  margin-top: 2rem;
  line-height: 1.8;
  font-size: 3rem;
}
.main .sec-step .container .content .list .item .wrap .group__right {
  margin-left: -5rem;
}
.main .sec-step .container .content .list .item .wrap .group__right.video {
  margin: 0;
  margin-left: 5rem;
}
.main .sec-step .container .content .list .item .wrap .group__right.video video {
  max-width: 60rem;
}
.main .sec-step .container .content .list .item .wrap .group-img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
}
.main .sec-step .container .content .list .item .wrap .group-img__item {
  display: flex;
  align-items: center;
  width: 100%;
}
.main .sec-step .container .content .list .item .wrap .group-img__item .note {
  position: relative;
  margin-right: -3.5rem;
  min-width: 13rem;
}
.main .sec-step .container .content .list .item .wrap .group-img__item .note p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.5rem;
  font-family: "yu-gothic-bold", sans-serif;
  text-align: center;
  width: 100%;
}
.main .sec-step .container .content .list .item .wrap .group-box {
  display: flex;
  gap: 3.5rem;
  max-width: 137rem;
  width: 100%;
  margin: auto;
  margin-top: 3rem;
}
.main .sec-step .container .content .list .item .wrap .group-box__item {
  border: 1px solid #468cb2;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.main .sec-step .container .content .list .item .wrap .group-box__item__title {
  background: #468cb2;
  text-align: center;
  font-size: 3rem;
  color: #fff;
  font-family: "yu-gothic-bold", sans-serif;
  padding: 1rem;
}
.main .sec-step .container .content .list .item .wrap .group-box__item__txt {
  background: #fefdeb;
  padding: 2.5rem;
  flex: 1;
}
.main .sec-step .container .content .list .item .wrap .group-check {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-left: 6rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.main .sec-step .container .content .list .item .wrap .group-check__item {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1rem;
}
.main .sec-step .container .content .list .item .wrap .group-check__item__img {
  margin-top: 0.6rem;
}
.main .sec-step .container .content .list .item .wrap .group-check__item__txt {
  color: #468cb2;
  font-size: 4rem;
  font-family: "yu-mincho-demibold", sans-serif;
}
.main .sec-step .container .content .list .item .wrap .bg {
  background: url(../images/top/step-06.png);
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  font-family: "yu-mincho-demibold", sans-serif;
  padding: 1rem 5rem;
  max-width: 137rem;
  width: 100%;
  margin: auto;
  margin-top: 3rem;
}
.main .sec-step .container .content .list .item .wrap .bg p {
  font-size: 4rem;
}
.main .sec-step .container .content .list .item .wrap .bg span {
  font-size: 2.5rem;
  padding: 0 6rem;
  position: relative;
}
.main .sec-step .container .content .list .item .wrap .bg span::after {
  position: absolute;
  width: 5rem;
  height: 1px;
  background: #fff;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main .sec-step .container .content .list .item .wrap .bg span::before {
  position: absolute;
  width: 5rem;
  height: 1px;
  background: #fff;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.main .sec-step .container .content .list .item .wrap .des {
  font-size: 3rem;
  margin: auto;
  margin-top: 3rem;
  max-width: 137rem;
  width: 100%;
  line-height: 1.8;
}
.main .sec-step .container .content .list .item .booth {
  background-color: #fefdeb;
  position: relative;
  padding: 8.7rem 0 7.5rem;
}
.main .sec-step .container .content .list .item .booth .booth-title {
  background: url(../images/top/bg-booth.png) no-repeat center/cover;
  width: 100%;
  max-width: 128rem;
  height: 8.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -4rem;
}
.main .sec-step .container .content .list .item .booth .booth-title p {
  font-size: 4rem;
  font-family: "yu-mincho-demibold", sans-serif;
  line-height: 1.3;
  color: #fefdeb;
  text-align: center;
}
.main .sec-step .container .content .list .item .booth .booth-group {
  display: flex;
  gap: 3rem;
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}
.main .sec-step .container .content .list .item .booth .booth-group .booth-group__left img {
  max-width: 56rem;
}
.main .sec-step .container .content .list .item .booth .booth-group .booth-group__right {
  width: 100%;
  flex: 1;
}
.main .sec-step .container .content .list .item .booth .booth-group .booth-group__right .booth-group__right__img {
  max-width: 46.2rem;
  width: 100%;
  padding: 1.5rem 0 1.5rem;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.main .sec-step .container .content .list .item .booth .booth-group .booth-group__right .booth-group__right__text {
  margin-top: 3.2rem;
}
.main .sec-step .container .content .list .item .booth .booth-group .booth-group__right .booth-group__right__text p {
  font-size: 4rem;
  font-family: "yu-gothic-bold", sans-serif;
  line-height: 1.2;
  color: #000000;
}
.main .sec-step .container .content .list .item .booth .booth-group .booth-group__right .booth-group__right__txt {
  margin-top: 3.2rem;
}
.main .sec-step .container .content .list .item .booth .booth-group .booth-group__right .booth-group__right__txt p {
  font-size: 3rem;
  font-family: "yu-gothic-bold", sans-serif;
  color: #468cb2;
}
.main .sec-also {
  background: url(../images/top/step-bg.png);
  padding-top: 6rem;
  background-repeat: no-repeat;
}
.main .sec-also .container .content-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.main .sec-also .container .content-head p {
  font-size: 4rem;
  font-family: "yu-gothic-bold", sans-serif;
  color: #468cb2;
}
.main .sec-also .container .content-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  max-width: 137rem;
  width: 100%;
  margin-left: auto;
  margin-top: 7rem;
}
.main .sec-also .container .content-body .txt {
  flex: 1;
}
.main .sec-also .container .content-body .txt p {
  font-size: 4rem;
  font-family: "yu-mincho-demibold", sans-serif;
}
.main .sec-also .container .content-body .txt span {
  font-size: 3rem;
  margin-top: 1rem;
  display: block;
}
.main .sec-also .container .content-video {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.main .sec-also .container .content-video iframe {
  width: 100%;
  max-width: 116rem;
  margin: auto;
  height: 60rem;
}
.main .sec-also .container .content .title-main {
  margin-top: 1rem;
  line-height: 1.2;
  position: relative;
}
.main .sec-also .container .content .title-main img {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.main .sec-also .group-img {
  margin-top: 6rem;
}
.main .sec-also .group-img .item {
  display: none;
}
.main .sec-also .content-schedule-title {
  background: url(../images/top/bg-booth.png) no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 3.5rem;
  width: 100%;
  max-width: 128.3rem;
  padding: 1.5rem 0 1.5rem;
}
.main .sec-also .content-schedule-title p {
  font-size: 4rem;
  font-family: "yu-mincho-demibold", sans-serif;
  line-height: 1.3;
  color: #fefdeb;
  text-align: center;
}
.main .sec-also .content-schedule-table {
  width: 100%;
  margin: 0 auto;
  max-width: 128.3rem;
  border-collapse: collapse;
  border: 3px solid #4686aa;
  margin-bottom: 10.3rem;
}
.main .sec-also .content-schedule-table td {
  border: 1px solid #4686aa;
  padding: 1.2rem 0 1.2rem;
  text-align: center;
  vertical-align: middle;
}
.main .sec-also .content-schedule-table td p {
  font-size: 2rem;
  font-family: "yu-gothic-bold", sans-serif;
  font-weight: bold;
  color: #4686aa;
}
.main .sec-also .content-schedule-table td span {
  display: inline-block;
  font-size: 1.5rem;
  font-family: "yu-gothic-medium", sans-serif;
  font-weight: 500;
  color: #4686aa;
}
.main .sec-also .content-schedule-table tr .txt-left {
  text-align: left;
  padding-left: 3.5rem;
}
.main .sec-also .content-schedule-table tr .txt-left p {
  font-size: 1.6rem;
  font-family: "yu-gothic-bold", sans-serif;
  margin-bottom: 1rem;
}
.main .sec-also .content-schedule-table thead th {
  background: #e6f1f8;
  text-align: center;
  color: #4686aa;
  border: 1px solid #4686aa;
  padding: 1rem 0 1rem;
}
.main .sec-also .content-schedule-table thead th p {
  font-size: 2rem;
  font-weight: bold;
  font-family: "yu-gothic-bold", sans-serif;
}
.main .sec-also .content-schedule-table .day {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 0 2.2rem;
}
.main .sec-also .content-schedule-table .day p {
  font-size: 2.5rem;
  font-family: "yu-gothic-bold", sans-serif;
  color: #4686aa;
  line-height: 1.9;
}
.main .sec-also .content-schedule-table .day-row {
  border-top: 3px solid #4686aa;
}
.main .sec-also .content-schedule-table .day-row td {
  border-top: 1px solid #4686aa;
}

.main .sec-step .container .content .list .item .wrap .group-img__item.v2 img {
  width: 64rem;
}

.main .sec-step .container .content .list .item .wrap .group-box__item__txt span {
  font-weight: bold;
}

.main .sec-booth .container .content .list .item .group .group-txt .bg p {
  text-align: left;
}

.main .sec-booth .container .content .list .item .group .group-txt .bg span {
  font-size: 1.3rem;
}

@media (max-width: 1500px) {
  .main .present-future .container .content .present-future-group .left .left-text {
    padding-left: 2rem;
  }
  .main .present-future .container .content .present-future-group .left .left-text p {
    letter-spacing: -0.06em;
  }
  .main .sec-step .container .content .list .item .wrap .group-img__item.v2 img {
    width: 59rem;
  }
}
@media (max-width: 1440px) {
  .main .present-future .container .content .present-future-group .left .left-text p {
    letter-spacing: -0.04em;
  }
  .main .present-future .container .content .present-future-group .left .left-text {
    padding-left: 1rem;
  }
  .main .sec-step .container .content .list .item .wrap .group-img__item.v2 img {
    width: 56rem;
  }
}
@media (max-width: 1400px) {
  .main .sec-booth .container .content .list .item .group .group-txt .bg span {
    font-size: 1.6rem;
  }
  .main .sec-step .container .content .list .item .wrap .group-img__item.v2 img {
    width: 56rem;
  }
  .main .sec-step .container .content .list .item .wrap .group-img__item.v2 {
    overflow: hidden;
  }
  .main .sec-booth .container .content .list .item {
    flex-direction: column;
    align-items: center;
    padding: 3rem 3rem 5rem;
  }
  .main .sec-booth .container .content .list .item .number p {
    transform: 0;
  }
  .main .sec-booth .container .content .list .item .number {
    border: 0;
    min-width: auto;
    margin: 0;
  }
  .main .sec-booth .container .content .list .item .group .img {
    position: unset;
    margin-top: 3rem;
    display: flex;
    justify-content: center;
  }
  .main .sec-booth .container .content .list .pc {
    display: none !important;
  }
  .main .sec-booth .container .content .list .sp {
    display: block !important;
  }
  .main .sec-booth .container .content .list .item .group .group-txt .txt span {
    font-size: 4rem;
  }
  .main .sec-booth .container .content .list .item .group .group-txt .txt .min {
    font-size: 4rem;
  }
  .main .sec-booth .container .content .list .item .group .group-txt .txt {
    margin-top: 2rem;
    font-size: 4rem;
  }
  .main .sec-booth .container .content .list .item .group .group-txt .des {
    text-align: center;
    margin: 0;
    margin-top: 2rem;
  }
  .main .sec-booth .container .content .list .item .group .group-txt .bg {
    font-size: 2.5rem;
    text-align: left;
    max-width: 52rem;
    width: 100%;
    margin: auto;
    margin-top: 3rem;
    border-radius: 1.2rem;
    padding: 1.2rem 2.5rem;
  }
  .main .sec-booth .container .content .list .item .group .group-txt .bg img {
    width: 19rem;
    height: 19rem;
    bottom: 50%;
    transform: translate(30%, 50%);
  }
  .main .sec-booth .container .content .list .item .group .img2 {
    display: none;
  }
  .main .sec-booth .container .content .list .item .group .group-txt .txt .last {
    font-size: 7rem;
    margin-top: 2rem;
  }
  .main .sec-booth .container .content .list .item .group .group-txt .txt .last::after {
    content: none;
  }
  .main .sec-booth .container .content .list .item .group .group-txt .txt .last div {
    position: relative;
    width: max-content;
    margin: auto;
    padding: 0 1rem;
  }
  .main .sec-booth .container .content .list .item .group .group-txt .txt .last div::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2.5rem;
    background: #fffab6;
    bottom: 1rem;
    left: 0;
    z-index: -1;
  }
  .main .sec-booth .container .content .list .item .group .group-txt .txt .last span {
    font-size: 7rem;
  }
}
@media (max-width: 1280px) {
  .main .sec-step .container .content .list .item .wrap .title {
    font-size: 4rem;
  }
}
@media (max-width: 1080px) {
  .main .sec-step .container .content .video-container {
    padding: 0 4rem;
  }
  .main .sec-booth .container .content .list .item .group .group-txt .bg .img-bh {
    width: 40rem;
    transform: translate(50%, 45%);
    height: auto;
  }
  .main .sec-also {
    background-repeat: repeat;
  }
  .main .sec-step .container .content .list .sp {
    display: block !important;
  }
  .main .sec-step .container .content .list .pc {
    display: none !important;
  }
  .main .sec-step .container .content .list .item .wrap .step p {
    font-size: 5rem;
    transform: translate(-50%, -50%);
  }
  .main .sec-step .container .content .list .item .wrap .step {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main .sec-step .container .content .list {
    margin-top: 16rem;
    gap: 10rem;
  }
  .main .sec-step .container .content .list .item .wrap .title {
    font-size: 5rem;
    border-top: 0;
    margin-left: 0;
    padding: 0;
    padding-bottom: 2rem;
    text-align: center;
  }
  .main .sec-step .container .content .list .item .wrap {
    padding: 6rem 0 16.2rem;
    width: 90%;
  }
  .main .sec-step .container .content .list .item .wrap .group {
    flex-direction: column-reverse;
    gap: 4rem;
  }
  .main .sec-step .container .content .list .item .wrap .group__left__txt {
    font-size: 2.5rem;
  }
  .main .sec-step .container .content .list .item .wrap .group__left__title {
    text-align: center;
  }
  .main .sec-step .container .content .list .item .wrap .group__left__title.v2 {
    font-size: 4rem;
  }
  .main .sec-step .container .content .list .item .wrap .group__left__video {
    width: 60rem;
    margin: auto;
    margin-top: 2rem;
  }
  .main .sec-step .container .content .list .item .wrap .group__left__video video {
    max-width: 100%;
  }
  .main .sec-step .container .content .list .item .wrap .des {
    font-size: 2.5rem;
  }
  .main .sec-step .container .content .list .item .wrap .group-box {
    flex-direction: column;
  }
  .main .sec-step .container .content .list .item .wrap .bg {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 5rem;
    text-align: center;
    background: url(../images/top/step-06-sp.png);
    background-size: cover;
  }
  .main .sec-step .container .content .list .item .wrap .group-img {
    flex-direction: column;
    margin-top: 5rem;
  }
  .main .sec-step .container .content .list .item .wrap .group-img__item {
    justify-content: center;
  }
  .main .sec-step .container .content .list .item .wrap .group-img__item.v2 .note {
    display: none;
  }
  .main .sec-step .container .content .list .item .wrap .group-check__item__txt {
    font-size: 3rem;
  }
  .main .sec-step .container .content .list .item .wrap .group-check__item__img img {
    width: 3.5rem;
  }
  .main .sec-step .container .content .list .item .wrap .group-check__item {
    gap: 0;
  }
  .main .sec-step .container .content .list .item .wrap .group-check {
    margin-left: 0;
  }
  .main .sec-also .container .content-body .sp {
    display: block !important;
  }
  .main .sec-also .container .content-body .pc {
    display: none !important;
  }
  .main .sec-also .container .content-body .txt p {
    text-align: center;
  }
  .main .sec-also .container .content-body .txt img {
    margin: auto;
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
  .main .sec-also .container .content .title-main img {
    width: 50rem;
  }
  .main .sec-also .group-img {
    overflow: hidden;
  }
  .main .sec-also .group-img .bg {
    display: none;
  }
  .main .sec-also .group-img .item {
    display: block;
  }
  .main .sec-also .group-img .item {
    margin-left: -13rem;
  }
  .main .sec-also .group-img .item:last-child {
    margin-right: -13rem;
    margin-left: 0;
  }
  .main .sec-step .container .content .list .item .wrap .group__right {
    margin-left: 0;
  }
  .main .sec-booth .container .content .list {
    gap: 5rem;
  }
  .main .present-future .container .content .present-future-group {
    flex-direction: column;
  }
  .main .present-future .container .content .present-future-group .left .left-text {
    display: none;
  }
  .main .present-future .container .content .txt {
    display: inline-block;
    padding: 8.2rem 0 0 8.2rem;
  }
  .main .present-future .container .content .txt p {
    font-size: 2.5rem;
    font-family: "yu-gothic-medium", sans-serif;
    line-height: 1.8;
    color: #ffffff;
  }
  .main .sec-step .container .content .list .item .booth .booth-title {
    padding: 3rem 0 3rem;
    height: auto;
    top: -8rem;
  }
  .main .sec-step .container .content .list .item .booth .booth-group {
    flex-direction: column;
    align-items: center;
    gap: 4.5rem;
    width: 90%;
  }
  .main .sec-step .container .content .list .item .booth {
    padding: 14rem 0 9.7rem;
  }
  .main .sec-step .container .content .list .item .booth .booth-group .booth-group__right {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main .sec-step .container .content .list .item .booth .booth-group .booth-group__right .booth-group__right__txt p {
    text-align: center;
  }
  .main .sec-also .content-schedule-table.pc {
    display: none;
  }
  .main .sec-also .content-schedule-table.sp {
    display: inline-block !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .main .sec-also .content-schedule-table thead .date {
    width: 11.4rem;
    vertical-align: middle;
  }
  .main .sec-also .content-schedule-table .day {
    padding: 0;
  }
  .main .sec-also .content-schedule-table thead .time {
    width: 12.9rem;
    vertical-align: middle;
  }
  .main .sec-also .content-schedule-table td {
    padding: 0;
  }
  .main .sec-also .content-schedule-table tr .txt-left {
    padding-left: 0rem;
  }
  .main .sec-also .content-schedule-table tr .txt-left .txt-left__txt {
    padding: 1.6rem 0 1.6rem 3rem;
    border-bottom: 1px solid #4686aa;
  }
  .main .sec-also .content-schedule-table tr .txt-left p {
    margin-bottom: 0rem;
    font-size: 2rem;
  }
  .main .sec-also .content-schedule-table tr .txt-left .txt-left__txt-one {
    padding: 2rem 0 2rem 3rem;
  }
  .main .sec-also .content-schedule-table td span {
    font-size: 1.6rem;
  }
  .main .sec-also .content-schedule-table tr .txt-left .txt-left__txt-one p {
    font-size: 1.6rem;
    font-family: "yu-gothic-bold", sans-serif;
    margin-bottom: 1rem;
  }
  .main .sec-also .content-schedule-table {
    width: unset;
  }
  .main .sec-also .content-schedule-table .day-row td {
    background-color: white;
  }
  .main .sec-also .content-schedule-table td {
    background-color: white;
  }
  .main .sec-booth.ver2 .booth {
    background-color: #fefdeb;
    position: relative;
    padding: 8.7rem 0 7.5rem;
    margin-top: 10.2rem;
  }
  .main .sec-booth .container .content .list {
    margin-bottom: 17.2rem;
  }
  .main .sec-booth.ver2 .booth {
    padding: 14rem 0 9.7rem;
  }
  .main .sec-booth.ver2 .booth .booth-title {
    padding: 3rem 0 3rem;
    height: auto;
    top: -8rem;
  }
  .main .sec-booth.ver2 .booth .booth-group {
    flex-direction: column;
    align-items: center;
    gap: 4.5rem;
    width: 90%;
  }
  .main .sec-booth.ver2 .booth .booth-group .booth-group__right {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main .sec-booth.ver2 .booth .booth-group .booth-group__right .booth-group__right__txt p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .main .sec-booth {
    overflow: hidden;
    margin-top: -15rem;
  }
  .main .sec-booth .title-main h2 small {
    display: block;
  }
  .main .sec-booth .container .content .content-head {
    margin-left: calc(50% - 50vw);
    margin-right: calc(-50% - 50vw);
  }
  .main .sec-step .container .content .list .item .wrap .step img {
    width: 32.5rem;
  }
  .main .sec-step .container .content .list .item {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
  .main .sec-step .container .content .list .item .wrap .group-img__item .note {
    min-width: 20rem;
  }
  .main .sec-step .container .content .list .item .wrap .group-img__item > img {
    width: calc(100% - 20rem);
  }
  .main .sec-also .container .content-head img {
    width: 1.5rem;
  }
  .main .sec-also .container .content-video iframe {
    height: 39rem;
  }
  .main .sec-booth .container .content .content-title img {
    width: 50rem;
  }
  .main .sec-booth .container .content .content-title span {
    font-size: 5.8rem;
  }
  .main .sec-also .container .content .title-main h2 {
    font-size: 4.5rem;
  }
  .main .sec-booth .container .content .list .item .group .group-txt .title img {
    width: 1.5rem;
  }
  .main .sec-booth .container .content .list .item .group .group-txt .title img.sp {
    width: 3.5rem;
  }
  .main .sec-step .container .content .list .item .wrap .group__left__video {
    width: 100%;
  }
  .main .sec-step .container .content .list .item .wrap .bg {
    background-position: center;
    padding: 2rem 0;
  }
  .main .sec-booth.ver2 {
    padding: 10rem 0;
  }
  .main .present-future {
    padding: 13.6rem 0 14.5rem;
  }
  .main .present-future .container .content .present-future__title {
    margin-bottom: 7rem;
  }
  .main .present-future .container .content .present-future-group .left {
    margin-top: 0;
  }
  .main .present-future .container .content .present-future-group {
    gap: 5.5rem;
  }
  .main .present-future .container .content .txt {
    padding: 8.2rem 0 0 2.5rem;
  }
  .main .present-future .container .content .text {
    padding: 5rem 0 0 2.5rem;
  }
  .main .sec-step .container .content .list .item .booth .booth-group .booth-group__right .booth-group__right__txt p {
    font-size: 2.8rem;
  }
  .main .sec-also .container .content-video {
    margin-bottom: 11rem;
  }
  .main .sec-also .content-schedule-title {
    margin-bottom: 4.7rem;
  }
}
.container {
  max-width: 150rem;
  width: 90%;
  margin: 0 auto;
}

.title-main h2 {
  font-size: 5.8rem;
  font-family: "yu-gothic-bold", sans-serif;
  text-align: center;
  color: #231815;
}
.title-main h2 .number {
  color: #468cb2;
  font-style: italic;
  font-size: 13rem;
  line-height: 1;
}
.title-main h2 .number.v2 {
  font-size: 5.8rem;
  margin-right: 3px;
}
.title-main h2 small {
  font-size: 4rem;
}

/*# sourceMappingURL=style.css.map */
