@charset "UTF-8";
/*
Theme Name:dataadventure site
Theme URI:
Description: Original Template 
Version: 2.0
Author:
Author URI:
*/

/** 202309以前のStyleは、"/original/style.css" で定義　以降の追加用**/

img {
  max-width: 100%;
  height: auto;
}

.case_index.material {
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.case_index.material article:nth-child(1) {
  margin-bottom: 3%;
}
.case_index.material article {
  align-self: stretch;
  position: relative;
  width: 32%;
  margin-right: 1%;
  margin-bottom: 3%;
}

@media screen and (max-width: 770px) {
  .case_index.material article {
    width: 100%;
    margin-right: 0;
  }
}

.case_index.material article .text__title_top {
  margin-bottom: 58px;
}

@media screen and (max-width: 770px) {
  .case_index.material article .text__title_top {
    margin-bottom: 40px;
  }
}

div.thumbnail {
  display: flex;
  align-items: center;
}
.case_index.pages .text__area {
  align-content: flex-start;
}

/* tag一覧時の表示 */

.text__category {
  display: block;
  position: absolute;
  bottom: 0;
  width: 92.6%;
}

.post-categories {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding: 4px;
  border-radius: 4px;
  background: #d7003a;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
}

.post-categories li {
  margin-right: 0.5rem;
}

@media screen and (max-width: 770px) {
  .post-categories li {
    margin-right: 0.8rem;
  }
}

/** お役立ちページ　「目的から選ぶ」tagボタン現在地表示用　**/

ul.tag_menu.digital_marketing li.digital_marketing a {
  background: #d7003a;
  color: #ffffff;
}

ul.tag_menu.ai_learning li.ai_learning a {
  background: #d7003a;
  color: #ffffff;
}

ul.tag_menu.visualisation li.visualisation a {
  background: #d7003a;
  color: #ffffff;
}

ul.tag_menu.application li.application a {
  background: #d7003a;
  color: #ffffff;
}
ul.tag_menu.development li.development a {
  background: #d7003a;
  color: #ffffff;
}
/*tagが増えた場合は、
ul.tag_menu.XXXX li.XXX a 
を複製しXXXをtagスラッグに置き換え tagのスラッグをclass出力しています　**/

/* pager wp-pagenavi　style　*/

.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid #d7003a !important;
  border-radius: 4px;
  background: #ffffff;
  color: #d7003a;
  text-decoration: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #d7003a !important;
  background: #d7003a;
  color: #ffffff;
}

/*** media contents  
************************************************************/

#media-slide {
  width: 100%;
  min-height: 460px;
  margin-top: 85px;
  background: #d1003a;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  margin: 3rem auto;
  background: #ffffff;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0.4rem;
  border: 1px solid;
  background: transparent;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}

.top_swiper-inner_thumbnail {
  aspect-ratio: 16 / 9;
}

.top_swiper-inner_thumbnail img {
  width: 100%;
  max-width: none;
  height: auto;
}

.top_swiper-inner_texts {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding: 18px;
}
.top_swiper-inner_cat {
  width: 160px;
  margin-right: 1rem;
  padding: 4px 8px;
  border-radius: 3px;
  background: #01004d;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
.top_swiper-inner_title {
  width: calc(100% - (160px + 1rem));
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}
.swiper-slide a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
	
  #media-slide {
    min-height: 350px;
  }
  .top_swiper-inner_texts {
    padding: 8px;
  }
  .top_swiper-inner_cat {
    width: 80px;
    padding: 4px 4px;
    font-size: 9px;
  }
  .top_swiper-inner_title {
    width: calc(100% - (80px + 1rem));
    font-size: 11px;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 3px;
  }
}

#new_index,
#new_topics,
#media_index {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 0;
}

@media screen and (min-width: 1100px) {
  #new_index .page_inner,
  #new_topics .page_inner,
  #media_index .page_inner {
    padding: 0;
  }
}

#new_topics {
  padding-bottom: 32px;
}

#new_index .case_index.material article:nth-child(1),
#new_index .case_index.material article:nth-child(2) {
  width: 98%;
  padding: 1.5%;
  background: #ffffff;
  text-align: left;
}

#new_index .case_index.material article:nth-child(1) a,
#new_index .case_index.material article:nth-child(2) a {
  display: flex;
  justify-content: space-between;
}

#new_index .case_index.material article:nth-child(1) .thumbnail,
#new_index .case_index.material article:nth-child(2) .thumbnail {
  width: 40%;
}

