:root {
  --side-width: 300px;
}

.main_screen.page_blog .grid_box {
  height: calc(60vh - 70px);
}
@media screen and (aspect-ratio: 16/9) {
  .main_screen.page_blog .grid_box {
    height: calc(90vh - 70px);
  }
}

.main_screen.page_blog .grid_box .left_item {
  grid-row: 1/span 3;
}

.main_screen .grid_box .left_item::before {
  top: 15px;
}

.main_screen .grid_box .left_item::after {
  bottom: -29px;
  left: 15px;
}

.page_head {
  background-color: #ff0;
  grid-row: 3/span 8;
  grid-column: 3/span 16;
  border-radius: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_head h3 {
  font-size: 1.2em;
  letter-spacing: 0.1em;
}

.archive_wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.column_blog {
  width: calc(clamp(300px, 96%, 1200px) - var(--side-width));
  margin: 1em;
  padding: 2em;
  box-sizing: border-box;
  background: #fff;
  border-radius: 1em;
}
.column_blog h2 {
  font-size: 1.4em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  margin: 1em 0 1em;
}
.column_blog h3 {
  font-size: 1.3em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  margin: 1em 0;
}
.column_blog h4 {
  font-size: 1.2em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  margin: 1em 0;
}
.column_blog h5 {
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  margin: 1em 0;
}
.column_blog p {
  font-size: 1em;
  letter-spacing: 0em;
  line-height: 1.6em;
  margin: 1em 0;
}
.column_blog figure {
  margin: 1em 0;
  width: 100%;
}
.column_blog figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.side_nav {
  width: var(--side-width);
  padding: 1em;
  background: #99ff83;
  border-radius: 1em 0 0 1em;
}
.side_nav h5 {
  font-size: 1.2em;
  display: flex;
  align-items: center;
  margin: 0 0 1em;
  padding: 0 0 0.3em;
  border-bottom: 4px dotted #4e8433;
}
.side_nav h5::before {
  content: "";
  display: block;
  width: 40px;
  height: 30px;
  background-image: url(../img/h_midashi.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.side_nav ul {
  padding: 0 1em 1em;
  list-style: none;
}
.side_nav li {
  font-size: 1em;
}
.side_nav li + li {
  margin: 0.3em 0 0;
  padding: 0.5em 0 0;
  border-top: 1px solid #fff;
}
.side_nav a {
  padding: 0.3em 0.1em;
  display: block;
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 767px) {
  .column_blog {
    flex-direction: column;
  }
  .page_main {
    width: clamp(300px, 96%, 1200px);
    margin: 1em auto;
  }
  .side_nav {
    width: clamp(300px, 96%, 1200px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .side_nav h5 {
    justify-content: center;
  }
  .side_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: clamp(300px, 100%, 600px);
    margin: 0 auto;
    list-style: initial;
    box-sizing: border-box;
  }
  .side_nav li {
    width: calc(300px - 1em);
    border-bottom: 1px solid #fff;
    margin: 0 0.5em;
  }
  .side_nav li + li {
    margin: 0 0.5em;
    padding: initial;
    border-top: initial;
  }
  .side_nav a {
    padding: 1em 0;
  }
}
.main_screen.suport_page .grid_box {
  height: calc(80vh - 70px);
}
@media screen and (aspect-ratio: 16/9) {
  .main_screen.suport_page .grid_box {
    height: calc(100vh - 70px);
  }
}

.page_head {
  background-color: #b0ffc6;
  background-image: url(../img/sub_titel_bg.png);
  overflow: hidden;
  position: relative;
}
.page_head .page_title {
  width: 50vw;
  position: relative;
}
.page_head .page_title img {
  width: clamp(300px, 96%, 500px);
  margin: 0 auto;
  display: block;
}

:root {
  --loop-child-height: calc( 100% / 3 ) ;
  --loop-time:30s;
  --loop-dley:-15s;
}
@media screen and (max-width: 768px) {
  :root {
    --loop-time:50s;
    --loop-dley:-25s;
  }
}

.slide_box {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: absolute;
  top: 0;
}
.slide_box .loop {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.slide_box .loop_sub {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.slide_box img {
  height: var(--loop-child-height);
  aspect-ratio: 4/3;
  box-sizing: border-box;
  padding: 0.5em;
}
.slide_box .loop img:nth-child(1) {
  transform: translate(-1em, 0.5em) rotate(5deg);
}
.slide_box .loop img:nth-child(2) {
  transform: translate(0em, 1em) rotate(-2deg);
}
.slide_box .loop img:nth-child(3) {
  transform: translate(-1em, 1em) rotate(2deg);
}
.slide_box .loop_sub img:nth-child(1) {
  transform: translate(-1em, 2px) rotate(5deg);
}
.slide_box .loop_sub img:nth-child(2) {
  transform: translate(0em, 1em) rotate(-2deg);
}
.slide_box .loop_sub img:nth-child(3) {
  transform: translate(-1em, 1em) rotate(2deg);
}

.slide_box.left {
  left: -1.5em;
}

.slide_box.right {
  right: -1.5em;
}

.slide_box .loop {
  animation: loop var(--loop-time) var(--loop-dley) linear infinite;
}

.slide_box .loop_sub {
  animation: loop2 var(--loop-time) 0s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-200%);
  }
}
.suport_page {
  position: relative;
  padding: 0;
}

.suport_page::before,
.suport_page::after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  z-index: 3;
  transform: translate(0, 6em);
}

.suport_page::before {
  width: 260px;
  height: 260px;
  background-image: url(../img/left_sub_animed.png);
  left: 1em;
}

.suport_page::after {
  width: 300px;
  height: 260px;
  background-image: url(../img/right_sub_animed.png);
  right: 1em;
}

.suport_about {
  padding: 6em 0;
  background-color: #92ff92;
}
.suport_about .inner {
  width: clamp(300px, 96%, 1000px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1em repeat(10, 1fr) 1em;
  grid-template-rows: 1em repeat(5, 1fr) 1em;
}
.suport_about .inner .ab_title {
  grid-row: 1/span 1;
  grid-column: 1/span 12;
  width: 300px;
  margin: 0 auto;
}
.suport_about .inner .ab_conte {
  grid-column: 1/span 12;
  grid-row: 1/span 7;
  width: clamp(300px, 96%, 950px);
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 2.2em;
}
.suport_about .description {
  padding: 1em;
  background: #fff;
  width: clamp(300px, 96%, 600px);
  margin: 2em auto 0;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0.6em;
  font-size: clamp(1.1rem, 1.0422rem + 0.2465vw, 1.2rem);
  letter-spacing: 0.2em;
  line-height: 1.7em;
}

.suport_service {
  padding: 6em 0;
}
.suport_service > figure {
  width: clamp(300px, 96%, 1200px);
  margin: 0 auto 2em;
}
.suport_service > figure img {
  width: clamp(300px, 96%, 600px);
  margin: 0 auto 1em;
  display: block;
}
.suport_service > figure::after {
  content: "";
  display: block;
  width: 3px;
  height: 4em;
  margin: auto;
  background: #5b9732;
  border-radius: 2px;
}
.suport_service .inner {
  width: clamp(300px, 96%, 1200px);
  margin: 0 auto;
  padding: 0 0 3em;
  overflow: hidden;
}
.suport_service .inner .flex_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.suport_service .inner figure {
  width: 500px;
  aspect-ratio: 256/293;
}
.suport_service .inner figure img {
  width: 92%;
  margin: auto;
  display: block;
}
.suport_service .inner .text_area {
  width: clamp(300px, 100%, 600px);
  box-sizing: border-box;
  padding: 3em;
  background: #fff;
  border-radius: 1em;
}
.suport_service .inner .text_area p {
  font-size: 1.1em;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}
.suport_service .inner .text_area p span {
  color: #649917;
}
.suport_service .inner .suport_cath {
  font-size: 1.2em;
  text-align: center;
  line-height: 1.8em;
  margin: 2em auto 4em;
  width: clamp(300px, 90%, 480px);
  position: relative;
  color: #649917;
}
.suport_service .inner .suport_cath span {
  background: linear-gradient(transparent 50%, #cdfc76 50%);
}
.suport_service .inner .suport_cath::before,
.suport_service .inner .suport_cath::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 0;
}
.suport_service .inner .suport_cath::before {
  background-image: url(../img/items001.png);
  left: 0;
  transform: translate(-3em, 1em);
}
.suport_service .inner .suport_cath::after {
  background-image: url(../img/items002.png);
  right: 0;
  transform: translate(3em, 1em);
}
.suport_service .inner .flex_box.active {
  align-items: flex-start;
  position: relative;
  margin: 0 auto 10em;
}
.suport_service .inner .flex_box.active::after {
  content: "";
  display: block;
  width: clamp(300px, 30vw, 500px);
  height: 500px;
  background-image: url(../img/suport_active002.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, 10em);
}
.suport_service .inner .sub_active {
  width: 120px;
  padding: 0 2em;
}
.suport_service .inner .text_active {
  padding: 3em;
  width: clamp(300px, 100%, 600px);
}

@media screen and (max-width: 1024px) {
  .main_screen.suport_page .grid_box {
    height: calc(70vh - 70px);
  }
  .suport_page::before {
    width: 180px;
    height: 180px;
  }
  .suport_page::after {
    width: 240px;
    height: 180px;
  }
  .suport_about .inner {
    grid-template-columns: 1em repeat(10, 1fr) 1em;
    grid-template-rows: 1em repeat(7, 1fr) 1em;
  }
  .suport_about .inner .ab_conte {
    grid-row: 3/span 7;
  }
  .suport_service .inner .flex_box.active::after {
    width: 280px;
    height: 280px;
    transform: translate(2em, 10em);
  }
}
@media screen and (max-width: 767px) {
  .main_screen.suport_page .grid_box {
    grid-template-columns: 0.3em 0.3em repeat(16, 1fr) 0.3em 0.3em;
    grid-template-rows: 1em 1em repeat(8, 1fr) 1em 1em;
    height: calc(-70px + 80vh);
  }
  .page_head .page_title {
    width: 300px;
  }
  .suport_page::before {
    width: 120px;
    height: 120px;
    left: 0.3em;
  }
  .suport_page::after {
    width: 180px;
    height: 120px;
    right: 0em;
  }
  .suport_about .inner .ab_title {
    width: 200px;
  }
  .suport_about .inner .ab_conte {
    grid-row: 5/span 7;
    padding: 0.5em;
  }
  .suport_service .inner .flex_box {
    flex-direction: column-reverse;
  }
  .suport_service .inner .text_area {
    padding: 2em;
  }
  .suport_service .inner figure {
    width: 100%;
  }
  .suport_service .inner .suport_cath {
    font-size: 1em;
  }
  .suport_service .inner .sub_active {
    display: none;
  }
  .suport_service .inner .flex_box.active {
    margin: 0 auto 260px;
  }
  .suport_service .inner .flex_box.active::after {
    transform: translate(2em, 260px);
  }
  .slide_box {
    flex-direction: row;
  }
  .slide_box img {
    padding: 1em;
  }
  .slide_box.left {
    top: -2em;
    left: 0;
  }
  .slide_box.left .loop img:nth-child(1) {
    transform: translate(0em, 0.5em) rotate(2deg);
  }
  .slide_box.left .loop img:nth-child(2) {
    transform: translate(0em, 1em) rotate(-2deg);
  }
  .slide_box.left .loop img:nth-child(3) {
    transform: translate(0em, 1em) rotate(2deg);
  }
  .slide_box.left .loop_sub img:nth-child(1) {
    transform: translate(0em, 0.5em) rotate(2deg);
  }
  .slide_box.left .loop_sub img:nth-child(2) {
    transform: translate(0em, 1em) rotate(-2deg);
  }
  .slide_box.left .loop_sub img:nth-child(3) {
    transform: translate(-1em, 1em) rotate(2deg);
  }
  .slide_box.right {
    bottom: -2em;
    left: 0;
    right: initial;
  }
  .slide_box.right .loop,
  .slide_box.right .loop_sub {
    align-items: flex-end;
  }
  .slide_box.right .loop {
    animation: loop_re var(--loop-time) var(--loop-dley) linear infinite;
  }
  .slide_box.right .loop_sub {
    animation: loop2_re var(--loop-time) 0s linear infinite;
  }
  .slide_box.right .loop img:nth-child(1) {
    transform: translate(0em, 0.5em) rotate(2deg);
  }
  .slide_box.right .loop img:nth-child(2) {
    transform: translate(0em, 1em) rotate(-2deg);
  }
  .slide_box.right .loop img:nth-child(3) {
    transform: translate(0em, 1em) rotate(2deg);
  }
  .slide_box.right .loop_sub img:nth-child(1) {
    transform: translate(0em, 0.5em) rotate(2deg);
  }
  .slide_box.right .loop_sub img:nth-child(2) {
    transform: translate(0em, 1em) rotate(-2deg);
  }
  .slide_box.right .loop_sub img:nth-child(3) {
    transform: translate(-1em, 1em) rotate(2deg);
  }
  .slide_box .loop,
  .slide_box .loop_sub {
    width: 100%;
    flex-direction: row;
  }
  @keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes loop2 {
    0% {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-200%);
    }
  }
  @keyframes loop_re {
    0% {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(100%);
    }
  }
  @keyframes loop2_re {
    0% {
      transform: translateX(-200%);
    }
    to {
      transform: translateX(0%);
    }
  }
}
.company_page .page_head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: top;
}

.main_screen.company_page .grid_box {
  height: calc(90vh - 70px);
}

.main_screen.company_page .grid_box .catch {
  position: relative;
  grid-row: 9/span 2;
  grid-column: 3/span 4;
  transform: translate(1em, 1em);
}
.main_screen.company_page .grid_box .catch img {
  width: 100%;
}

.company_area .inner {
  width: clamp(300px, 96%, 1000px);
  margin: 0 auto;
  background-color: #fff;
  padding: 3em;
  border-radius: 1em;
  box-sizing: border-box;
}
.company_area .inner dl {
  display: flex;
}
.company_area .inner dl + dl {
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #4db500;
}
.company_area .inner dt, .company_area .inner dd {
  box-sizing: border-box;
  padding: 1em;
}
.company_area .inner dt {
  width: 30%;
  text-align: right;
  font-size: 1.2em;
  letter-spacing: 0.2em;
}
.company_area .inner dd {
  width: 70%;
  font-size: clamp(1em, 2.2vw, 1.2em);
  letter-spacing: 0.1em;
  line-height: 1.8em;
}
.company_area .inner dd button {
  border: 0;
  background: #afaf26;
  border-radius: 1em;
  margin: 1em 0 0;
}
.company_area .inner dd button a {
  color: #fff;
  text-decoration: none;
  padding: 0.4em 1em;
  display: block;
  font-size: 1.1em;
  letter-spacing: 0.1em;
}
.company_area .inner .map iframe {
  width: 100%;
  height: 300px;
  border-radius: 0.6em;
  margin: 0 0 1em;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }
  .main_screen.company_page .grid_box {
    grid-template-columns: 0.3em 0.3em repeat(16, 1fr) 0.3em 0.3em;
    grid-template-rows: 0.3em 0.3em repeat(8, 1fr) 0.3em 0.3em;
    height: calc(60vh - 70px);
  }
  .main_screen.company_page .grid_box .catch {
    grid-column: 3/span 9;
  }
  .company_area .inner dl {
    flex-direction: column;
  }
  .company_area .inner {
    padding: 1em;
  }
  .company_area .inner dt, .company_area .inner dd {
    width: 100%;
    text-align: left;
    padding: 0.5em;
  }
}
.suport_about {
  position: relative;
}
.suport_about .inner {
  position: relative;
}
.suport_about .inner::before,
.suport_about .inner::after {
  content: "";
  display: block;
  width: 120px;
  height: 80px;
  background-image: url(../img/tanpopo_animed02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.suport_about .inner::before {
  position: absolute;
  bottom: 0;
  left: 0;
}
.suport_about .inner::after {
  position: absolute;
  bottom: 3em;
  right: 0;
}
.suport_about .animate::before {
  content: "";
  display: block;
  width: 240px;
  height: 240px;
  background-image: url(../img/apng/animated_test_tanpopo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 10em;
  left: 1em;
}
.suport_about .animate::after {
  content: "";
  display: block;
  width: 160px;
  height: 600px;
  background-image: url(../img/apng/animated_left_tanpopo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 0em;
  right: 0;
}

@media screen and (max-width: 767px) {
  .suport_about .inner::before,
  .suport_about .inner::after {
    width: 90px;
    height: 60px;
  }
  .suport_about .inner::after {
    bottom: -3em;
  }
  .suport_about .inner::before {
    bottom: -3em;
    transform: scale(-1, 1);
  }
  .suport_about .animate::before {
    width: 120px;
    height: 120px;
    bottom: initial;
    top: 6em;
  }
  .suport_about .animate::after {
    width: 80px;
    height: 300px;
    bottom: initial;
    top: 0;
  }
}
.event_lp {
  width: 100%;
  padding: 6em 0;
  background-color: #92ff92;
  background-image: url(../img/event/gara.png);
  background-size: initial;
  background-position: top;
  position: relative;
}
.event_lp .inner {
  width: clamp(300px, 96%, 900px);
  margin: 0 auto;
  padding: 2em;
  box-sizing: border-box;
  border-radius: 0.8em;
  background-color: #fff;
}
.event_lp .inner h2 {
  font-size: clamp(1.2rem, 1.0844rem + 0.4931vw, 1.4rem);
  text-align: center;
  margin: 1em auto 2em;
}
.event_lp .inner p {
  font-size: clamp(1.1rem, 1.0422rem + 0.2465vw, 1.2rem);
  text-align: center;
}
.event_lp .inner div + p,
.event_lp .inner p + h2 {
  margin: 2em auto;
}
.event_lp .inner p strong {
  font-size: clamp(1.1rem, 1.0422rem + 0.2465vw, 1.2rem);
  background: linear-gradient(transparent 50%, #ff0 50%);
  padding: 0.2em;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}
.event_lp .inner button {
  border: 0;
  background: #8BC34A;
  border-radius: 0.6em;
  margin: 2em auto;
  display: block;
}
.event_lp .inner button a {
  color: #fff;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  padding: 1em;
  display: block;
  text-decoration: none;
}
.event_lp .event_dis {
  width: clamp(300px, 96%, 600px);
  margin: 0 auto;
}
.event_lp .event_dis dl {
  display: flex;
  font-size: clamp(1.1rem, 1.0422rem + 0.2465vw, 1.2rem);
  letter-spacing: 0.1em;
  line-height: 1.6em;
}
.event_lp .event_dis dl + dl {
  margin: 1em 0;
}
.event_lp .event_dis dt {
  width: 120px;
  text-align: right;
  box-sizing: border-box;
  padding: 0 1em 0 0;
}
.event_lp .event_dis dd {
  width: calc(100% - 120px);
}
.event_lp .event_dis dd a {
  text-decoration: none;
  background: #4ddc23;
  color: #fff;
  display: block;
  padding: 0.2em 1em;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 1.3em;
  font-size: 0.9em;
  margin: 0 0 0 auto;
}
.event_lp .animate::before {
  content: "";
  display: block;
  width: 240px;
  height: 240px;
  background-image: url(../img/apng/animated_test_tanpopo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 10em;
  left: 1em;
}
.event_lp .animate::after {
  content: "";
  display: block;
  width: 160px;
  height: 600px;
  background-image: url(../img/apng/animated_left_tanpopo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 0em;
  right: 0;
}
@media screen and (max-width: 768px) {
  .event_lp .animate::before,
  .event_lp .animate::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .event_lp .event_dis dl {
    flex-direction: column;
  }
  .event_lp .event_dis dt {
    width: 100%;
    text-align: left;
  }
  .event_lp .event_dis dd {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.8em;
  }
  .event_lp .inner p {
    line-height: 1.6em;
    text-align: left;
  }
}
/* .day_flow::before {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}

.day_flow {
  margin: 3em 0 0;
  padding: 6em 0;
  background-color: #92ff92;
  background-image: url(../img/event/gara.png);
  background-size: initial;
  background-position: top;
  position: relative;
}
.day_flow .day_flow_inner {
  width: clamp(300px, 96%, 1166px);
  margin: 0 auto;
  box-sizing: border-box;
  padding: 1em;
  position: relative;
}
.day_flow .flow_title {
  width: clamp(300px, 50%, 500px);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 10px 1em 0 auto;
  box-sizing: border-box;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .day_flow .flow_title {
    width: 100%;
    position: initial;
    margin: 0 auto 3em;
  }
}
.day_flow ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 3em 2em;
}
@media screen and (max-width: 767px) {
  .day_flow ol {
    gap: 1em 0;
    flex-direction: column;
  }
}
.day_flow li {
  width: clamp(300px, 50% - 2em, 400px);
  background: #fff;
  box-sizing: border-box;
  padding: 1em 1em 2em;
  border-radius: 0.6em;
}
@media screen and (max-width: 767px) {
  .day_flow li {
    width: 100%;
  }
}
.day_flow li picture {
  width: 100%;
}
.day_flow li img {
  width: 100%;
}
.day_flow li h4, .day_flow li p {
  padding: 0 1em;
}
.day_flow li h4 {
  font-size: 1.2em;
  margin: 0.8em 0;
}
.day_flow li p {
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}
.day_flow li:nth-child(1) {
  transform: translate(0px, 0px);
}
.day_flow li:nth-child(2),
.day_flow li:nth-child(4),
.day_flow li:nth-child(6) {
  transform: translate(0px, 15em);
}
@media screen and (max-width: 767px) {
  .day_flow li:nth-child(2),
  .day_flow li:nth-child(4),
  .day_flow li:nth-child(6) {
    transform: translate(0px, 0em);
  }
} */

/* fllow */
.day_flow::before {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}

:root {
  --trans-h: 15em;
}

.day_flow {
  margin: 3em 0 0;
  padding: 6em 0;
  background-color: #92ff92;
  background-image: url(../img/event/gara.png);
  background-size: initial;
  background-position: top;
  position: relative;
}

.day_flow .day_flow_inner {
  width: clamp(300px, 96%, 1166px);
  margin: 0 auto var(--trans-h);
  box-sizing: border-box;
  padding: 1em;
  position: relative;
}

.day_flow .flow_title {
  width: clamp(300px, 50%, 500px);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 10px 1em 0 auto;
  box-sizing: border-box;
  padding: 1em;
}

@media screen and (max-width: 767px) {
  .day_flow .flow_title {
    width: 100%;
    position: initial;
    margin: 0 auto 3em;
  }
}

.day_flow ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 3em 2em;

}

@media screen and (max-width: 767px) {
  .day_flow ol {
    gap: 1em 0;
    flex-direction: column;
  }
}

.day_flow li {
  width: clamp(300px, 50% - 2em, 400px);
  background: #fff;
  box-sizing: border-box;
  padding: 1em 1em 2em;
  border-radius: 0.6em;
}

@media screen and (max-width: 767px) {
  .day_flow li {
    width: 100%;
  }
}

.day_flow li picture {
  width: 100%;
}

.day_flow li img {
  width: 100%;
}

.day_flow li h4,
.day_flow li p {
  padding: 0 1em;
}

.day_flow li h4 {
  font-size: 1.2em;
  margin: 0.8em 0;
}

.day_flow li p {
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}

.day_flow li:nth-child(1) {
  transform: translate(0px, 0px);
}



.day_flow li:nth-child(2),
.day_flow li:nth-child(4),
.day_flow li:nth-child(6) {
  transform: translate(0px, var(--trans-h));
}

@media screen and (max-width: 767px) {

  .day_flow li:nth-child(2),
  .day_flow li:nth-child(4),
  .day_flow li:nth-child(6) {
    transform: translate(0px, 0em);
  }
}

.day_flow .day_flow_inner .kiki_img {
  position: absolute;
  top: 34em;
  right: 0;
  width: clamp(120px, 15vw, 240px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .day_flow .day_flow_inner .kiki_img {
    top: 30em;
  }
}
@media screen and (max-width: 767px) {
  .day_flow .day_flow_inner {
    margin: 0 auto;
  }
}
