@charset "UTF-8";
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////
	学科詳細
//////////////////////////////////////////////////*/
.section-header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4rem 0 3rem;
}
.section-header .section-header__bg {
  position: absolute;
  top: 0;
  left: -5vw;
  width: 88vw;
  border-radius: 0 4rem 4rem 0;
  z-index: -1;
  background: #4D85B7;
}
.section-header .section-header__content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
}
.section-header .section-header__icon {
  width: 6.2rem;
}
.section-header .section-header__main {
  font-family: "Aoboshi One", serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.section-header .section-header__sub {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .section-header {
    padding: 10rem 0 5rem;
  }
  .section-header .section-header__bg {
    width: 92rem;
    left: calc(50% - 50vw);
  }
  .section-header .section-header__icon {
    width: 13rem;
  }
  .section-header .section-header__main {
    font-size: 6rem;
  }
  .section-header .section-header__sub {
    font-size: 2.4rem;
  }
}
.mv-daigakuhennyu .l-section {
  margin-bottom: 6rem;
}

@media screen and (min-width: 769px) {
  .mv-daigakuhennyu .l-section {
    margin-bottom: 8rem;
  }
}
.section-intro .section-intro__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1rem;
  margin-bottom: 6rem;
}
.section-intro .section-intro__links .p-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  border-bottom: 1px solid #1F293B;
}
.section-intro .section-intro__links .p-link .icon-top {
  width: 1.8rem;
}
.section-intro .section-intro__links .p-link .icon {
  margin-left: 1em;
  font-size: 0.75em;
}
.section-intro .section-intro__bg-graphic {
  margin-bottom: 4rem;
}

@media screen and (min-width: 769px) {
  .section-intro .l-section {
    margin-bottom: 0;
  }
  .section-intro .section-intro__links {
    grid-template-columns: repeat(4, 18rem);
    justify-content: center;
    gap: 4rem;
    margin-bottom: 8rem;
  }
  .section-intro .section-intro__links .p-link {
    flex-direction: column;
    font-size: 1.6rem;
  }
  .section-intro .section-intro__links .p-link .icon-top {
    width: 4rem;
  }
  .section-intro .intro-content {
    position: relative;
  }
  .section-intro .intro-content .intro-content__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 55%);
    text-align: center;
  }
  .section-intro .section-intro__bg-graphic {
    margin-bottom: 0;
  }
}
.l-belttext {
  overflow: hidden;
  font-size: 8rem;
  font-weight: 400;
  color: #F9731E;
  white-space: nowrap;
  line-height: 0.8;
  font-family: "Aoboshi One", serif;
}
.l-belttext .swiper-wrapper {
  transition-timing-function: linear;
}
.l-belttext .swiper-slide {
  width: auto;
  margin-right: 0.5em;
}

