@charset "UTF-8";
/* CSS Document */


    a.tel-active[href^="tel:"] {
        pointer-events: auto !important;
        display: inline-block;
    }
	a.tel-active:hover{
		opacity: .6;
	}


.d-flex {
	display: flex !important
;
}
.justify-content-center{
	justify-content: center;
}
.align-content-center{
	align-content: center;
}
.d-flex.row {
    display: flex;
    flex-wrap: wrap;
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}

/*ホバーエフェクト
------------------------------*/
.zoom-out-img {
	overflow: hidden;
}
.zoom-out-img img {
	display: block;
	transition-duration: 0.5s;
}
.zoom-out-img:hover img {
	transform: scale(1.3);
	transition-duration: 0.5s;
	opacity: 1;
}

.resizableIframe {
	overflow: hidden;
}
figure {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
figure {
    margin: 0 0 0;
}
figure:hover {
	opacity: .8!important;
}
a.underline {
	text-decoration: underline;
}
/* banner
------------------------------*/


/* list
------------------------------*/
li {
	list-style-type: none;
}

.common_list li{
  position: relative;
  padding-left: 15px;
}
 
.common_list li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%);
	width: 7px;
	height: 7px;
	background-color: #EC6867;
	border-radius: 50%;
}
.common_list.l_text{
	font-size: 18px;
	line-height: 1.8;
}
.list_c_icon li{
	position: relative;
	padding-left: 1.3em;
	font-size: 18px;
	border-bottom: 1px dashed #000;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.list_c_icon li::before{
	content: '\f14a';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	/* font-size: 10px; */
	position: absolute;
	color: #EC6867;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%);
}
.activity_list li{
	margin-bottom: 20px
}
.activity_list h5{
	margin-bottom: 10px;
}
.activity_list h5,.arrow_text{
	color: #EC6867;
	position: relative;
	padding-left: .8em;
	font-size: 18px;
}
.activity_list h5::before,.arrow_text::before{
	content: '\f0da';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	position: absolute;
	color: #EC6867;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%);
}
/* space
------------------------------*/
.contents_space{
	padding-top: 60px;
}
.color-inner_top{
	padding: 30px 0 0;
}
.color-inner{
	padding: 30px 0 ;
}
.title_space{
	margin-bottom: 30px;
}
/* font
------------------------------*/



/* text
------------------------------*/

.lead_text_s{
	font-size: 16px;
}
.lead_text{
	font-size: 18px;
}
.lead_text_l{
	font-size: 21px;
}
.lead_text_ll{
	font-size: 20px;
}