#new_index .text__area,
#new_topics .text__area {
  position: relative;
}

#new_index h2,
#new_topics h2 {
  color: #cc0034;
  font-weight: bold;
  font-size: 2.3em;
}

#new_index h2 span,
#new_topics h2 span {
  padding-left: 2rem;
  color: #000000;
  font-weight: normal;
  font-size: 0.7em;
}

#new_index .text__title {
  font-weight: bold;
  font-size: 1.35em;
  line-height: 1.4;
}

#new_topics .text__title {
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.4;
}

#media_index .text__title {
  font-weight: bold;
  font-size: 1.35em;
  line-height: 1.4;
}

#new_index .text__area {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  min-height: 260px;
}

#media_index .text__area {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  min-height: 260px;
}

#new_index .case_index.material article:nth-child(1) .text__area,
#new_index .case_index.material article:nth-child(2) .text__area {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: relative;
  width: 58%;
  min-height: auto;
}

#new_index .case_index.material article:nth-child(1) .text__area .text__cat_data,
#new_index .case_index.material article:nth-child(2) .text__area .text__cat_data {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#new_index .case_index.material article:nth-child(1) .text__area .text__title,
#new_index .case_index.material article:nth-child(2) .text__area .text__title {
  font-size: 1.9em;
}

#new_index .text__cat_data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 1rem;
}

#media_index .text__cat_data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 1rem;
}

#new_topics .text__area {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

#new_topics .text__cat_data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  background: #ffffff;
}

.notes {
  display: flex;
  flex-wrap: wrap;
  color: #808080;
}
.notes_name {
  padding-right: 1rem;
}

.cat__label {
  margin-right: 1rem;
  padding: 0 1rem;
  border-radius: 3px;
  background: #01004d;
  color: #ffffff;
  font-size: 1.07em;
  text-align: center;
}

.btn_link {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .btn_link {
    padding: 3%;
  }
}

@media screen and (max-width: 1090px) {
  .media_header_title {
    padding: 0 3.2%;
  }
}

@media screen and (max-width: 889px) {
  #new_index .page_inner,
  #media_index .page_inner,
  #new_topics .page_inner {
    padding: 0 3.2%;
  }

  #new_index .case_index.material article {
    width: 100%;
  }
  #media_index .case_index.material article {
    width: 100%;
  }
  #new_index .case_index.material article a,
  #new_topics .case_index.pages article a,
  #media_index .case_index.material article a {
    display: flex;
    justify-content: space-between;
  }
  #new_topics .case_index.pages .thumbnail,
  #new_index .case_index.material .thumbnail,
  #media_index .case_index.material .thumbnail {
    width: 40%;
  }
  #new_topics .case_index.pages .text__area,
  #new_index .case_index.material .text__area,
  #media_index .case_index.material .text__area {
    width: 57%;
    min-height: auto;
  }
  #new_index .text__cat_data {
    margin-top: 0;
  }

  #new_index .text__area {
    min-height: auto;
  }
  #new_index .text__title,
  #new_topics .text__title,
  #media_index .text__title {
    font-size: 0.82em;
  }

  #new_index .text__dec,
  #new_topics .text__dec,
  #media_index .text__dec {
    display: none;
  }

  .notes_name {
    width: 100%;
  }

  #new_index .case_index.material article:nth-child(2) .text__area .text__title {
    font-size: 0.82em;
  }

  #new_index .case_index.material article:nth-child(1) a {
    flex-wrap: wrap;
  }

  #new_index .case_index.material article:nth-child(1) .thumbnail {
    width: 100%;
  }
  #new_index .case_index.material article:nth-child(1) .text__area {
    width: 100%;
  }
  #new_index .case_index.material article:nth-child(1) .text__area .text__title {
    font-size: 1.037em;
  }
  #new_index .case_index.material article:nth-child(1) .text__area .text__dec {
    display: block;
  }
  #new_index .case_index.material article:nth-child(1) .text__area .text__cat_data {
    flex-wrap: wrap;
    margin-top: 0.8rem;
  }

  #new_index .case_index.material article:nth-child(1) {
    width: 100%;
    padding: 3%;
  }
  #new_index .case_index.material article:nth-child(2) {
    width: 100%;
  }
  .notes {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.5rem;
    font-size: 0.6em;
  }
  .cat__label {
    font-size: 0.6em;
    width: 180px;
  }
  .notes_name {
    line-height: 1;
  }
  #new_index h2,
  #new_topics h2 {
    display: block;
    font-size: 1.178em;
  }
  #new_index h2 span,
  #new_topics h2 span {
    display: block;
    padding-left: 0;
    font-size: 0.7em;
  }
  #media-slide {
    min-height: auto;
  }
}