@media screen and (min-width: 769px) {
  .l-belttext {
    font-size: 12rem;
  }
}
.section-schedule {
  background: #F9731E;
}
.section-schedule .l-section {
  margin-bottom: 0;
}
.section-schedule .l-container {
  padding-top: 10rem;
  padding-bottom: 2rem;
}
.section-schedule .schedule-header {
  position: relative;
  margin-bottom: 8rem;
  text-align: center;
}
.section-schedule .schedule-header__main {
  font-size: 5rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.section-schedule .schedule-header__sub-wrap {
  margin-top: 1.5rem;
}
.section-schedule .schedule-header__sub {
  display: inline-block;
  padding: 0 4rem;
  font-size: 2rem;
  color: #fff;
  border-radius: 0.5rem;
  background: #1F293B;
  transform: rotate(-3deg);
}
.section-schedule .schedule-header__illust {
  position: absolute;
  top: 100%;
  right: -5vw;
  width: 17rem;
}
.section-schedule .schedule-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8rem;
  margin-bottom: 8rem;
}
.section-schedule .schedule-list .schedule-list__row__year {
  margin-bottom: 0.25em;
  line-height: 1;
  font-family: "Aoboshi One", serif;
  font-size: 4rem;
  color: #fff;
}
.section-schedule .schedule-list .schedule-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.section-schedule .schedule-list .schedule-items .schedule-items__item {
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding: 2rem 1.6rem;
  color: #1F293B;
  border-radius: 2rem;
  background: #fff;
}
.section-schedule .schedule-list .schedule-items .schedule-items__item .schedule-items__top {
  border-right: 1px solid #1F293B;
}
.section-schedule .schedule-list .schedule-items .schedule-items__item .schedule-items__top__date {
  margin-bottom: 0.2em;
  font-family: "Aoboshi One", serif;
  line-height: 1;
  font-size: 4rem;
}
.section-schedule .schedule-list .schedule-items .schedule-items__item .schedule-items__top__week {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
}
.section-schedule .schedule-list .schedule-items .schedule-items__item .schedule-items__top__week .jp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4em;
  height: 1.4em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #1F293B;
  border-radius: 50%;
}
.section-schedule .schedule-list .schedule-items .schedule-items__item .schedule-items__top__week .en {
  font-family: "Aoboshi One", serif;
  font-size: 1.5rem;
}
.section-schedule .schedule-list .schedule-items .schedule-items__item .schedule-items__body {
  padding-left: 2rem;
}
.section-schedule .schedule-list .schedule-items .schedule-items__item .schedule-items__body .schedule-items__body__label .label {
  display: inline-block;
  padding: 0 1em;
  color: #fff;
  line-height: 1.8;
  font-size: 1.2rem;
  font-weight: 600;
  background: #1F293B;
  border-radius: 100vw;
}
.section-schedule .schedule-list .schedule-items .schedule-items__item .schedule-items__body .schedule-items__body__time {
  font-size: 1.5rem;
}
.section-schedule .schedule-list .schedule-items .schedule-items__item .schedule-items__body .schedule-items__body__note {
  font-size: 1.2rem;
}
.section-schedule .schedule-list .schedule-items .schedule-items__item.finish {
  pointer-events: none;
}
.section-schedule .schedule-list .schedule-items .schedule-items__item.finish::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(74, 79, 96, 0.9);
}
.section-schedule .schedule-list .schedule-items .schedule-items__item.finish::after {
  content: "開催終了";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
.section-schedule .schedule-button .schedule-button__img.left {
  width: 14.8rem;
  margin-bottom: 1rem;
}
.section-schedule .schedule-button .schedule-button__link {
  margin-bottom: 8rem;
}
.section-schedule .schedule-button .schedule-button__link .button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 3rem 0;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  font-size: 2rem;
  background: #4D85B7;
  border-radius: 2rem;
}
.section-schedule .schedule-button .schedule-button__link .button .text {
  margin: 0 4rem 0 1rem;
}
.section-schedule .schedule-button .schedule-button__link .button .icon-angle-top-right {
  font-size: 1.4em;
}
.section-schedule .swiper-wrapper {
  transition-timing-function: linear;
}
.section-schedule .swiper-wrapper .swiper-slide {
  width: 17.4rem;
}

