@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	line-height: 1.6;
	color: #333333;
	font-size: 1.6rem;
	font-family: "Noto Sans JP";
}

main {
	margin: 0 auto;
}
.pc_only {
	display: block;

}
.sp_only{
	display: none;
}
a {
	text-decoration: underline;
	color: #E5016E;
}
a:hover{
	text-decoration: none;
}
.content{
	max-width: 1000px;
	margin: 0 auto;
}
section{
	position: relative;
	overflow: hidden;
}

/*----------見出し----------*/


/*----------ボタン----------*/
.btn{
	width: 500px;
	margin: 0 auto;
}
.btn a{
	display: block;
	width: 500px;
	height: 60px;
	flex-shrink: 0;
	text-decoration: none;
	border-radius: 150px;
	background: #EB6EA5;
	padding: 15px 18px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position: relative;
}


.btn a:hover{
	background-color: #5F3B46;
	color: #fff;
}
.text-side .btn a{
	max-width: 350px;
	height: 50px;
	font-size: 16px;
	margin: 0;
}

/*----------汎用----------*/
.column_2,.column_3{
	display: flex;
	justify-content: center;
}
.column_2 li{
	width: 50%;
}
.column_3 li{
	width: 33%;
}
/*----------MV----------*/

.main_img{
	position: relative;
}
.main_img img{
	width: 100%;
	vertical-align: bottom;
}
/*----------intro----------*/
#intro{
	background-color: #5F3B46;
	min-height: 120px;
	padding: 24px 0;
}
#intro p{
	color: #FFF;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
}

/*----------section01----------*/
.section01{
	margin-top: 40px;
}
.section01 .btn:last-child{
	margin-bottom: 80px;
}
/* --- レイアウトの基本 --- */
.info-box {
  position: relative;
  margin: 60px auto 80px;
  padding: 40px 40px 46px;
  border: 8px solid #f06292;
  border-radius: 24px;
  background-color: #fff;
  max-width: 950px;
}
.info-box:nth-child(2) {
	padding: 60px 60px 20px;
}

.info-box:nth-child(3) {
	padding: 60px 40px 0px;
}

/* 各トピックを横並びの行にする */
.topic-row {
  display: flex;
  align-items: center; /* 縦方向の中央揃え */
	gap: 30px;
  margin-bottom: 40px;
}

.text-side {
  flex: 1; /* テキスト側を広げる */
  max-width: 450px;
}

/* 画像エリアの設定 */
.image-side {
  position: relative;
  flex-basis: 337px; /* 画像の基本横幅 */
  flex-shrink: 0;
  text-align: center;
}
/* 画像エリアの設定 */
.mobile_content .image-side {
  position: relative;
  flex-basis: 337px; /* 画像の基本横幅 */
  flex-shrink: 0;
  text-align: center;
}

