@charset "UTF-8";
:root {
  --color-main: #fc685a;
  --color-white: #fff;
  --color-accent01: #0097f4;
  --color-accent02: #4c5a6c;
  --color-accent03: #004fc4;
  --color-accent04: #31cfeb;
  --color-accent05: #e5f4fd;
  --color-accent06: #79ccff;
  --color-accent07: #dbff12;
  --color-accent08: #3ddec6;
  --color-plan01: #178962;
  --color-plan01-bg: #eafff7;
  --color-plan02: #87d951;
  --color-plan02-bg: #f0ffe6;
  --color-black: #2c3540;
  --color-txt: #222;
  --color-gray: #ddd;
  --color-gray02: #929dac;
  --color-link: #00f;
}

/* =======================================================
mv
======================================================= */
.ly-mv {
  position: relative;
  overflow: hidden;
}
.ly-mv::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 4;
  width: 100%;
  height: 64px;
  content: "";
  background: var(--color-white);
  transform: translateX(-50%);
}

.bl-mv.ly-cont-inner {
  position: relative;
  padding: 176px 0 49px;
}
.bl-mv.ly-cont-inner::before {
  position: absolute;
  top: 0;
  left: 170px;
  width: 1342px;
  height: 736px;
  content: "";
  background: url("../images/top/mv-bg.jpg") top center/contain no-repeat;
}
.bl-mv.ly-cont-inner::after {
  position: absolute;
  bottom: 0;
  left: -478px;
  z-index: 5;
  width: 966px;
  height: 220px;
  content: "";
  background: var(--color-accent01);
  border-radius: 0 80px 0 0;
}
.bl-mv-icon {
  position: absolute;
  width: 80px;
  filter: blur(8px);
  opacity: 0;
  animation: icon-in 1s ease-out forwards;
}
.bl-mv-icons {
  position: relative;
  z-index: 4;
  width: 336px;
  height: 182px;
  margin: 0 0 100px 408px;
}
.bl-mv-icon:first-of-type {
  top: 0;
  right: 0;
  animation-delay: 1.5s;
}
.bl-mv-icon:nth-of-type(2) {
  bottom: 75px;
  left: 120px;
  animation-delay: 2s;
}
.bl-mv-icon:nth-of-type(3) {
  bottom: 0;
  left: 0;
  animation-delay: 2.5s;
}
.bl-mv-img-wrapper {
  position: relative;
  z-index: 5;
  display: flex;
  width: 422px;
  margin-bottom: 92px;
}
.bl-mv-hgroup {
  position: relative;
  z-index: 6;
}
.bl-mv-txt {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-white);
}
.bl-mv-ttl {
  display: flex;
  width: 372px;
}
.bl-mv-animation01 {
  position: absolute;
  bottom: 64px;
  left: 260px;
  z-index: 3;
  width: 1016px;
  transform: rotate(180deg);
  transform-origin: center bottom;
  animation: gradation-rotate-half 1.5s linear forwards;
}
.bl-mv-animation02 {
  position: absolute;
  bottom: 312px;
  left: 541px;
  z-index: 4;
  width: 174px;
  transition: transform 0.1s ease-in-out;
}
.bl-mv-animation03 {
  position: absolute;
  bottom: 64px;
  left: 170px;
  z-index: 4;
  width: 1281px;
}