@media screen and (min-width: 769px) {
  .section-schedule .l-container {
    padding-top: 15rem;
    padding-bottom: 32rem;
  }
  .section-schedule .schedule-header {
    position: relative;
    width: fit-content;
    margin: auto auto 8rem;
  }
  .section-schedule .schedule-header__illust {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 12rem;
  }
  .section-schedule .schedule-header__main {
    font-size: 6rem;
  }
  .section-schedule .schedule-header__sub {
    padding: 0 1.5em;
    font-size: 3rem;
  }
  .section-schedule .schedule-header__illust {
    top: 50%;
    right: auto;
    left: 100%;
    width: 41rem;
    transform: translate(10rem, -50%);
  }
  .section-schedule .schedule-list {
    margin-bottom: 24rem;
  }
  .section-schedule .schedule-list .schedule-items {
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
  }
  .section-schedule .schedule-list .schedule-items .schedule-items__item {
    grid-template-columns: 1fr;
    padding: 4.6rem 1.6rem;
  }
  .section-schedule .schedule-list .schedule-items .schedule-items__item .schedule-items__top {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-right: none;
    border-bottom: 1px solid #1F293B;
  }
  .section-schedule .schedule-list .schedule-items .schedule-items__item .schedule-items__top__date {
    margin-bottom: 0.2em;
    font-family: "Aoboshi One", serif;
    line-height: 1;
    font-size: 4rem;
  }
  .section-schedule .schedule-list .schedule-items .schedule-items__item .schedule-items__top__week {
    flex-flow: column wrap;
    gap: 0.5rem;
  }
  .section-schedule .schedule-list .schedule-items .schedule-items__item .schedule-items__top__week .en {
    line-height: 1;
  }
  .section-schedule .schedule-list .schedule-items .schedule-items__item .schedule-items__body {
    padding-left: 0;
  }
  .section-schedule .schedule-button {
    position: relative;
    width: fit-content;
    margin: auto;
  }
  .section-schedule .schedule-button .schedule-button__img.left {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    width: 32rem;
    margin-bottom: 0;
    transform: translate(-70%, -60%);
  }
  .section-schedule .schedule-button .schedule-button__img.right {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 0;
    width: 19rem;
    margin-bottom: 0;
    transform: translate(120%, -50%);
  }
  .section-schedule .schedule-button .schedule-button__link {
    margin-bottom: 0;
  }
  .section-schedule .schedule-button .schedule-button__link .button {
    gap: 1rem;
    width: 52rem;
    margin: auto;
    padding: 4.2rem 0;
    font-size: 2.4rem;
  }
  .section-schedule .schedule-button .schedule-button__link .button .text {
    margin: 0 6rem 0 1rem;
  }
  .section-schedule .swiper-wrapper .swiper-slide {
    width: 38rem;
  }
}
.section-program {
  background-color: #EDECE7;
  background-image: url(/assets/images/opencampus/program-bg-sp-top.png), url(/assets/images/opencampus/program-bg-sp-end.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 70% -3%, center calc(100% - 5rem);
  background-size: 120% auto, 35rem auto;
}
.section-program .l-section {
  margin-bottom: 0;
}
.section-program .l-container {
  padding-top: 10rem;
  padding-bottom: 4rem;
}
.section-program .program-header {
  position: relative;
  margin-bottom: 10rem;
  text-align: center;
}
.section-program .program-header__main {
  font-size: 5rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.section-program .program-header__sub-wrap {
  margin-top: 1.5rem;
}
.section-program .program-header__sub {
  display: inline-block;
  padding: 0 4rem;
  font-size: 2rem;
  color: #fff;
  border-radius: 0.5rem;
  background: #1F293B;
  transform: rotate(-3deg);
}
.section-program .program-header__illust {
  position: absolute;
  z-index: -1;
  top: 100%;
}
.section-program .program-header__illust.left {
  width: 7.4rem;
  left: 0;
  transform: translate(-1rem, -1rem);
}
.section-program .program-header__illust.right {
  width: 8rem;
  right: 0;
  transform: translate(1rem, -1rem);
}
.section-program .program-content {
  margin: auto -5vw 26rem;
}
.section-program .program-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.section-program .program-list__item {
  display: grid;
  grid-template-columns: 9rem 1fr;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
}
.section-program .program-list__item:nth-child(even) .program-list__item__header {
  background: #F9731E;
}
.section-program .program-list__item:nth-child(even) .program-list__item__header::before, .section-program .program-list__item:nth-child(even) .program-list__item__header::after {
  border-color: #F9731E;
}
.section-program .program-list__item:nth-child(even) .program-list__item__header .num {
  color: #F9731E;
}
.section-program .program-list__item:nth-child(even) .program-list__item__body {
  border-color: #F9731E;
}
.section-program .program-list__item:nth-child(even) .program-list__item__body__text__main {
  background: #F9731E;
}
.section-program .program-list__item__header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 2rem 1rem;
  background: #4D85B7;
  color: #fff;
  text-align: center;
}
.section-program .program-list__item__header::before, .section-program .program-list__item__header::after {
  content: "";
  position: absolute;
  width: 3.6rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #EDECE7;
  border: 2px solid #4D85B7;
}
.section-program .program-list__item__header::before {
  top: 0;
  right: 0;
  transform: translate(calc(50% + 0.1rem), -50%);
}
.section-program .program-list__item__header::after {
  bottom: 0;
  right: 0;
  transform: translate(calc(50% + 0.1rem), 50%);
}
.section-program .program-list__item__header .en {
  font-family: "Aoboshi One", serif;
  font-size: 1.4rem;
  line-height: 1;
}
.section-program .program-list__item__header .num {
  width: 6rem;
  height: 6rem;
  font-family: "Aoboshi One", serif;
  font-size: 2rem;
  line-height: 6rem;
  color: #4D85B7;
  background: #fff;
  border-radius: 50%;
}
.section-program .program-list__item__body {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  gap: 1.5rem;
  border: 2px solid #4D85B7;
  border-radius: 1rem;
}
.section-program .program-list__item__body__text__main {
  width: fit-content;
  padding: 1rem 1rem 0.8rem 1rem;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background: #4D85B7;
}
.section-program .program-list__item__body__text__sub {
  font-size: 1.6rem;
}

.oc-slider {
  margin-bottom: 11rem;
  padding: 3.2rem 0;
  background: #1F293B;
  transform: translateY(-0.5em) skew(0, -2deg);
  transform-origin: center left;
}
.oc-slider .swiper-wrapper {
  gap: 0.8rem;
  transition-timing-function: linear;
}
.oc-slider .swiper-wrapper .swiper-slide {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  width: fit-content;
  padding: 0.8rem 2rem;
  font-size: 1.5rem;
  border-radius: 100vw;
  background: #fff;
}
.oc-slider .swiper-wrapper .swiper-slide:nth-child(even) {
  color: #fff;
  background: #4D85B7;
}
.oc-slider .swiper-wrapper .swiper-slide .icon {
  color: #F9731E;
}

@media screen and (min-width: 769px) {
  .section-program {
    background-image: url(/assets/images/opencampus/program-bg.png);
    background-repeat: no-repeat;
    background-position: center 60%;
    background-size: 100% auto;
  }
  .section-program .l-container {
    width: 146rem;
    padding: 30rem 0 26rem;
  }
  .section-program .program-content {
    margin: auto;
  }
  .section-program .program-header {
    width: fit-content;
    margin: 0 auto 20rem;
  }
  .section-program .program-header__main {
    font-size: 8rem;
  }
  .section-program .program-header__sub {
    font-size: 2.4rem;
  }
  .section-program .program-header__illust.left {
    top: 50%;
    width: 9.6rem;
    transform: translate(-150%, -50%);
  }
  .section-program .program-header__illust.right {
    top: 50%;
    width: 9.3rem;
    transform: translate(150%, -50%);
  }
  .section-program .program-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
  .section-program .program-list__item {
    grid-template-columns: 16.6rem 1fr;
  }
  .section-program .program-list__item__header {
    justify-content: center;
  }
  .section-program .program-list__item__header .en {
    font-size: 2rem;
  }
  .section-program .program-list__item__header .num {
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    font-size: 3.6rem;
  }
  .section-program .program-list__item__body {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 4rem;
  }
  .section-program .program-list__item__body__text {
    flex: 0 0 22rem;
  }
  .section-program .program-list__item__body__text__main {
    font-size: 2.4rem;
  }
  .section-program .program-list__item__body__text__sub {
    font-size: 1.6rem;
  }
  .section-program .program-list__item__body__img {
    flex: 0 0 22rem;
  }
  .oc-slider {
    margin-bottom: 25rem;
    transform: translateY(-0.5em) skew(0, -2deg);
  }
  .oc-slider .swiper-wrapper {
    gap: 3rem;
  }
  .oc-slider .swiper-wrapper .swiper-slide {
    padding: 1rem 2.5rem;
    font-size: 2rem;
  }
}
.section-support .section-header .section-header__bg {
  height: 33.6rem;
}
.section-support .support-flex {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.section-support .support-box {
  padding: 2.8rem 2rem;
}
.section-support .support-box .support-box__title {
  margin-bottom: 3.2rem;
  padding: 2rem;
  text-align: center;
  font-size: 2.4rem;
  color: #1F293B;
  background: #DAE7ED;
  border-radius: 1rem;
}
.section-support .support-box .support-box__title .label {
  display: inline-block;
  padding: 0.2em 3em;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
  background: #1F293B;
  border-radius: 100vw;
}
.section-support .support-box .support-box__note {
  margin-bottom: 3.2rem;
}
.section-support .support-box .support-box__link {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (min-width: 769px) {
  .section-support .section-header .section-header__bg {
    height: 57rem;
  }
  .section-support .support-flex {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-support .support-box {
    padding: 4rem;
    border-radius: 4rem;
  }
  .section-support .support-box .support-box__title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin-bottom: 4rem;
  }
  .section-support .support-box .support-box__title .label {
    display: inline-block;
    padding: 0.2em 3em;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #fff;
    background: #1F293B;
    border-radius: 100vw;
  }
  .section-support .support-box .support-box__note {
    margin-bottom: 4rem;
  }
  .section-support .support-box .support-box__link {
    gap: 2rem;
  }
}
.section-access .l-section {
  margin-bottom: 24rem;
}
.section-access .section-header {
  margin-bottom: 5.4rem;
}
.section-access .section-header .section-header__bg {
  height: 13rem;
}
.section-access .access-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.section-access .access-map iframe {
  width: 100%;
  height: 28rem;
  display: block;
  border-radius: 2rem;
}
.section-access .access-flow__intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  margin-bottom: 4rem;
}
.section-access .access-flow__intro .access-flow__intro__img img {
  border-radius: 2rem;
}
.section-access .access-flow__intro .access-flow__intro__text .access-flow__intro__title {
  margin-bottom: 2rem;
}
.section-access .access-flow__title {
  padding: 1.2rem 2rem;
  margin-bottom: 14rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #1F293B;
  border-radius: 0.5rem;
}
.section-access .access-flow__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14rem;
}
.section-access .access-flow__item .access-flow__item__text__title {
  position: relative;
  margin-bottom: 1rem;
  padding: 0.4rem 0;
  font-size: 2.4rem;
  text-align: center;
  color: #1F293B;
  border: 0.3rem solid #1F293B;
  border-radius: 1rem;
  background: #fff;
}
.section-access .access-flow__item .access-flow__item__text__title .number {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  font-family: "Aoboshi One", serif;
  font-size: 3.6rem;
  color: #fff;
  background: #F9731E;
  border-radius: 50%;
  transform: translate(-50%, calc(-100% - 2rem));
}
.section-access .access-flow__map {
  margin-top: 4rem;
}
.section-access .access-flow__map img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .section-access .l-section {
    margin-bottom: 36rem;
  }
  .section-access .section-header .section-header__bg {
    height: 57rem;
  }
  .section-access .section-merit__bg-graphic {
    position: absolute;
    top: 0;
    right: 50%;
    z-index: -1;
    width: 41rem;
    transform: translate(120%, -20%);
  }
  .section-access .access-content {
    gap: 8rem;
  }
  .section-access .access-map iframe {
    height: 40rem;
  }
  .section-access .access-flow {
    width: 105rem;
    margin: 0 auto;
  }
  .section-access .access-flow__intro {
    grid-template-columns: 39rem 1fr;
    gap: 4rem;
    margin-bottom: 8rem;
  }
  .section-access .access-flow__intro .access-flow__intro__text .access-flow__intro__title {
    width: 39.6rem;
  }
  .section-access .access-flow__intro .access-flow__intro__text .access-flow__intro__note {
    font-size: 1.6rem;
  }
  .section-access .access-flow__title {
    font-size: 2rem;
    padding: 1.5rem 2.5rem;
  }
  .section-access .access-flow__items {
    gap: 8rem;
    margin-bottom: 8rem;
  }
  .section-access .access-flow__item .access-flow__item__text__title {
    margin-bottom: 2rem;
    padding-left: 12rem;
    font-size: 2.4rem;
    text-align: left;
  }
  .section-access .access-flow__item .access-flow__item__text__title .number {
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
  }
  .section-access .access-flow__item .access-flow__item__text__sub {
    font-size: 1.6rem;
  }
  .section-access .access-flow__map {
    width: 46rem;
    margin: auto;
  }
}
.oc {
  background: #F9731E;
}
.oc .l-section {
  margin-bottom: 0;
}
.oc .oc-container {
  position: relative;
  padding: 6.8rem 0 8rem;
}
.oc .l-container {
  position: relative;
  z-index: 1;
}
.oc .oc-decoration {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}
.oc .oc-decoration .oc-decoration-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 8rem;
  transform: translateY(-15%);
}
.oc .oc-decoration .oc-decoration-02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 8.2rem;
  transform: translateY(-15%);
}
.oc .oc-decoration .oc-decoration-03 {
  position: absolute;
  top: -6.8rem;
  left: 50%;
  width: 14.8rem;
  transform: translate(-50%, -50%);
}
.oc .oc-title {
  margin-bottom: 4rem;
  text-align: center;
  color: #fff;
}
.oc .oc-title .main {
  font-size: 5rem;
}
.oc .oc-title .sub {
  font-size: 2rem;
}
.oc .oc-button__wrap .oc-button__link {
  margin-bottom: 4rem;
}
.oc .oc-button__wrap .oc-button__link .button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 3rem 0;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  font-size: 2rem;
  background: #4D85B7;
  border-radius: 2rem;
}
.oc .oc-button__wrap .oc-button__link .button .text {
  margin: 0 4rem 0 1rem;
}
.oc .oc-button__wrap .oc-button__link .button .icon-angle-top-right {
  font-size: 1.4em;
}

