@charset "utf-8";
html {
    font-size: 62.5%;
}
body{
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, GeneralFonts, Hiragino Kaku Gothic ProN, Yu Gothic Medium, YuGothic-Medium, 游ゴシック Medium, YuGothic, 游ゴシック, Meiryo, Helvetica Neue, Segoe UI, sans-serif;
    color: #34333C;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.bold{font-weight:700;}
a{
	text-decoration: none;
	color:#3366CF;/* リンク色 */
    word-break: break-all;
    text-indent: 0;}
a:hover{
	text-decoration: none;}

.maker{/* マーカー背景色 */
	background: linear-gradient(transparent 0%, #fff9d5 0%);
}
.bg_pink{
    background-color: #f4ebf0;
}
.indent {
    padding-left: 1em;
    text-indent: -1em;
}
/*************************************************
PC
**************************************************/
.only_pc{display: block!important;}
.only_sp{display: none!important;}
.pd_t_b_50{padding: 50px 0;}
.pd_t_b_40{padding: 40px 0;}
.pd_t_b_30{padding: 30px 0;}
.pd_t_b_20{padding: 20px 0;}
.pd_t_b_10{padding: 10px 0;}
.mt_60{margin-top: 60px;}
.mt_50{margin-top: 50px;}
.mt_40{margin-top: 40px;}
.mt_30{margin-top: 30px;}
.mt_20{margin-top: 20px;}
.mt_15{margin-top: 15px;}
.mt_10{margin-top: 10px;}
.pb_60{padding-bottom: 60px;}
.pb_20{padding-bottom: 20px;}
.w1100{width:1100px;margin:0 auto;}
.w1000{width:1000px;margin:0 auto;}
.w950{width:950px;margin:0 auto;}
.w900{width:900px;margin:0 auto;}
.note,
.notice{
    font-size: 1.4rem;
}
.notice{
    padding-left: 1.5em;
    position: relative;
	display: inline-block;
}
.notice:before{
    content: "※";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

/*header-------------*/
#header_area ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header_area .ff_en{
	font-size: 3.0rem;
	font-weight: bold;
	color: #b60081;
	line-height: 1.0;
	font-family: Brandon Text, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica;
}
#header_area .tel span{
	font-size: 1.4rem;
	font-weight: bold;
	color: #e75f9d;
}

/*MV_area-------------*/
#MV_area{
	background-color: #b60081;
}
#mv{
	width: 1200px;
	margin: 0 auto;
}

/*contents_area-------------*/
#contents_area{
	text-align: center;
}
#contents_area h2{
	margin-bottom: 30px;
	display: inline-block;
	font-size: 2.8rem;
	position: relative;
}
#contents_area h2:before,
#contents_area h2:after{
    position: absolute;
    display: inline-block;
    content: "";
	background: url("../img/radio_ic01.png");
    width: 75px;
    height: 50px;
	background-size: 75px 50px;
	background-repeat: no-repeat;
	top: calc(50% - 25px);
}
#contents_area h2:before{
    left: -90px;
}
#contents_area h2:after{
    right: -90px;
}
.btn_pink{
    text-align: center;
}
.btn_pink p{
    font-weight: bold;
    font-size: 2.0rem;
    color: #b60081;
    margin-bottom: 8px;
}
.btn_pink a{
    width: 600px;
    display: block;
    margin: 0 auto;
    padding: 18px 0 15px;
	/*line-height: 0.7;
	letter-spacing: 0.08em;*/
    background: linear-gradient(80deg, #ff418d 0%, #b60081 100%);
    color: #ffffff;
    font-weight: bold;
    font-size: 2.6rem;
    position: relative;
    border-radius: 999px;
    text-decoration: none;
    /*box-shadow: 0px 3px 4px #cdc2c8;*/
}
.btn_pink a span{
	font-size: 1.4rem;
}
.btn_pink a:hover{
    opacity: 0.7;
}
.btn_pink a:before{
    display: inline-block;
    content: "";
    position: absolute;
    background-image: url("../img/btn_ic01.png");
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
    top: calc(50% - 24px);
    left: 50px;
}
.btn_pink a:after {
    display: inline-block;
    content: "";
    position: absolute;
    background-image: url("../img/btn_ic02.png");
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    top: calc(50% - 19px);
    right: 50px;
}
.bg_white{
	background-color: #ffffff;
	background-image: url("../img/bg_01_RB.png"), url("../img/bg_02_LT.png");
    background-position: bottom right, top left;
    background-size: 300px, 300px;
    background-repeat: no-repeat, no-repeat;
}
.case_list{
	display: flex;
	gap: 20px 30px;
}
.case_list li{
	width: 30%;
}
.case_list .img_box{
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f4ebf0;
	border-radius: 12px;
}
.case_list .img_box img{
	max-height: 200px;
}
.case_list h3{
	font-weight: bold;
	font-size: 1.8rem;
	color: #b60081;
	margin: 20px 0 10px;
}
.case_list p{
	text-align: left;
	font-size: 1.6rem;
}

/*contents01-----*/
footer{
	margin-top: 0;
}

/*************************************************
SP
**************************************************/
@media screen and (max-width: 780px) {	
.only_sp{display: block!important;}
.only_pc{display: none!important;}
.pd_t_b_50{padding: 25px 0;}
.pd_t_b_40{padding: 15px 0;}
.pd_t_b_30{padding: 15px 0;}
.pd_t_b_20{padding: 10px 0;}
.pd_t_b_10{padding: 5px 0;}
.mt_50{margin-top: 25px;}
.mt_40{margin-top: 20px;}
.mt_30{margin-top: 15px;}
.mt_20{margin-top: 10px;}
.mt_15{margin-top: 8px;}
.mt_10{margin-top: 5px;}
.pb_60{padding-bottom: 35px;}
.pb_20{padding-bottom: 15px;}
.w1100,.w1000,.w950,.w900{
	width:auto;
	margin:0 10px;
}
.note,
.notice{
    font-size: 1.2rem;
}
.notice{
    padding-left: 1.5em;
	text-align: left;
}
/*header-------------*/
	#header_area .ff_en{
	font-size: 2.2rem;
	line-height: 1.0;
}
#header_area .tel span{
	font-size: 1.1rem;
}
	#header_area .tel img{
	width: 24px;
}
/*MV_area-------------*/