/* section
------------------------------*/
section{
	/* padding-top: 80px; */
}
#banner-area{
	padding: 40px 0;
}
/* bg
------------------------------*/
.main_bg{
	background-image: url(../../img/2025autumncp/main.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	aspect-ratio: 2000 / 813;
	position: relative;
}
.bg_sky{
	background-color: #dcf0ff;
}

/* color
------------------------------*/
.red{
	color: #D43444;
}
.bright_red{
	color: #EC6867;
}
.white{
	color: #FFF;
}
.sky{
	color: #51AFCC;
}
.black{
	color: #333333;
}
.yellow{
	color: #FFF836;
}
/* title
------------------------------*/
.features_tit_area{
	border-bottom: 8px solid #003894;
	margin-bottom: 20px;
}
.features_tit_area h2{
	position: relative;
	padding: 20px 0 20px 80px;
	height: 105px;
	display: flex;
    align-items: center;
}
.features_tit_area h2 span{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.features_tit_area h2 span img{
	width: 70px;
}
.tit_chara{
	position: absolute;
    right: 0;
    width: 200px;
    bottom: -26%;
    max-width: 14%;
}
.bg_tit_b{
	background-color: #003894;
	padding: 30px;
}

/* header
------------------------------*/

/* space
------------------------------*/
.p-0{
	padding: 0;
}
.m-0{
	margin: 0!important;
}



/* slick
------------------------ */

/* box
------------------------------*/

.main_area{
	display: flex;
	align-items: center;
}
.main_area-inner{
	display: flex;
	align-items: center;
	padding: 30px 0;
}
.main_text_box{
	background-color: rgba(255, 255, 255, 0.8);
	border: 8px solid #FFF;
	padding: 5% 8%;
	border-radius: 30px;
}
.autumncp_box_p{
	border: 4px solid #f978a5;
	padding: 20px;
}
.main_text_box .button{
	margin-top: 30px;
}
.main_text_box .button:hover{
	opacity: .8;
}

/* button
------------------------------*/
.button {
	opacity: 1;
}
.button:hover{
	opacity: .8;
}
/* footer
------------------------ */


/* tab
------------------------ */








@media (min-width: 768px) {
	    .d-md-inline {
        display: inline !important;
    }
	.d-md-none {
        display: none !important;
    }
	a[href^="tel:"] {
		pointer-events: none!important;
	}
	hr.grey_border{
		margin: 5rem 0;
	}
	/* header
	------------------------------*/

	.header_contact{
		right: 0;
	}


	/* button
	------------------------------*/
	.header_contact_button{
		width: 205px;
	}
	.bg_tsuyomi .button_radius{
		font-size: 23px;
	}
	/* bg
	------------------------------*/

	/* section
	------------------------------*/
	.color-inner_top{
		padding: 80px 0 0;
	}
	.color-inner{
		padding: 80px 0 ;
	}


	/* text
	------------------------------*/
	.lead_text_s{
		font-size: 18px!important;
	}
	.lead_text{
		font-size: 21px;
	}
	.lead_text_m{
		font-size: 20px;
	}
	.lead_text_l{
		font-size: 26px;
	}
	
	/* title
	------------------------------*/

	/* slick
	------------------------------*/

	/* box
	------------------------ */
	.main_text_box{
		border: 16px solid #FFF;
		padding: 5% 8%;
		border-radius: 40px;
	}
	.autumncp_box_p > .row > div:first-child{
		border-right: 4px dotted #f978a5;
	}
	.autumncp_box_p > .row > div:last-child{
		border-left: 4px solid #FFF;
	}
	.autumncp_box_p{
		border: 6px solid #f978a5;
	}
	/* 固定メニュー
	------------------------ */
	.sp-only{
		display: none;
	}
	/* footer	
	------------------------ */



}

@media (max-width: 767px) {
	/* header
	------------------------------*/
	#fixed-header{
		display: none;
	}
	
	/* section
	------------------------ */

	/* slick
	------------------------------*/


	/* 固定メニュー
	------------------------ */


	/* topBtn
	------------------------ */


	/* box
	------------------------ */

	/* footer
	------------------------ */


}
@media (max-width: 991px) {
	/* box
	------------------------ */

	.point_list li:not(:last-child){
		margin-bottom: 20px;
	}
	.point_list li:last-child{
		margin-top: -35px;
	}
	/* footer
	------------------------ */



}
@media (min-width: 992px) {
	/* header
	------------------------------*/
	.logo{
		padding-left: calc(50px - 1.5rem);
	}

	/* text
	------------------------------*/
	.lead_text_ll{
		font-size: 35px;
	}
	.tit_number {
		font-size: 30px;
	}	
	/* header
	------------------------------*/


	/* section
	------------------------------*/

	/* button
	------------------------------*/

	/* title
	------------------------------*/

	/* box
	------------------------ */
	.point_list li:nth-child(n+4){
		margin-top: -35px;
	}

	/* footer
	------------------------ */


}
@media (min-width: 1200px) {
	/* header
	------------------------------*/


	/* bg
	------------------------------*/

	/* section
	------------------------------*/


	/* space
	------------------------------*/
	.title_space{
		margin-bottom: 80px;
	}
	/* box
	------------------------ */

	/* title
	------------------------------*/
	.features_tit_area{
		border-bottom: 15px solid #003894;
		margin-bottom: 40px;
	}
	.features_tit_area h2{
		position: relative;
		padding: 20px 0 20px 220px;
		height: 220px;
		display: flex;
		align-items: center;
	}
	.features_tit_area h2 span img{
		width: 185px;
	}
	/* slick
	------------------------------*/
	/* footer
	------------------------ */

}
@media (max-width: 1199px) {

	
}
@media (min-width: 768px) and (max-width: 1199px) {
	/* space
	------------------------------*/
	.title_space{
		margin-bottom: 60px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	/* title
	------------------------------*/
	.features_tit_area{
		border-bottom: 15px solid #003894;
		margin-bottom: 30px;
	}
	.features_tit_area h2{
		position: relative;
		padding: 20px 0 20px 160px;
		height: 160px;
		display: flex;
		align-items: center;
	}
	.features_tit_area h2 span img{
		width: 125px;
	}

}
@media (min-width: 1400px){
	/* header
	------------------------------*/



	/* box
	------------------------ */


}
@media (max-width: 1399px){
	
}
@media (min-width: 1200px) and (max-width: 1399px) {
	/* box
	------------------------ */


}

@media (min-width: 768px) and (max-width: 991px) {	/* text
	------------------------------*/
	.lead_text_ll{
		font-size: 30px;
	}
	/* title
	------------------------------*/
	.features_tit_area{
		border-bottom: 15px solid #003894;
		/* margin-bottom: 66px; */
	}
	.features_tit_area h2{
		position: relative;
		padding: 20px 0 20px 125px;
		height: 140px;
		display: flex;
		align-items: center;
	}
	.features_tit_area h2 span img{
		width: 105px;
	}

}

@media screen and (min-width: 576px) and (max-width: 1399px) {


}

@media screen and (min-width: 576px) and (max-width: 767px) {
		.mokuji_button h3 {
		padding-left: 2em;
	}
	.lead_text_ll{
			font-size: 25px;
	}

}
@media screen and (min-width: 576px) {
	/* box
	------------------------ */


}
@media screen and (max-width: 575px){
	/* header
	------------------------------*/

	/* box
	------------------------ */

	/* button
	------------------------------*/

	/* footer
	------------------------------*/
}



@media print{
}