.cat__media_header {
  display: block;
  margin-top: 85px;
  background: #d1003a;
}
.media_header_title {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  max-width: 1080px;
  min-height: 180px;
  margin: auto;
}

.media_header_title h1 {
  width: 100%;
  color: #ffffff;
  font-size: 2.35em;
}

.media_header_title p {
  width: 100%;
  color: #000000;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1;
}
@media screen and (max-width: 889px) {
  .media_header_title {
    min-height: 85px;
  }

  .media_header_title h1 {
    font-size: 1.178em;
  }
  .media_header_title p {
    font-size: 0.7em;
  }
  #media_index {
    padding-top: 1px;
  }
  #media_index .page_inner {
    margin-top: 0;
  }
}

/*** media SINGLE contents  
************************************************************/

.media_header_title__single {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  max-width: 1030px;
  min-height: 180px;
  margin: auto;
  padding: 30px 0 200px;
}

.single__inner {
  padding: 0 25px 0 35px;
  border-left: 4px solid #ffffff;
}

.media_header_title__single h1 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.5;
}

.single__inner .text__cat_data {
  display: flex;
  font-size: 1.1em;
}

.single__inner .cat__label {
  padding: 0 2rem;
  border: 1px solid #01004d;
  background: none;
  color: #01004d;
  line-height: 30px;
}
.single__inner .notes {
  color: #000000;
}

.img-icatch {
  max-width: 1030px;
  margin: -156px auto 0;
  /*border: 1px solid #cc0034;*/
  box-sizing: border-box;
}

.media_single {
  max-width: 1030px;
  margin-top: 0;
  padding-top: 0;
}

.media_single h2 {
  margin-bottom: 1rem;
  color: #cc0034;
  font-weight: bold;
  font-size: 23px;
}

.media_single h3 {
  margin-bottom: 1rem;
  color: #cc0034;
  font-weight: bold;
  font-size: 19px;
}

.media_single h4 {
  margin-bottom: 1rem;
  color: #cc0034;
  font-weight: bold;
  font-size: 17px;
}

.list_style--gray {
  margin-bottom: 1rem;
  padding: 6.7% 5.8%;
  background: #ebebeb;
}

.list_style--gray dt {
  color: #cc0034;
  font-size: 21px;
}
.list_style--gray dt::before {
  margin-right: 2px;
  content: '●';
}
.list_style--gray dd {
  padding-left: 1.5rem;
}

.list_style--kakomi {
  margin-bottom: 1rem;
  padding: 6.7% 5.8%;
  border: 1.5px solid #cc0034;
}
.list_style--kakomi li {
  margin-bottom: 1rem;
  font-size: 21px;
}
.list_style--kakomi li::before {
  margin-right: 2px;
  color: #cc0034;
  content: '●';
}

.area_style__red {
  margin-bottom: 1rem;
  padding: 6.7% 5.8%;
  background: #cc0034;
  color: #ffffff;
}

.inner_title {
  margin-bottom: 1rem;
  padding-bottom: 8px;
  border-bottom: 2px solid #ffffff;
  font-size: 21px;
}

.area_style__gray {
  margin-bottom: 1rem;
  padding: 6.7% 5.8%;
  background: #ebebeb;
}

.area_style__gray .inner_title {
  border-bottom: 2px solid #cc0034;
  color: #cc0034;
}

.single_notes_name {
  text-align: right;
}

/* TOPページ用 2024-07 */

.top-visual__movie {
  display: block;
}

@media (max-width: 768px) {
  .top-visual__movie video {
    display: none;
  }
}

/* 提供サービスページ用 2024-07 */

.service_btn__area {
  display: flex;
  justify-content: center;
  margin: 0;
}

a.service_btn__red {
  display: inline-block;
  width: auto;
  height: 55px;
  padding: 16px 32px;
  border-radius: 25px;
  box-shadow: 3px 3px 10px #ababab, -3px -3px 10px #ffffff;
  background: #d7003a;
  color: #ffffff;
  font-weight: 600;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  text-shadow: none;

  -webkit-box-shadow: 3px 3px 10px #ababab, -3px -3px 10px #ffffff;
}

