@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Roboto:wght@300;400;500;700;900&display=swap");
body {
  font-family: "Roboto", sans-serif;
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

/* リキッドレイアウト対応 */
@media (max-width: 1400px) {
  html {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

.about__wrap {
  padding: 90px 0;
  padding: 5.625rem 0;
}
@media screen and (max-width: 768px) {
  .about__wrap {
    padding: 4.375rem 0 5.8125rem;
  }
}

.about__lead,
.about__lead2 {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.4444444444;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .about__lead,
  .about__lead2 {
    font-size: 1rem;
    line-height: 2;
    font-weight: 500;
  }
}

.about__lead {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .about__lead {
    margin-top: 2.875rem;
  }
}

.about__lead2 {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (max-width: 768px) {
  .about__lead2 {
    margin-top: 2.3125rem;
  }
}

.about__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 66px;
  margin-top: 4.125rem;
  gap: 50px;
  gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .about__box {
    display: block;
    margin-top: 2rem;
  }
}

.about__img {
  width: 430px;
  width: 26.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .about__img {
    width: 100%;
  }
}

.about__table {
  margin-top: -4px;
  margin-top: -0.25rem;
}
@media screen and (max-width: 768px) {
  .about__table {
    margin-top: 1.4375rem;
  }
}

.about__table tr {
  display: inline-block;
  margin-left: -2px;
  margin-left: -0.125rem;
  padding-bottom: 5.5px;
  padding-bottom: 0.34375rem;
  border-bottom: 1px solid #868686;
  border-bottom: 0.0625rem solid #868686;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__table tr {
    padding-bottom: 0.53125rem;
  }
}

.about__table tr:not(:first-child) {
  padding: 16px 0 9px;
  padding: 1rem 0 0.5625rem;
}

.about__table tr::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(#70569A), to(#558BC1));
  background: linear-gradient(to left, #70569A, #558BC1);
  width: 80px;
  width: 5rem;
  height: 2px;
  height: 0.125rem;
  bottom: -1.5px;
  bottom: -0.09375rem;
  left: 0;
}

.about__table th {
  width: 80px;
  width: 5rem;
  -webkit-transform: translateX(-0.125rem);
          transform: translateX(-0.125rem);
}

.about__table td {
  padding-left: 16px;
  padding-left: 1rem;
}

.about__table td span {
  font-size: 12px;
  font-size: 0.75rem;
}

.about__text {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 100px;
  margin-top: 6.25rem;
  margin-top: 76px;
  margin-top: 4.75rem;
}
@media screen and (max-width: 768px) {
  .about__text {
    margin-top: 2rem;
  }
}

.btn {
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  background: #8F56B9;
  border-radius: 1.5rem;
  padding: 2px 49px 2px 19px;
  padding: 0.125rem 3.0625rem 0.125rem 1.1875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.04em;
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border: 1px solid #8F56B9;
  border: 0.0625rem solid #8F56B9;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
    white-space: nowrap;
  }
}

.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  right: 1.25rem;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  border-top: 10px solid #fff;
  border-top: 0.625rem solid #fff;
  border-right: 5px solid transparent;
  border-right: 0.3125rem solid transparent;
  border-left: 5px solid transparent;
  border-left: 0.3125rem solid transparent;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn:hover {
  background: #fff;
  color: #8F56B9;
}

.btn:hover::before {
  border-top: 10px solid #8F56B9;
  border-top: 0.625rem solid #8F56B9;
}

.btn--large {
  line-height: 1.5;
  padding: 15px 56px;
  padding: 0.9375rem 3.5rem;
  letter-spacing: 0;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0.3125rem 0.3125rem 1.25rem rgba(36, 0, 49, .3);
          box-shadow: 0.3125rem 0.3125rem 1.25rem rgba(36, 0, 49, .3);
}

.btn--large span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
}

.btn--white {
  background: #fff;
  color: #8F56B9;
  padding: 10px 78px;
  padding: 0.625rem 4.875rem;
}
@media screen and (max-width: 768px) {
  .btn--white {
    width: 20.9375rem;
    padding: 0.625rem 0;
  }
}

.btn--white::before {
  border-top: 10px solid #8F56B9;
  border-top: 0.625rem solid #8F56B9;
}

.btn--white:hover {
  background: #8F56B9;
  color: #fff;
}

.btn--white:hover::before {
  border-top: 10px solid #fff;
  border-top: 0.625rem solid #fff;
}

.btn--white span {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .btn--sp {
    line-height: 1.5;
    padding: 0.5625rem 1.1875rem 0.5625rem 1.1875rem;
    border-radius: 2.4375rem;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .btn--arrow::before {
    right: 4.0625rem;
  }
}

.common-title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.9333333333;
  font-weight: 700;
  position: relative;
}

.common-title::before {
  content: "";
  position: absolute;
  width: 53px;
  width: 3.3125rem;
  height: 4px;
  height: 0.25rem;
  bottom: -11px;
  bottom: -0.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, right top, left top, from(#70569A), to(#558BC1));
  background: linear-gradient(to left, #70569A, #558BC1);
}

.common-title--small {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
}

.drawer-icon {
  position: fixed;
  top: 12px;
  top: 0.75rem;
  right: 12px;
  right: 0.75rem;
  width: 62px;
  width: 3.875rem;
  height: 62px;
  height: 3.875rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#50CEF4), to(#9660ED));
  background: linear-gradient(to top, #50CEF4, #9660ED);
  z-index: 100;
}

.drawer-icon__button {
  width: 100%;
  position: relative;
  height: inherit;
  padding: 0;
}

.drawer-icon__button span {
  position: absolute;
  display: inline-block;
  background: #fff;
  width: 27px;
  width: 1.6875rem;
  height: 2px;
  height: 0.125rem;
  top: 0;
  left: 18px;
  left: 1.125rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.drawer-icon__button span:nth-child(1) {
  top: 22px;
  top: 1.375rem;
}

.drawer-icon__button span:nth-child(2) {
  top: 30px;
  top: 1.875rem;
  width: 20px;
  width: 1.25rem;
}

.drawer-icon__button span:nth-child(3) {
  top: 39px;
  top: 2.4375rem;
  width: 14px;
  width: 0.875rem;
}

.drawer-icon__button.is-active span:nth-child(1) {
  -webkit-transform: rotate(33deg);
          transform: rotate(33deg);
  top: 31px;
  top: 1.9375rem;
  width: 32px;
  width: 2rem;
  left: 16px;
  left: 1rem;
}

.drawer-icon__button.is-active span:nth-child(2) {
  width: 0;
}

.drawer-icon__button.is-active span:nth-child(3) {
  -webkit-transform: rotate(-33deg);
          transform: rotate(-33deg);
  top: 31px;
  top: 1.9375rem;
  width: 32px;
  width: 2rem;
  left: 16px;
  left: 1rem;
}

.drawer__list {
  text-align: center;
  color: #fff;
  padding: 132px 0 150px;
  padding: 8.25rem 0 9.375rem;
}

.drawer__item + .drawer__item {
  margin-top: 54px;
  margin-top: 3.375rem;
}

.drawer__link {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.exhibit {
  background: #0F1239;
}

.exhibit__wrap {
  padding: 92px 0 98px;
  padding: 5.75rem 0 6.125rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .exhibit__wrap {
    padding: 5.75rem 0 6.3125rem;
  }
}

.exhibit__sub-title {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 700;
  margin-top: 52px;
  margin-top: 3.25rem;
}
@media screen and (max-width: 768px) {
  .exhibit__sub-title {
    margin-top: 2.5rem;
  }
}

.exhibit__lead {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 16px;
  margin-top: 1rem;
}

.exhibit__container {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.exhibit__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  padding: 40px;
  padding: 2.5rem;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .exhibit__box {
    display: block;
    padding: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  .exhibit__box--pa {
    padding: 1.875rem 1.875rem 1.375rem;
  }
}

.exhibit__box + .exhibit__box {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.exhibit__img {
  width: 340px;
  width: 21.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .exhibit__img {
    width: 100%;
  }
}

.exhibit__s-box {
  margin-top: -6px;
  margin-top: -0.375rem;
}
@media screen and (max-width: 768px) {
  .exhibit__s-box {
    margin-top: 0.625rem;
  }
}

@media screen and (max-width: 768px) {
  .exhibit__s-box--mt {
    margin-top: 0.875rem;
  }
}

.exhibit__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
}

.exhibit__text span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 700;
}

.exhibit__btn {
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (max-width: 768px) {
  .exhibit__btn {
    margin-top: 0.625rem;
  }
}

.exhibit__icon1,
.exhibit__icon2,
.exhibit__icon3,
.exhibit__icon4 {
  position: absolute;
  width: 274px;
  width: 17.125rem;
  height: 277px;
  height: 17.3125rem;
}
@media screen and (max-width: 768px) {
  .exhibit__icon1,
  .exhibit__icon2,
  .exhibit__icon3,
  .exhibit__icon4 {
    background: none;
  }
}

.exhibit__icon1 {
  background: url(../images/exhibit-icon1.png) center center no-repeat;
  background-size: contain;
  top: 8%;
  left: -5.3%;
}
@media screen and (max-width: 768px) {
  .exhibit__icon1 {
    background: none;
  }
}

.exhibit__icon2 {
  background: url(../images/exhibit-icon2.png) center center no-repeat;
  background-size: contain;
  bottom: 30.7%;
  left: -5.3%;
}
@media screen and (max-width: 768px) {
  .exhibit__icon2 {
    background: none;
  }
}

.exhibit__icon3 {
  background: url(../images/exhibit-icon3.png) center center no-repeat;
  background-size: contain;
  top: 29.5%;
  right: -5.3%;
}
@media screen and (max-width: 768px) {
  .exhibit__icon3 {
    background: none;
  }
}

.exhibit__icon4 {
  background: url(../images/exhibit-icon4.png) center center no-repeat;
  background-size: contain;
  bottom: 9.2%;
  right: -5.3%;
}
@media screen and (max-width: 768px) {
  .exhibit__icon4 {
    background: none;
  }
}

.footer {
  background: #fff;
}

.footer__wrap {
  padding: 41px 0;
  padding: 2.5625rem 0;
}

.footer__logo {
  width: 230px;
  width: 14.375rem;
  margin: auto;
}

.form {
  background: -webkit-gradient(linear, right top, left top, from(#44215F), to(#1C4F6A));
  background: linear-gradient(to left, #44215F, #1C4F6A);
}

.form__wrap {
  padding: 39px 0 42px;
  padding: 2.4375rem 0 2.625rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form__wrap {
    padding: 2.3125rem 0 2.4375rem;
  }
}

.form__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .form__title {
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}

.form__btn {
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (max-width: 768px) {
  .form__btn {
    margin-top: 1.375rem;
  }
}

.guide__wrap {
  padding: 62px 0 67px;
  padding: 3.875rem 0 4.1875rem;
}
@media screen and (max-width: 768px) {
  .guide__wrap {
    padding: 3.8125rem 0 4.375rem;
  }
}

.guide__map1 {
  margin-top: 43px;
  margin-top: 2.6875rem;
}
@media screen and (max-width: 768px) {
  .guide__map1 {
    width: 101%;
    margin-left: -0.1875rem;
  }
}

.guide__area2 {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.guide__map2 {
  margin: 46px auto 0;
  margin: 2.875rem auto 0;
  width: 56.5%;
}
@media screen and (max-width: 768px) {
  .guide__map2 {
    width: 100%;
  }
}

.header__drawer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 375px;
  width: 23.4375rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#5B4DA7), to(#32769B));
  background: linear-gradient(to top, #5B4DA7, #32769B);
  right: -375px;
  right: -23.4375rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: 99;
}

.header__drawer.is-active {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  width: 375px;
  width: 23.4375rem;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#5B4DA7), to(#32769B));
  background: linear-gradient(to top, #5B4DA7, #32769B);
  max-height: 763px;
  max-height: 47.6875rem;
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE対策 */
  scrollbar-width: none; /* Firefox対策 */
}
@media screen and (max-width: 768px) {
  .header__drawer.is-active {
    width: 100%;
    height: 100vh;
  }
}

.header__drawer.is-active::-webkit-scrollbar { /* Google Chrome対策 */
  display: none;
}

.header__bg {
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: 98;
  visibility: hidden;
  opacity: 0;
}

.header__bg.is-active {
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  visibility: visible;
  opacity: 1;
}

.inner {
  max-width: 990px;
  max-width: 61.875rem;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 1430px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.lecture__wrap {
  padding: 62px 0;
  padding: 3.875rem 0;
}
@media screen and (max-width: 768px) {
  .lecture__wrap {
    padding: 3.5rem 0 4.3125rem;
  }
}

.lecture__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 61px;
  margin-top: 3.8125rem;
  gap: 3.8%;
}
@media screen and (max-width: 768px) {
  .lecture__box {
    display: block;
    margin-left: 0;
  }
}

.lecture__img {
  width: 148px;
  width: 9.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: auto;
}

.lecture__person {
  margin-left: 13px;
  margin-left: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .lecture__person {
    margin-left: 0;
  }
}

.lecture__position {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 16px;
  margin-top: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .lecture__position {
    text-align: center;
  }
}

.lecture__name {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  margin-top: -7px;
  margin-top: -0.4375rem;
  padding-left: 3px;
  padding-left: 0.1875rem;
}

.lecture__s-box {
  width: 619px;
  width: 38.6875rem;
}
@media screen and (max-width: 768px) {
  .lecture__s-box {
    width: 100%;
    margin-top: 2.5rem;
  }
}

.lecture__date {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid #707070;
  border-bottom: 0.0625rem solid #707070;
  margin-top: -1px;
  margin-top: -0.0625rem;
}

.lecture__s-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 700;
  margin-top: 36px;
  margin-top: 2.25rem;
}

.lecture__lead {
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .lecture__lead {
    margin-top: 0.625rem;
  }
}

.lecture__btn {
  margin-top: 37px;
  margin-top: 2.3125rem;
}

main {
  position: relative;
  color: #fff;
}

main:before {
  content: "";
  display: block;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
}

.mv__bg {
  background: url(../images/mv-img.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 763px;
  height: 47.6875rem;
}

.mv__wrap {
  padding: 150px;
  padding: 9.375rem;
}
@media screen and (max-width: 768px) {
  .mv__wrap {
    padding: 9.375rem 0;
  }
}

.mv__titles {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv__titles {
    max-width: 30.4375rem;
    margin: auto;
  }
}

.mv__title1 {
  width: 353px;
  width: 22.0625rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .mv__title1 {
    width: 64.5%;
  }
}

.mv__title2 {
  width: 940px;
  width: 58.75rem;
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
}
@media screen and (max-width: 768px) {
  .mv__title2 {
    width: 85%;
  }
}

.mv__title3 {
  width: 350px;
  width: 21.875rem;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 768px) {
  .mv__title3 {
    width: 65%;
  }
}

.mv__scroll {
  width: 75px;
  width: 4.6875rem;
  margin: 38px auto 0;
  margin: 2.375rem auto 0;
}

.present {
  background: #0F1239;
}

.present__wrap {
  padding: 77px 0 69px;
  padding: 4.8125rem 0 4.3125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .present__wrap {
    padding: 4.25rem 0 4.3125rem;
  }
}

.present__title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.9333333333;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .present__title {
    font-size: 1.375rem;
    line-height: 2;
  }
}

.present__title::before {
  content: "";
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  height: 80px;
  height: 5rem;
  background: #fff;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  top: -7px;
  top: -0.4375rem;
  left: -34px;
  left: -2.125rem;
}
@media screen and (max-width: 768px) {
  .present__title::before {
    height: 2.625rem;
    top: 0.125rem;
    left: -1.6875rem;
  }
}

.present__title::after {
  content: "";
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  height: 80px;
  height: 5rem;
  background: #fff;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  top: -7px;
  top: -0.4375rem;
  right: -34px;
  right: -2.125rem;
}
@media screen and (max-width: 768px) {
  .present__title::after {
    height: 2.625rem;
    top: 0.125rem;
    right: -1.6875rem;
  }
}

.present__sub-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 700;
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (max-width: 768px) {
  .present__sub-title {
    margin-top: 0.625rem;
  }
}

.present__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .present__container {
    display: block;
  }
}

.present__box {
  background: #fff;
  width: 460px;
  width: 28.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 67px 0 40px;
  padding: 4.1875rem 0 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .present__box {
    width: 100%;
    padding: 4.0625rem 0 1.875rem;
  }
}

.present__box--01::before {
  content: "";
  position: absolute;
  background: url(../images/present-img-title01.png) center center no-repeat;
  background-size: cover;
  width: 292px;
  width: 18.25rem;
  height: 72px;
  height: 4.5rem;
  top: -29px;
  top: -1.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.present__box--02::before {
  content: "";
  position: absolute;
  background: url(../images/present-img-title02.png) center center no-repeat;
  background-size: cover;
  width: 292px;
  width: 18.25rem;
  height: 72px;
  height: 4.5rem;
  top: -29px;
  top: -1.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .present__box + .present__box {
    margin-top: 3.6875rem;
  }
}

.present__text {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 700;
  text-align: center;
}

.present__img1 {
  width: 83%;
  margin: 48px auto 0;
  margin: 3rem auto 0;
}
@media screen and (max-width: 768px) {
  .present__img1 {
    margin: 1.1875rem auto 0;
  }
}

.present__img2 {
  width: 83%;
  margin: 11px auto 0;
  margin: 0.6875rem auto 0;
}
@media screen and (max-width: 768px) {
  .present__img2 {
    margin: 1.25rem auto 0;
  }
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}
/*# sourceMappingURL=styles.css.map */