#mv{
	width: 100%;
	margin: 0;
}
/*contents_area-------------*/
#contents_area h2{
	margin-bottom: 30px;
	font-size: 2.1rem;
}
#contents_area h2:before,
#contents_area h2:after{
    width: 45px;
    height: 30px;
	background-size: 45px 30px;
	top: calc(50% - 15px);
}
#contents_area h2:before{
    left: -60px;
}
#contents_area h2:after{
    right: -60px;
}
.btn_pink p{
    font-size: 1.4rem;
    margin-bottom: 4px;
}
.btn_pink a{
    width:auto;
    margin: 0 15px;
    padding: 14px 0 12px;
    font-size: 1.6rem;
}
.btn_pink a span{
	font-size: 1.2rem;
}
.btn_pink a:before{
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    top: calc(50% - 15px);
    left: 20px;
}
.btn_pink a:after {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    top: calc(50% - 14px);
    right: 20px;
}
.bg_white{
	background-image: none;
}
.case_list{
	display: block;
}
.case_list li{
	width: 100%;
}
.case_list li+li{
	margin-top: 30px;
}
.case_list .img_box{
	height:180px;
}
.case_list .img_box img{
	max-height: 140px;
}
.case_list h3{
	font-size: 1.8rem;
	margin: 15px 0 5px;
}
.case_list p{
	font-size: 1.4rem;
}


}/*SP体裁ここまで--------------------------------------------- */
/*---------accordion -----------*/

dl.accordion{
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
}
dl.accordion+dl.accordion{
    margin-top: 30px;
}
dl.accordion dt {
    position: relative;
    color: #333333;
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
}
dl.accordion dd {
    display: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: #333333;
    border-top: 2px dashed #c7c7c7;
    margin-top: 20px;
    padding: 20px 0 0;
}
dl.accordion dd span{
   font-size: 1.4rem;
}
/*各種アイコン---*/
dl.accordion dt:before,
dl.accordion dt:after{
    position: absolute;
    content: "";
    display: inline-block;
    color: #b50081;
    right: 0;
    top: 50%;
  line-height: 1;
  width: 1em;
  height: 0.2em;
  background: currentColor;
  border-radius: 0.1em;
}
dl.accordion dt:after{
    position: absolute;
    content: "";
    display: inline-block;
    color: #b50081;
    right: 0;
    top:50%;
    line-height: 1;
    width: 1em;
    height: 0.2em;
    background: currentColor;
    border-radius: 0.1em;
    transform: rotate(90deg);
}
dl.accordion dt.open:after{
    display: none
}
.sentens_Q,
.sentens_A{
    position: relative;
    padding: 0 0 0 55px;
}
.sentens_Q::before{
    background: url("../img/radio_ic03.png");
}
.sentens_A::before{
    background: url("../img/radio_ic_02.png");
}
.sentens_Q::before,
.sentens_A::before{
    display: inline-block;
    content: "";
    color: #ffffff;
    position: absolute;
    top: -7px;
    left: 0;
    width: 40px;
    height: 40px;
	background-repeat: no-repeat;
    background-size: 40px 40px;
}
@media screen and (max-width: 780px) {	
dl.accordion{
    padding: 15px;
}
dl.accordion+dl.accordion{
    margin-top: 20px;
}
dl.accordion dt {
    font-size: 1.4rem;
}
dl.accordion dd {
    font-size: 1.4rem;
    padding: 15px 0 0;
	margin-top: 15px;
}
	dl.accordion dd span{
   font-size: 1.2rem;
}
/*各種アイコン---*/
dl.accordion dt:before,
dl.accordion dt:after{
    right: 0;
    top: 50%;
  line-height: 1;
  width: 1em;
  height: 0.2em;
}
dl.accordion dt:after{
    right: 0;
    top:50%;
    line-height: 1;
    width: 1em;
    height: 0.2em;
}
.sentens_Q{
    padding: 0 30px 0 40px;
}
.sentens_A{
    padding: 0 0 0 40px;
}
.sentens_Q::before,
.sentens_A::before{
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
	background-size: 30px 30px;
}
}