.topic-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* --- 装飾系 --- */
.topic-row h3 {
  display: inline-block;
  font-size: 24px;
  color: #5d4037;
  margin-bottom: 20px;
  background: linear-gradient(transparent 70%, #ffeb3b 70%); /* 黄色のマーカー */
  padding: 0 4px;
   font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}

.topic-row p {
  line-height: 1.7;
  color: #333;
  margin: 0;
  font-weight: 500;
  margin-bottom: 43px;
}

.icon {
  position: absolute;
  top: -40px; 
  left: 45px;
  width: 85px; 
  height: 85px; 
  background-color: #f06292;
  color: white; 
  border-radius: 50%;
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  justify-content: center;
  font-weight: bold; 
  line-height: 1.1; 
  z-index: 2;
}
.icon span { font-size: 26px; }

.title {
  position: absolute; 
  top: -50px;
  left: 50px;
  margin: 0;
  padding: 0 15px 0px 100px;
  background-color: #fff;
  display: flex;
  align-items: baseline;
  gap: 8px;
  z-index: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
.brand { 
	color: #f06292; 
	font-size: 42px; 
	font-weight: bold;
	}
.suffix { 
	color: #5F3B46; 
	font-size: 32px; 
	font-weight: bold; 
	}
.accent {
  -webkit-text-emphasis: filled circle #f06292;
  text-emphasis: filled circle #f06292;
}


.pasmo-banner_pc {
 display: flex;
  align-items: center; /* 垂直中央揃え */
  background-color: #eb6ea5; /* PASMOピンク */
  border-radius: 20px;
  padding: 20px 40px;
  color: #ffffff;
  max-width: 900px;
  
  margin: 20px auto;
}

.pasmo-banner_pc .banner-icon {
flex: 0 0 80px; /* 幅を固定 */
  margin-right: 25px;
}

.pasmo-banner_pc .banner-icon img {
width: 100%;
  height: auto;
  display: block;
}
 .pasmo-banner_sp{
	display: none;
 }
 
.banner-content {
  flex: 1;
}

.pasmo-banner_pc .banner-title {
 font-size: 28px;
  font-weight: bold;
  margin: 0 0 5px 0;
   font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.pasmo-banner_pc .banner-text {
  font-size: 16px;
  margin: 0;
  line-height: 1.5;

}


.exsample{
	display: flex;
}
.exsample li{
	margin-right: 50px;
	width: 50%;
	display: flex;
    justify-content: center;
}
.exsample li .li_inner {
    display: inline-block; /* 中身の最大幅に合わせる */
    text-align: left;      /* 中身（画像やタイトル）を左揃えにする */
}

.exsample li:last-child{
	margin-right: 0;
}
.exsample li img {
    margin-bottom: 20px;
    display: block; /* 余計な隙間を排除 */
    max-width: 100%; /* 親要素からはみ出さないように */
    height: auto;
	margin-left: 0; /* 左端を強制的に揃える */
}

.exsample li img:last-child{
	margin-bottom: 0;
}

.exsample li .li_inner .note{
    text-align: right;
    font-size: 1.4rem;
	margin-top: -10px;
    margin-bottom: 10px;
}
.exsample_title{
	display: flex;
	align-items: flex-start; /* これを追加：中身の高さに合わせて上揃えにする */
	margin-bottom: 24px;
}
.exsample_title p{
	color: #333;
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;

}
.exsample_title .exsample_icon{
	border-radius: 300px;
	background: #5F3B46;
	color: #fff;
	text-align: center;
	padding: 6px 28px;
	margin-right: 18px;
}
/*----------section02----------*/
.section02{
	background-color: #EB6EA5;
	padding-top: 48px;
	padding-bottom: 60px;
}
.section02 .mobile_content{
	width: 1000px;
	margin: 0 auto;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.10);
	padding: 20px;
}
.mobile_title{
	text-align: center;
}
.mobile_title picture img{
	vertical-align: bottom;
}
.mobile_content ul{
	margin-bottom: 40px;
}
.mobile_content ul li{
	border-radius: 10px;
	background: #F0F1F0;
	padding: 20px 38px;
	margin-bottom: 20px;
}
.mobile_content_title{
	display: flex;
	align-items: flex-start; 
}
.mobile_content_title p{
	color: #5F3B46;
	font-family: "Noto Sans JP";
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 25px;
}
.mobile_content_title img{
	margin-right: 10px;
	margin-top: 4px;
}
.mobile_content_imgarea{
	display: flex;
}
.mobile_content_imgarea .text-side{
	margin-right:0px;
    align-items: flex-start;
    margin-top: 4px;
    max-width: inherit;
}
.mobile_content_imgarea .text-side p{
	margin-bottom: 43px;
}
/*----------footer----------*/
footer{
	background: #fff;
	padding-top: 60px;
	padding-bottom: 20px;
	text-align: center;
}
footer .logo{
	margin: 0 auto;
	text-align: center
}
footer img{
	width: auto;
}

.footer_note{
	font-size: 1.4rem;
    width: 600px;
    text-align: left;
    margin: 0 auto 10px;
}
.copyright{
	font-size: 1.4rem;
}
@media (max-width: 767px) {
.pc_only {
	display: none;
}
.sp_only{
	display: block;
}

.content{
	max-width: inherit;
    width: 100%;
    margin: 0px;
}
section{
	position: relative;
	overflow: hidden;
}
section .curve-divider-top {
  padding-top: 50px; /* 曲線の深さ */
  margin-left: 0;
  margin-right: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/*----------見出し----------*/
h2{
	font-size: 2.2rem;
}

h2::after{
	 width:20px;
}

h3{
	font-size: 2.0rem;
}
h3::after{
 width: 50px; 
  height: 3px
}

h4{
	font-size: 1.8rem;
}

/*----------ボタン----------*/
.btn{
	width: 100%;
}
.btn a{
	width: 100%;
	font-size: 1.6rem;
}
.topic-row .btn{
	max-width: 350px;
	margin: 0;
}


.btn a:hover{
	background-color: #5F3B46;
	color: #fff;
}
.text-side .btn a{
	max-width: 350px;
	height: 50px;
	font-size: 16px;
	margin: 0;
}

/*----------汎用----------*/
.column_2,.column_3{
	display: flex;
	justify-content: center;
}
.column_2 li{
	width: 50%;
}
.column_3 li{
	width: 33%;
}
/*----------MV----------*/

.main_img{
	position: relative;
}
.main_img img{
	width: 100%;
	vertical-align: bottom;
}
/*----------intro----------*/
#intro{
	background-color: #5F3B46;
	min-height: 120px;
	padding: 24px 50px;
}
#intro p{
	line-height: 24px; /* 150% */
	max-width: inherit;
}

/*----------section01----------*/
.section01{
	margin-top: 0px;
	margin-bottom: 60px;
}
.section01 .btn:last-child{
	margin-bottom: 0px;
}
/* --- レイアウトの基本 --- */
.info-box {
  position: relative;
  margin: 60px 10px 80px;
  padding: 60px 12px 40px;
  border: 8px solid #f06292;
  border-radius: 24px;
  background-color: #fff;
  max-width: 950px;
}
.info-box:nth-child(2) {
	padding: 60px 14px 20px;
}

.info-box:nth-child(3) {
	padding: 60px 40px 20px;
	margin-bottom: 60px;
}

.content-wrapper{
	margin-top: 70px;
}
/* 各トピックを横並びの行にする */
.topic-row {
	flex-wrap: wrap;
  display: flex;
  align-items: center; /* 縦方向の中央揃え */
  gap: 30px;
  margin-bottom: 40px;
}
.topic-row:last-child{
	margin-bottom: 0;
}
.text-side {
  flex: 1; /* テキスト側を広げる */
  text-align: center;
}

/* 画像エリアの設定 */
.image-side {
  position: relative;
  flex-basis: 100%; /* 画像の基本横幅 */
  flex-shrink: 0;
  text-align: center;
}

.topic-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* --- 装飾系 --- */
.topic-row h3 {
  display: inline-block;
  font-size: 22px;
  color: #5d4037;
  margin-bottom: 20px;
  background: linear-gradient(transparent 70%, #ffeb3b 70%); /* 黄色のマーカー */
  padding: 0 4px;
   
  font-weight: 900;
}

.topic-row p {
  line-height: 1.7;
  color: #333;
  margin: 0;
  margin-bottom: 20px;
}

.icon {
  right: 0;
  left: 0;
  margin: 0 auto;
}
.icon span { font-size: 26px; }

.title {
  position: absolute; 
  top: 40px;
  left: 10%;
  padding: 0px;
  margin-top: 0px;
  background: transparent;
  display: flex;
  align-items: baseline;
  gap: 8px;
  z-index: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
.brand { 
	color: #f06292; 
	font-size: 42px; 
	font-weight: bold;
	}
.suffix { 
	color: #5F3B46; 
	font-size: 32px; 
	font-weight: bold; 
	}

 .pasmo-banner_pc{
	display: none;
 }

 .pasmo-banner_sp {
	  display: flex;
  background-color: #eb6ea5;
  border-radius: 20px;
  color: #ffffff;
  max-width: 900px;
  margin: 20px auto;
    flex-direction: column; /* 全体は「ヘッダー」と「テキスト」で縦並び */
    align-items: flex-start;
    padding: 20px 10px;
  }

   .pasmo-banner_sp .banner-header {
	  display: flex;
  align-items: center;
    margin-bottom: 15px; /* テキストとの間に余白を作る */
  }

   .pasmo-banner_sp .banner-icon {
   width: 70px;
    margin-right: 15px;
  }
  .pasmo-banner_sp .banner-icon img {
  width: 100%;
  display: block;
}

   .pasmo-banner_sp .banner-title {
    font-size: 26px;
  font-weight: bold;
  margin: 0;
    white-space: normal; /* 必要に応じて改行を許可 */
	 font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
	
  }

   .pasmo-banner_sp .banner-text {
    margin-left: 0; /* 左の余白をリセット */
    font-size: 15px;
	 font-size: 16px;
  line-height: 1.5;
  }

.exsample{
	display: flex;
	flex-wrap: wrap;
}
.exsample li{
	margin-right: 0px;
	width: 100%;
	margin-bottom: 40px;
}
.exsample li .li_inner {
    display: inline-block; /* 中身の最大幅に合わせる */
    text-align: left;      /* 中身（画像やタイトル）を左揃えにする */
}
.exsample li:last-child{
	margin-bottom: 0;
}
.exsample li img {
    margin-bottom: 20px;
    display: block; /* 余計な隙間を排除 */
    max-width: 100%; /* 親要素からはみ出さないように */
    height: auto;
	margin: 0 auto 20px;
}
.exsample li img:last-child{
	margin-bottom: 0;
}
.exsample_title{
	display: flex;
	align-items: flex-start; /* これを追加：中身の高さに合わせて上揃えにする */
	margin-bottom: 24px;
	flex-wrap: wrap;
}
.exsample_title p{
	color: #333;
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	width: 100%;
	line-height: normal;

}
.exsample_title .exsample_icon{
	border-radius: 300px;
	background: #5F3B46;
	color: #fff;
	text-align: center;
	padding: 6px 28px;
	margin-right: 0px;
	margin-bottom: 10px;
	width: auto;
}
/*----------section02----------*/
.section02{
	background-color: #EB6EA5;
	padding: 50px 10px;
}
.section02 .mobile_content{
	width: 100%;
	margin: 0 auto;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.10);
	padding: 30px 10px;
}
.mobile_title{
	text-align: center;
}
.mobile_title picture img{
	vertical-align: bottom;
}
.mobile_content ul{
	margin-bottom: 40px;
}
.mobile_content ul li{
	border-radius: 10px;
	background: #F0F1F0;
	padding: 20px ;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.mobile_content_title{
	display: flex;
	align-items: flex-start; 
}
.mobile_content_title p{
	color: #5F3B46;
	font-family: "Noto Sans JP";
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 25px;
}
.mobile_content_title img{
	margin-right: 10px;
	margin-top: 4px;
}
.mobile_content ul li{
	text-align: left;
}
.mobile_content_imgarea{
	display: flex;
	text-align: left;
}
.mobile_content_imgarea .text-side{
	margin-right: 0px;
	align-items: flex-start; /* これを追加：中身の高さに合わせて上揃えにする */
	margin-top: 4px;
}
.mobile_content_imgarea .text-side p{
	margin-bottom: 24px;
}
.mobile_content .image-side {
	flex-basis: 100%;
}
/*----------footer----------*/

	/*----------footer----------*/
footer{
	background: #fff;
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: center;
}
footer .logo{
	margin: 0 auto 20px;
	text-align: center
}
footer img{
	width: auto;
}
.copyright{
	font-size: 1.3rem;
}
.footer_note{
width: 100%;
padding: 0 20px;
}
}