@media screen and (min-width: 769px) {
  .oc .l-container {
    width: fit-content;
    padding: 0 6rem;
  }
  .oc .oc-container {
    padding: 8rem;
  }
  .oc .oc-decoration .oc-decoration-01 {
    width: 10.8rem;
    transform: translate(-100%, 0);
  }
  .oc .oc-decoration .oc-decoration-02 {
    width: 10.6rem;
    transform: translate(100%, 0);
  }
  .oc .oc-decoration .oc-decoration-03 {
    top: -1rem;
    left: 34rem;
    width: 19.6rem;
    transform: translate(0, 0);
  }
  .oc .flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    gap: 14rem;
  }
  .oc .oc-title {
    margin-bottom: 2rem;
    text-align: left;
  }
  .oc .oc-title .main {
    font-size: 8rem;
  }
  .oc .oc-button__wrap .oc-button__link {
    margin-bottom: 0;
  }
  .oc .oc-button__wrap .oc-button__link .button {
    gap: 1rem;
    width: 52rem;
    margin: auto;
    padding: 4.2rem 0;
    font-size: 2.4rem;
  }
  .oc .oc-button__wrap .oc-button__link .button .text {
    margin: 0 6rem 0 1rem;
  }
  .oc .oc-button__wrap .c-button {
    justify-content: flex-start;
    margin-top: 2rem;
  }
}
.journey-conversion {
  display: none;
}
/*# sourceMappingURL=style.css.map */