span.service_btn__white {
  display: inline-block;
  width: auto;
  padding: 12px 24px;
  border-radius: 25px;
  box-shadow: 2px 2px 10px #e0e0e0, -2px -2px 10px #ffffff;
  background: #f3f3f3;
  color: #4d4d4d;
  font-weight: 600;
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  text-shadow: none;

  -webkit-box-shadow: 2px 2px 10px #e0e0e0, -2px -2px 10px #ffffff;
}

.top_title {
  line-height: 100.8px;
  margin-bottom: 82px;
}

.top_br, .service_br {
  display: none;
}

@media screen and (max-width: 768px) {
  .top_title {
    font-size: 33.6px;
    line-height: 50.4px;
    margin-bottom: 35px;
  }

  .top_br, .service_br {
    display: inline;
  }
}

.title_direction {
  font-weight: 400;
  font-size: 20px;
  line-height: 42px;
}

@media screen and (max-width: 768px) {
  .title_direction {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0rem;
  }
}

@media screen and (max-width: 768px) {
  .page_inner {
     padding-left: 15px; /* 左側に15pxの余白 */
        padding-right: 15px; /* 右側に15pxの余白 */
  }
}

.gradation {
  overflow-x: hidden;
  background: -moz-linear-gradient(top,#ffffff 5%,#FFEDE9); 
  background: -webkit-linear-gradient(top,#ffffff 5%,#FFEDE9);
  background:linear-gradient(to bottom,#ffffff 5%,#FFEDE9);
}

.service_title {
  z-index: 2;
  font-weight: 700;
  font-size: 48px;
  line-height: 96px;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .service_title {
    font-size: 20px;
    line-height: 32px;
    margin: 82px 0 30px;
  }
}

.service_direction {
  font-weight: 500;
  font-size: 20px;
  line-height: 48px;
  padding: 0 8px;
  margin-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .service_direction {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 50px;
  }
}

.service_img {
  margin-bottom: 157px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .service_img {
    padding: 0 10px;
    margin-bottom: 71px;
  }
}

.service_img.margin1 {
  margin-top: -20px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .service_img.margin1 {
    margin-top: -13px;
    margin-bottom: 50px;
  }
}

.service_img.margin2 {
  margin-top: -20px;
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .service_img.margin2 {
    margin-top: -13px;
    margin-bottom: 60px;
  }
}

.text__center {
  position: relative;
}

.service__logo1 {
  opacity: 1;
  z-index: 0;
  overflow-x: hidden;
  width: 310px;
  top: 40px;
  right: -70px;
}

@media screen and (max-width: 768px) {
  .service__logo1 {
    opacity: 1;
    z-index: 0;
    overflow-x: hidden;
    width: 145.98px;
    top: 160px;
    right: 10px;
  }
}

.service__logo2 {
  opacity: 1;
  z-index: 0;
  overflow-x: hidden;
  width: 310px;
  top: -40px;
  right: -70px;
}

@media screen and (max-width: 768px) {
  .service__logo2 {
    opacity: 1;
    z-index: 0;
    overflow-x: hidden;
    width: 145.98px;
    top: 75px;
    right: 10px;
  }
}

.under_line {
  display: inline-block;
  padding: 0 2rem 1rem;
  border-bottom: 2px solid #d7003a;
}

.contents_title {
  margin-bottom: 54px;
}

@media screen and (max-width: 768px) {
  .contents_title {
    font-size: 22px;
    margin-bottom: 33px;
  }
}

.service_inner__rectangle {
  position: relative;
  margin-bottom: 50px;
  display: flex;
}

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

.sp {
  display: none;
}

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

.service_inner__Element.left {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .service_inner__Element.left {
    margin-left: 19px;
    margin-bottom: 10px;
    width: 227px;
    position: relative;
    z-index: 1;
  }
}

.service_inner__title {
  max-width: 516px;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  background-color: #d7003a;
  border-top-left-radius: 2px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 2px;
}

@media screen and (max-width: 768px) {
  .service_inner__title {
    max-width: 350px;
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.service_inner__text {
  max-width: 740px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .service_inner__text {
    font-size: 14px;
    line-height: 22.4px;
    margin: 0 19px 5px;
  }
}

.service_inner__wrap {
  position: relative;
  z-index: 1;
  display: flex;
}

.service_inner__wrap2 {
  position: relative;
  z-index: 1;
  display: flex;
}

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

.service_inner__sub1 {
  letter-spacing: normal;
  width: 229px;
  padding-left: 5px;
  color: #d7003a;
  font-weight: 700;
  font-size: 14px;
  background-color: #ffffff;
  border-top-left-radius: 2px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 2px;
}

@media screen and (max-width: 768px) {
  .service_inner__sub1 {
    width: 140px;
    margin-left: 19px;
    margin-bottom: 20px;
    padding-left: 3px;
    font-weight: 700;
    font-size: 9px;
  }
}

.service_inner__sub2 {
  letter-spacing: normal;
  width: 314px;
  padding-left: 5px;
  color: #d7003a;
  font-weight: 700;
  font-size: 14px;
  background-color: #ffffff;
  border-top-left-radius: 2px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 2px;
}

@media screen and (max-width: 768px) {
  .service_inner__sub2 {
    width: 192px;
    margin-left: 10px;
    margin-bottom: 20px;
    padding-left: 3px;
    font-weight: 700;
    font-size: 9px;
  }
}

.service_inner__sub3 {
  letter-spacing: normal;
  width: 298px;
  padding-left: 5px;
  color: #d7003a;
  font-weight: 700;
  font-size: 14px;
  background-color: #ffffff;
  border-top-left-radius: 2px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 2px;
}

@media screen and (max-width: 768px) {
  .service_inner__sub3 {
    width: 184px;
    margin-left: 19px;
    margin-bottom: 20px;
    padding-left: 3px;
    font-weight: 700;
    font-size: 9px;
  }
}

.service_inner__rectangle > .service_inner__Element > .service_inner__wrap > .service_inner__sub1 {
  margin-right: 10px;
}

.service_inner__rectangle > .service_inner__Element > .service_inner__wrap2 > .service_inner__sub2 {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .sp > .service_inner__wrap2 > .service_inner__sub2 {
    margin-left: 19px;
    margin-bottom: 5px;
  }
}

.flex_container {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_container.last {
  padding-bottom: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .flex_container {
    margin-bottom: 60px;
    padding: 0 19px;
  }
}

.flex_item {
  width: 32%;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .flex_item {
    width: 48%;
    margin-bottom: 20px;
  }
}

.flex_item__img {
  cursor: pointer;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .flex_item__img {
    margin-bottom: 5px;
  }
}

.flex_item__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 22.4px;
}

@media screen and (max-width: 768px) {
  .flex_item__title {
    font-size: 11px;
    line-height: 17.6px;
  }
}

.flex_item__text {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
}

@media screen and (max-width: 768px) {
  .flex_item__text {
    font-size: 10px;
    line-height: 14px;
  }
}

.image-popup {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  z-index: 10000; /* 他の要素の上に表示 */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* 半透明の背景 */
  text-align: center;
}

.image-popup img {
  max-width: 90%; /* 画像の最大幅を90%に設定 */
  max-height: 90%; /* 画像の最大高さを90%に設定 */
  margin-top: 10%; /* 上から10%の位置に表示 */
}

@media screen and (max-width: 768px) {
  .image-popup img {
    margin-top: 20%; /* 上から20%の位置に表示 */
  }
}

@media screen and (max-width: 500px) {
  .image-popup img {
    margin-top: 35%; /* 上から35%の位置に表示 */
  }
}

.close {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
}

.phase_list__area {
  width: 90%;
  margin: 30px auto;
}

@media screen and (max-width: 499.9px) {
  .phase_list__area {
    width: 100%;
    margin: 30px auto;
  }
}

.phase_list__line {
  width: 100%;
  margin: 20px auto;
}

.phase_list__contents {
  margin-top: 8px;
  padding: 2rem;
  border: 2px solid #f3f3f3;
}

@media screen and (max-width: 499.9px) {
  .phase_list__contents {
    padding: 1.5rem;
  }
}

.phase_list__sub {
  display: flex;
  align-items: center;
  color: #d7003a;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;

  column-gap: 1rem;
}

.phase_list__dsc {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.phase_list__dsc p {
  font-size: 1.5rem;
  margin: 0;
}

.phase_list__btn {
  display: flex;
  justify-content: end;
  margin-top: 2rem;

  column-gap: 12px;
}

@media screen and (max-width: 815px) {
  .phase_list__btn {
    flex-direction: column;
    align-items: end;

    row-gap: 12px;
  }
}

.down_arrow {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 64px;
  height: 16px;
  margin: 0 auto;
  background: #d7d7d7;
}

.footer_left {
  width: 60%;
}
@media screen and (max-width: 815px) {
  .footer_left {
    width: 100%;
  }
}

@media screen and (max-width: 499.9px) {
  .top_left {
    padding-top: 0;
  }

  .top_left .page_inner {
    margin-top: 0;
  }
}
