@charset "UTF-8";
/* CSS Document */

.message {
  font-size: 1rem;
  line-height: 1.6;
}

.btn,
a.btn,
button.btn {
  font-size: 	1.2rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  line-height: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #122a81;
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 1rem;
  color: #fff;
  border-radius: 0;
  background: #122a81;
  box-shadow: 3px 3px 3px 3px #333;
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}

a.btn-flat p {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 500%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  background: #1E88E5;
  color: #000;
}

a.btn-flat:hover {
	box-shadow: 0px 0px 1px 2px #777;
	text-shadow: -1px -1px -1px #999;
	border-radius: 1px;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.flow_btn_area01{
	float: left;
	width: 100%;
	padding: 50px 0 90px;
	display: flex;
}
.flow_btn_area02{
	float: left;
	width: 100%;
	padding: 0px 0 50px;
}

.flow_btn_inner {
	max-width: 1390px;
	width: 100%;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

a.btn_07 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	color: #122A86;
	border-bottom: 2px solid #27acd9;
	border-radius: 100vh;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	transition: 0.5s;
}
a.btn_07:hover {
	color: #fff;
	background: #1E88E5;
	border-bottom: 2px solid #fff;
	transform: translateY(3px);
}

/* ---------------------
   共通 POINT セクション
--------------------- */
.point-section {
  background: #fff;
  padding: 60px 20px;
  text-align: left;
}

.point-section h2 {
  font-size: 40px;
  color: #122A86;
  margin-bottom: 40px;
}


/* ---------------------
   FLOW セクション（別用途）
--------------------- */
.media_detail .flow {
  background-color: #E9F6FB;
  margin: 0 0 -50px;
}

.media-flow-section {
	  clear: both;
	margin-top: 20px;
  background-color: #E9F6FB;
  padding: 50px 20px;
  text-align: center;
}

.flow-heading {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1e88e5;
  margin-bottom: 40px;
  text-align: center; 
}

.flow-step {
  background-color: #fff;
  margin: 0 auto 30px;
  max-width: 500px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 8px;
  text-align: left;
}

.step-label {
  display: inline-block;           
  margin: 0 0 10px 0;       
  padding: 5px 12px;        
  background-color: #1e88e5;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  font-size: 1rem;
}

.step-title {
  font-size: 1.3rem;
  color: #1e88e5;
  margin: 0 0 8px;
}

.step-desc {
  font-size: 1rem;
  color: #333;
  margin: 0;
  line-height: 1.6;
}
.point-image {
  margin-top: auto;
  text-align: center;
  flex: 0 0 50%;
  padding: 0px;
}

/* --- スライダー全体 --- */
.point-scroll-wrapper {
 display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* --- 各ボックス --- */
.point-box {
  background: #e6f2ff;
  border: 1px solid #bcdfff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  padding: 30px 25px;
  width: calc(33.333% - 20px);
  display: flex;
  flex-direction: column;
  /* 最低高さは必要に応じて調整 */
  min-height: 460px;
	}

.point-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #122A86;
  margin: 0 0 4px 0;
  line-height: 1.2;
}

.point-heading {
  font-size: 1.3rem;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

.point-box .point-text {
  font-size: 1rem;
  line-height: 1.6;
}

.media-stats-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #2196f3;
  padding: 60px 0;
}

.media-stats-section .ani_text {
  height: 100px;
}

.media-stats-inner {
  max-width: 1390px;
  margin: 0 auto;
  padding: 0 20px;
}

.media-stats-section .stats-title {
  max-width: 1080px;
  margin: 0 0 40px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: left;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 40px;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

.stats-card {
  background: #fff;
  color: #000;
  padding: 25px;
  text-align: left;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;

}

.stats-subtitle {
  font-weight: bold;
  font-size: 1.3rem;
  color: #2196f3;
  margin-bottom: 5px;
}

.stats-number {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 12px 0 20px; 
  color: #1b237e;
  margin-bottom: 15px;
}
.stats-desc {
  font-size: 1rem;
  margin-bottom: 15px;
}

.stats-card img {
  margin-top: auto;
  width: 100%;
  height: auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.note-link {
  font-size: 0.875rem;
  font-weight: bold;	
  text-align: center;
  margin-top: 4px;
  margin-bottom: 40px;
  color: #000;
}

.note-link-highlight {
  color: #1e88e5;  
  text-decoration: underline;
}

.is_animation.flow_ef01 {
    opacity: 0;
    transition: .8s;
    transform: translate(-180px,0);
}
.is_animation.flow_ef01.is_show {
    opacity: 1.0;
    transform: translate(0,0);
}
.is_animation.flow_ef02 {
    opacity: 0;
    transition: .16s;
    transform: translate(-180px,0);
}
.is_animation.flow_ef02.is_show {
    opacity: 1.0;
    transform: translate(0,0);
}

.is_animation.flow_ef03 {
    opacity: 0;
    transition: .32s;
    transform: translate(-180px,0);
}
.is_animation.flow_ef03.is_show {
    opacity: 1.0;
    transform: translate(0,0);
}

.is_animation.flow_ef04 {
    opacity: 0;
    transition: .64s;
    transform: translate(-180px,0);
}
.is_animation.flow_ef04.is_show {
    opacity: 1.0;
    transform: translate(0,0);
}

a.btn-flat span {
  position: relative;
}

.sp {
  display: none;
}
/* ****************************************************************
            Responsiv Layout
******************************************************************** */

@media screen and (max-width:992px) {
  .flow_btn_inner {
    grid-template-columns: 1fr 1fr;
  }
  .media_detail .glid-40,
  .media_detail .glid-50,
  .media_detail .glid-60 {
    width: 100%;
  }
  .media_detail .flo_right {
    float: none;
  }
  .media_detail .intro .copy {
    width: 100%;
    text-align: center;
    margin: auto;
  }
  .point-scroll-wrapper {
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
  }
  .point-box {
    flex: 0 0 55%;         /* 横幅少し細めに */
    min-width: 220px;      /* 最小幅を少し小さく */
    padding: 20px 20px;    /* 余白を詰めて密度UP */
    min-height: auto;      /* 高さ固定解除 */
  }
  .point-box img {
   max-width: 85%;   
   display: block;     /* インライン要素の余白を消す */
   margin: 0 auto;
   margin-top: 15px;
  }
  }

/* --- スマホ（スライド時）だけ調整 --- */
@media screen and (max-width: 767px) { 
	.image img {
    text-align: center;
    margin: auto;
}

.section-title {
    text-align: center;
    line-height: 1.4;
  }

  .point-box {
    scroll-snap-align: start;
    flex: 0 0 90%;
    min-width: 280px;
    max-width: none;
  }

  .media-stats-section .stats-title {
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
}
  .stats-grid {
    display: flex;           
    flex-direction: column;  
  }
  .stats-card {
    width: 100%;             
  }

  .stats-card img {
    width: 80%;      
    margin: 0 auto;   
    display: block;  
  }
  .flow_btn_inner {
grid-template-columns: 1fr;
}
}

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