@keyframes gradation-rotate-half {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes icon-in {
  0% {
    filter: blur(8px);
    opacity: 0;
  }
  50% {
    filter: blur(0);
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
@media screen and (width <= 750px) {
  .ly-mv::after {
    height: 124px;
  }
  .bl-mv.ly-cont-inner {
    display: grid;
    padding: 156px 0 44px;
  }
  .bl-mv.ly-cont-inner::before {
    left: -30px;
    width: 750px;
    height: 975px;
    background: url("../images/top/mv-bg-sp.jpg") top center/contain no-repeat;
  }
  .bl-mv.ly-cont-inner::after {
    left: -30px;
    width: 720px;
    height: 240px;
    border-radius: 0 104px 0 0;
  }
  .bl-mv-icon {
    width: 96px;
  }
  .bl-mv-icons {
    order: 2;
    width: 396px;
    height: 224px;
    margin: 0 0 304px 74px;
  }
  .bl-mv-icon:nth-of-type(2) {
    bottom: 88px;
    left: 144px;
  }
  .bl-mv-img-wrapper {
    order: 1;
    width: 540px;
    margin-bottom: 120px;
  }
  .bl-mv-hgroup {
    order: 3;
  }
  .bl-mv-txt {
    margin-bottom: 32px;
    font-size: 28px;
  }
  .bl-mv-ttl {
    width: 442px;
  }
  .bl-mv-animation01 {
    bottom: 125px;
    left: -59px;
    width: 1118px;
  }
  .bl-mv-animation02 {
    bottom: 388px;
    left: 244px;
  }
  .bl-mv-animation03 {
    bottom: 124px;
    left: -30px;
    width: 750px;
  }
}
/* =======================================================
lecture
======================================================= */
.bl-lecture {
  padding: 40px 0 64px;
  background: var(--color-accent02);
}
.bl-lecture .el-sec-main-ttl {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 32px;
  color: var(--color-white);
}
.bl-lecture .el-sec-main-ttl::before {
  content: "";
}
.bl-lecture .el-sec-main-ttl::after {
  width: 78px;
  height: 64px;
  content: "";
  background: url("../images/top/lecture-img01.png") top center/contain no-repeat;
}
.bl-lecture-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.bl-lecture-item {
  opacity: 0;
  transform: translateY(50%);
}
.bl-lecture-item.--animation-in {
  animation: lecture-item-in 1s ease-out forwards;
}
.bl-lecture-item .bl-item-link {
  position: relative;
  display: block;
}
.bl-lecture-item .bl-item-link::after {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 0 0 20px 20px;
}
.bl-lecture-item .bl-item-ttl {
  padding: 1px 0 4px;
  font-size: 24px;
  color: var(--color-white);
  text-align: center;
  border-radius: 16px 16px 0 0;
}
.bl-lecture-item .bl-item-txt {
  position: relative;
  padding: 21px 0 23px;
  text-align: center;
  background: var(--color-white);
}
.bl-lecture-item .bl-item-txt::before {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 64px;
  height: 64px;
  content: "";
}
.bl-lecture-item .bl-item-txt-inner {
  position: relative;
  z-index: 2;
}
.bl-lecture-item.--ai-talent .bl-item-link::after {
  border-color: transparent transparent var(--color-accent03);
}
.bl-lecture-item.--ai-talent .bl-item-ttl {
  background: var(--color-accent03);
}
.bl-lecture-item.--ai-talent .bl-item-txt::before {
  background: url("../images/top/lecture-icon01.svg") top center/contain no-repeat;
}
.bl-lecture-item.--generate-ai .bl-item-link::after {
  border-color: transparent transparent var(--color-accent01);
}
.bl-lecture-item.--generate-ai .bl-item-ttl {
  background: var(--color-accent01);
}
.bl-lecture-item.--generate-ai .bl-item-txt::before {
  background: url("../images/top/lecture-icon02.svg") top center/contain no-repeat;
}
.bl-lecture-item.--corporation .bl-item-link::after {
  border-color: transparent transparent var(--color-accent04);
}
.bl-lecture-item.--corporation .bl-item-ttl {
  background: var(--color-accent04);
}
.bl-lecture-item.--corporation .bl-item-txt::before {
  background: url("../images/top/lecture-icon03.svg") top center/contain no-repeat;
}
.bl-lecture-item:nth-of-type(2) {
  animation-delay: 0.5s;
}
.bl-lecture-item:nth-of-type(3) {
  animation-delay: 1s;
}

@keyframes lecture-item-in {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (width <= 750px) {
  .bl-lecture {
    padding: 40px 0 80px;
  }
  .bl-lecture .el-sec-main-ttl {
    grid-template-columns: 1fr auto;
    gap: 0;
    align-items: end;
    margin-bottom: 40px;
    text-align: left;
  }
  .bl-lecture .el-sec-main-ttl::before {
    display: none;
  }
  .bl-lecture .el-sec-main-ttl::after {
    width: 96px;
    height: 80px;
  }
  .bl-lecture-list {
    grid-template-columns: auto;
    gap: 40px;
  }
  .bl-lecture-item .bl-item-link::after {
    right: 8px;
    bottom: 8px;
    border-width: 0 0 32px 32px;
  }
  .bl-lecture-item .bl-item-ttl {
    padding: 7px 0 11px;
    font-size: 32px;
    border-radius: 24px 24px 0 0;
  }
  .bl-lecture-item .bl-item-txt {
    padding: 25px 0 29px;
  }
  .bl-lecture-item .bl-item-txt::before {
    top: 20px;
    left: 30px;
    width: 96px;
    height: 96px;
  }
  .bl-lecture-item:nth-of-type(2) {
    animation-delay: 0s;
  }
  .bl-lecture-item:nth-of-type(3) {
    animation-delay: 0s;
  }
}
/* =======================================================
merit
======================================================= */
.bl-merit {
  padding: 88px 0 96px;
}
.bl-merit .el-sec-main-ttl {
  padding-top: 26px;
  margin-bottom: 40px;
}
.bl-merit .el-sec-main-ttl::before {
  width: 48px;
  height: 14px;
  background: url("../images/top/ttl-merit.svg") top center/contain no-repeat;
}
.bl-merit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.bl-merit-item .bl-item-figure {
  margin-bottom: 18px;
}
.bl-merit-item .bl-item-ttl {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

@media screen and (width <= 750px) {
  .bl-merit .el-sec-main-ttl {
    padding-top: 30px;
    margin-bottom: 56px;
  }
  .bl-merit .el-sec-main-ttl::before {
    width: 62px;
    height: 18px;
  }
  .bl-merit-list {
    grid-template-columns: auto;
    gap: 56px;
  }
  .bl-merit-item .bl-item-figure {
    margin-bottom: 24px;
  }
  .bl-merit-item .bl-item-ttl {
    margin-bottom: 24px;
    font-size: 34px;
  }
}
/* =======================================================
plan
======================================================= */
.bl-plan {
  padding: 88px 0 96px;
  background: var(--color-accent05);
}
.bl-plan .el-sec-main-ttl {
  padding-top: 30px;
  margin-bottom: 40px;
}
.bl-plan .el-sec-main-ttl::before {
  width: 34px;
  height: 18px;
  background: url("../images/top/ttl-plan.svg") top center/contain no-repeat;
}
.bl-plan-intro {
  text-align: center;
  margin-bottom: 8px;
}
.bl-plan-intro-att {
  margin-bottom: 40px;
  justify-content: center;
}
.bl-plan-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.bl-plan-item .bl-item-ttl {
  padding: 4px 0 7px;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  border-radius: 16px 16px 0 0;
}
.bl-plan-item .bl-item-figure {
  margin-bottom: 12px;
}
.bl-plan-item .bl-item-subttl {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.bl-plan-item .bl-item-dwrap {
  display: flex;
  justify-content: center;
}
.bl-plan-item .bl-item-dttl {
  display: flex;
}
.bl-plan-item .bl-item-dttl::after {
  content: "：";
}
.bl-plan-item .bl-item-att {
  justify-content: center;
  margin-top: 6px;
}
.bl-plan-item:first-of-type .bl-item-ttl {
  background: var(--color-accent03);
}
.bl-plan-item:nth-of-type(2) .bl-item-ttl {
  background: var(--color-accent01);
}
.bl-plan-item:last-of-type .bl-item-ttl {
  background: var(--color-accent04);
}

@media screen and (width <= 750px) {
  .bl-plan .el-sec-main-ttl {
    padding-top: 34px;
    margin-bottom: 56px;
  }
  .bl-plan .el-sec-main-ttl::before {
    width: 42px;
    height: 22px;
  }
  .bl-plan-intro {
    margin-bottom: 16px;
  }
  .bl-plan-intro-att {
    margin-bottom: 56px;
  }
  .bl-plan-list {
    grid-template-columns: auto;
    gap: 56px;
  }
  .bl-plan-item .bl-item-ttl {
    padding: 6px 0 9px;
    font-size: 34px;
    border-radius: 24px 24px 0 0;
  }
  .bl-plan-item .bl-item-figure {
    margin-bottom: 22px;
  }
  .bl-plan-item .bl-item-subttl {
    margin-bottom: 24px;
    font-size: 32px;
  }
  .bl-plan-item .bl-item-att {
    margin-top: 16px;
  }
}
/* =======================================================
dot-wrapper
======================================================= */
.bl-dot-wrapper {
  background-color: var(--color-white);
  background-image: radial-gradient(var(--color-accent05) 2px, transparent 2px);
  background-size: 16px 16px;
}

@media screen and (width <= 750px) {
  .bl-dot-wrapper {
    background-image: radial-gradient(var(--color-accent05) 3px, transparent 3px);
    background-size: 20px 20px;
  }
}
/* =======================================================
worries
======================================================= */
.bl-worries {
  padding: 96px 0 24px;
}
.bl-worries-ttl-wrapper {
  margin-bottom: 40px;
  text-align: center;
}
.bl-worries .el-sec-main-ttl {
  display: inline-grid;
  gap: 24px;
}
.bl-worries .el-sec-main-ttl .bl-worries-ttl-deco {
  position: relative;
  justify-self: center;
  padding: 9px 32px 11px 41px;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: 0.06em;
  background: var(--color-main);
  border-radius: 28px;
}
.bl-worries .el-sec-main-ttl .bl-worries-ttl-deco::after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-color: var(--color-main) transparent transparent transparent;
  border-style: solid;
  border-width: 12px 11px 0;
  transform: translateX(-50%);
}
.bl-worries-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.bl-worries-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px;
  background: var(--color-accent05);
  border-radius: 16px;
}
.bl-worries-item::before {
  height: 88px;
  content: "";
}
.bl-worries-item .bl-item-ttl {
  font-size: 20px;
  font-weight: 700;
}
.bl-worries-item:first-of-type::before {
  background: url("../images/top/worries-robot-img01.png") top center/contain no-repeat;
}
.bl-worries-item:nth-of-type(2)::before {
  background: url("../images/top/worries-robot-img02.png") top center/contain no-repeat;
}
.bl-worries-item:last-of-type::before {
  background: url("../images/top/worries-robot-img03.png") top center/contain no-repeat;
}

@media screen and (width <= 750px) {
  .bl-worries-ttl-wrapper {
    margin-bottom: 56px;
  }
  .bl-worries .el-sec-main-ttl {
    gap: 30px;
  }
  .bl-worries .el-sec-main-ttl .bl-worries-ttl-deco {
    padding: 6px 27px 9px 31px;
    font-size: 34px;
    border-radius: 32px;
  }
  .bl-worries .el-sec-main-ttl .bl-worries-ttl-deco::after {
    bottom: -17px;
    border-width: 18px 16px 0;
  }
  .bl-worries-list {
    grid-template-columns: auto;
  }
  .bl-worries-item {
    grid-template-columns: 104px 1fr;
    gap: 30px;
    padding: 12px 30px;
  }
  .bl-worries-item::before {
    height: 104px;
  }
  .bl-worries-item .bl-item-ttl {
    font-size: 30px;
  }
}
/* =======================================================
able
======================================================= */
.bl-able {
  padding-bottom: 96px;
}
.bl-able .el-sec-main-ttl {
  margin-bottom: 40px;
}
.bl-able-ttl-deco {
  display: grid;
  place-content: center;
  width: 168px;
  height: 56px;
  margin: 0 auto 24px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: url("../images/top/able-ttl-deco-bg.svg") top center/contain no-repeat;
}
.bl-able-ttl-txt {
  display: block;
  font-size: 26px;
}
.bl-able-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}
.bl-able-item {
  padding-top: 48px;
}
.bl-able-item .bl-item-inner {
  height: 100%;
  padding: 60px 16px 24px;
  background: var(--color-white);
  border: 2px solid;
  border-radius: 16px;
}
.bl-able-item .bl-item-ttl {
  position: relative;
  margin-bottom: 16px;
  font-size: 20px;
  text-align: center;
}
.bl-able-item .bl-item-ttl::before {
  position: absolute;
  top: -108px;
  left: 50%;
  width: 96px;
  height: 96px;
  content: "";
  transform: translateX(-50%);
}
.bl-able-item .bl-item-ttl.--animation::before {
  opacity: 0;
}
.bl-able-item .bl-item-ttl.--animation-in::before {
  animation: able-icon-in 1s ease-out forwards;
}
.bl-able-item:first-of-type .bl-item-inner {
  border-color: var(--color-accent03);
}
.bl-able-item:first-of-type .bl-item-ttl::before {
  background: url("../images/top/able-icon01.svg") top center/contain no-repeat;
}
.bl-able-item:nth-of-type(2) .bl-item-inner {
  border-color: var(--color-accent01);
}
.bl-able-item:nth-of-type(2) .bl-item-ttl::before {
  background: url("../images/top/able-icon02.svg") top center/contain no-repeat;
  animation-delay: 0.5s;
}
.bl-able-item:last-of-type .bl-item-inner {
  border-color: var(--color-accent04);
}
.bl-able-item:last-of-type .bl-item-ttl::before {
  background: url("../images/top/able-icon03.svg") top center/contain no-repeat;
  animation-delay: 1s;
}
.bl-able .bl-column {
  display: grid;
  grid-template: "img-wrapper ttl" "img-wrapper txt";
  grid-template-rows: auto 1fr;
  grid-template-columns: 256px 1fr;
  gap: 16px 38px;
  padding: 24px 64px 12px 12px;
  background: var(--color-accent01);
  border-radius: 16px;
}
.bl-able .bl-column-img-wrapper {
  grid-area: img-wrapper;
}
.bl-able .bl-column-ttl {
  grid-area: ttl;
  padding-bottom: 16px;
  font-size: 26px;
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: 0.06em;
  border-bottom: 1px solid var(--color-accent06);
}
.bl-able .bl-column-txt {
  grid-area: txt;
  color: var(--color-white);
}

@keyframes able-icon-in {
  0% {
    filter: blur(8px);
    opacity: 0;
  }
  50% {
    filter: blur(0);
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
@media screen and (width <= 750px) {
  .bl-able .el-sec-main-ttl {
    margin-bottom: 56px;
  }
  .bl-able-ttl-deco {
    width: 100%;
    height: 64px;
    font-size: 30px;
  }
  .bl-able-ttl-txt {
    font-size: 32px;
  }
  .bl-able-list {
    grid-template-columns: auto;
    margin-bottom: 56px;
  }
  .bl-able-item {
    padding-top: 0;
  }
  .bl-able-item .bl-item-inner {
    padding: 32px 30px;
  }
  .bl-able-item .bl-item-ttl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 30px;
    align-items: center;
    margin-bottom: 32px;
    font-size: 32px;
    text-align: left;
  }
  .bl-able-item .bl-item-ttl::before {
    position: relative;
    top: initial;
    left: initial;
    width: 120px;
    height: 120px;
    transform: none;
  }
  .bl-able-item:nth-of-type(2) .bl-item-ttl::before {
    animation-delay: 0s;
  }
  .bl-able-item:last-of-type .bl-item-ttl::before {
    animation-delay: 0s;
  }
  .bl-able .bl-column {
    grid-template: "ttl" "img-wrapper" "txt";
    grid-template-rows: auto;
    grid-template-columns: auto;
    gap: 32px;
    padding: 32px 30px;
  }
  .bl-able .bl-column-img-wrapper {
    width: 288px;
    margin: 0 auto;
  }
  .bl-able .bl-column-ttl {
    padding-bottom: 0;
    font-size: 40px;
    text-align: center;
    border-bottom: none;
  }
}
/* =======================================================
course
======================================================= */
.bl-course {
  padding: 88px 0 96px;
  background: var(--color-accent02);
}
.bl-course .el-sec-main-ttl {
  padding-top: 22px;
  margin-bottom: 40px;
  color: var(--color-white);
}
.bl-course .el-sec-main-ttl::before {
  width: 64px;
  height: 10px;
  background: url("../images/top/ttl-course.svg") top center/contain no-repeat;
}
.bl-course-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.bl-course-item {
  display: grid;
  justify-content: center;
}
.bl-course-item .bl-item-figure {
  position: relative;
  margin-bottom: 24px;
}
.bl-course-item .bl-item-figure > figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-grid;
  padding: 4px 42px 7px;
  font-size: 26px;
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: 0.06em;
  border-top-right-radius: 24px;
}
.bl-course-item .bl-item-txt {
  margin-bottom: 24px;
  color: var(--color-white);
}
.bl-course-item .bl-item-btn {
  justify-self: center;
}
.bl-course-item:first-of-type .bl-item-figure > figcaption {
  background: var(--color-accent03);
}
.bl-course-item:nth-of-type(2) .bl-item-figure > figcaption {
  background: var(--color-accent01);
}

@media screen and (width <= 750px) {
  .bl-course .el-sec-main-ttl {
    padding-top: 28px;
    margin-bottom: 56px;
  }
  .bl-course .el-sec-main-ttl::before {
    width: 102px;
    height: 16px;
  }
  .bl-course-list {
    grid-template-columns: auto;
    gap: 56px;
  }
  .bl-course-item .bl-item-figure {
    margin-bottom: 32px;
  }
  .bl-course-item .bl-item-figure > figcaption {
    padding: 4px 60px 8px;
    font-size: 36px;
  }
  .bl-course-item .bl-item-txt {
    margin-bottom: 32px;
  }
}
/* =======================================================
attraction
======================================================= */
.bl-attraction {
  padding: 88px 0 96px;
}
.bl-attraction .el-sec-main-ttl {
  padding-top: 24px;
  margin-bottom: 40px;
}
.bl-attraction .el-sec-main-ttl::before {
  width: 80px;
  height: 12px;
  background: url("../images/top/ttl-attraction.svg") top center/contain no-repeat;
}
.bl-attraction .bl-column {
  display: grid;
  gap: 16px 32px;
}
.bl-attraction .bl-column-list {
  display: grid;
  gap: 40px;
}
.bl-attraction .bl-column:nth-of-type(odd) {
  grid-template: "img-wrapper ttl" "img-wrapper txt";
  grid-template-rows: auto 1fr;
  grid-template-columns: 496px 1fr;
}
.bl-attraction .bl-column:nth-of-type(even) {
  grid-template: "ttl img-wrapper" "txt img-wrapper";
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 496px;
}
.bl-attraction .bl-column-img-wrapper {
  grid-area: img-wrapper;
}
.bl-attraction .bl-column-ttl {
  grid-area: ttl;
  padding-bottom: 16px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-bottom: 1px solid var(--color-gray);
}
.bl-attraction .bl-column-txt {
  grid-area: txt;
}

@media screen and (width <= 750px) {
  .bl-attraction .el-sec-main-ttl {
    padding-top: 32px;
    margin-bottom: 56px;
  }
  .bl-attraction .el-sec-main-ttl::before {
    width: 120px;
    height: 18px;
  }
  .bl-attraction .bl-column {
    gap: 32px;
  }
  .bl-attraction .bl-column-list {
    gap: 56px;
  }
  .bl-attraction .bl-column:nth-of-type(odd) {
    grid-template: "ttl" "img-wrapper" "txt";
    grid-template-rows: auto;
    grid-template-columns: auto;
  }
  .bl-attraction .bl-column:nth-of-type(even) {
    grid-template: "ttl" "img-wrapper" "txt";
    grid-template-rows: auto;
    grid-template-columns: auto;
  }
  .bl-attraction .bl-column-ttl {
    padding-bottom: 0;
    font-size: 36px;
    text-align: center;
    border-bottom: none;
  }
}