@charset "UTF-8";


/***************************************************

	about

***************************************************/

.main_header01{
	background-image: url('../images/about/kv_image_pc.png');
}

.webp .main_header01{
	background-image: url('../images/about/kv_image_pc.webp');
}


.cont_head{
	width: 1065px;
	margin: 0 auto 76px;
	display: flex;
}

.cont_head .title{
	width: 618px;
	opacity: 0;
}

.active .cont_head .title{
	animation: fadeIn 1s ease forwards;
	animation-delay: 0s;
}

.cont_head .title h2{
	line-height: 1;
}

.cont_head .title h2 small{
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: var(--color3);
	margin-bottom: 32px;
}

.cont_head .title h2 strong{
	display: block;
	font-size: 48px;
}

.cont_head .h_caption{
	width: calc(100% - 618px);
	opacity: 0;
}

.active .cont_head .h_caption{
	animation: fadeIn 1s ease forwards;
	animation-delay: 0.2s;
}

.cont_head .h_caption p{
	font-size: 16px;
	line-height: 1.5;
}



#we-are-aeon-market{
	margin-bottom: 115px;
}

.cont_flex{
	width: 1065px;
	margin: 0 auto;
	background: var(--mainbg02);
	padding: 64px 40px;
	border-radius: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
}

.active .cont_flex{
	animation: fadeIn 1s ease forwards;
	animation-delay: 0.4s;
}

.cont_flex .text_box{
	width: 445px;
}

.cont_flex .text_box h3{
	margin-bottom: 35px;
}

.cont_flex .text_box h3 strong{
	font-size: 32px;
	color: var(--color2);
    padding-bottom: 6px;
	position: relative;
}

.cont_flex .text_box h3 strong::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-image: radial-gradient(circle, var(--color3) 2px, transparent 2px);
    background-size: 10px 4px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.cont_flex .text_box .caption{
	width: 404px;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 22px;
}

.cont_flex .text_box .link{
	line-height: 1;
}

.cont_flex .text_box .link a{
	font-size: 16px;
	font-weight: 700;
	color: var(--color2);
	padding-right: 32px;
	position: relative;
}

.cont_flex .text_box .link a::after{
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/common/icon_link01.png');
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.cont_flex .text_box .link a::before {
    content: '';
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid var(--color2);
    position: absolute;
    bottom: -15px;
    left: 0;
}


#we-are-aeon-market .cont_flex .image_box{
	width: calc(100% - 445px);
}

#we-are-aeon-market .cont_flex .image_box ul{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#we-are-aeon-market .cont_flex .image_box ul li{
	width: 260px;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

#we-are-aeon-market .cont_flex .image_box ul li:nth-child(4),
#we-are-aeon-market .cont_flex .image_box ul li:nth-child(3){
	margin-bottom: 0;
}


#our-business{
	background: var(--mainbg01);
	padding: 65px 0 60px;
	margin-bottom: 50px;
	position: relative;
}

#our-business::after,
#our-business::before{
    content: '';
    display: block;
    width: 100%;
    height: 48px;
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    background-size: cover;
    background-image: url(../images/common/cont_bg_wave.png);
    position: absolute;
    left: 0;
}

#our-business::before{
    top: -47px;
}

#our-business::after{
    bottom: -47px;
    transform: scaleY(-1);
}

#our-business .cont_head {
    margin-top: -144px;
}

#our-business .slider_cont{
	width: 1065px;
	margin : 0 auto 274px;
	position: relative;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

#our-business .slider_cont .text_box{
	width: 512px;
	background: var(--mainbg02);
	padding: 40px;
	border-radius: 20px;
	box-sizing: border-box;
    position: absolute;
    bottom: -187px;
    left: 0;
    z-index: 2;
    opacity: 0;
}

#our-business.active .slider_cont .text_box{
	animation: fadeIn 1s ease forwards;
	animation-delay: 0s;
}

#our-business .slider_cont .text_box .logo{
	margin-bottom: 18px;
}

#our-business .slider_cont .text_box .catch{
	font-size: 24px;
	font-weight: 700;
	color: var(--color2);
	line-height: 1.2;
	margin-bottom: 18px;
}

#our-business .slider_cont .text_box .caption{
	font-size: 16px;
	line-height: 1.5;
}

#our-business .slider_cont .slider_box{
	width: 824px;
	opacity: 0;
}

#our-business.active .slider_cont .slider_box{
	animation: fadeIn 1s ease forwards;
	animation-delay: 0.2s;
}

#our-business .slider_cont .slider_box .slick-list{
	border-radius: 20px;
	overflow: hidden;
}

#our-business .slider_cont .slider_box .slick-dots{
    bottom: -25px;
	text-align: right;
}

#our-business .slider_cont .slider_box .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 6px;
}

#our-business .slider_cont .slider_box .slick-dots li button {
    width: 10px;
    height: 10px;
}

#our-business .slider_cont .slider_box .slick-dots li button:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 50%;
	background: #fff;
	border: 1px solid var(--color2);
    opacity: 1;
}

#our-business .slider_cont .slider_box .slick-dots li.slick-active button:before {
    opacity: 1;
    background: var(--color2);
}

#our-business .cont_flex{
	background: transparent;
	padding: 0;
	opacity: 1;
	margin-bottom: 88px;
}

#our-business.active .cont_flex{
	animation: unset;
	animation-delay: 0;
}

#our-business .cont_flex .text_box{
	width: 475px;
	opacity: 0;
}

#our-business .cont_flex.active .text_box{
	animation: fadeIn 1s ease forwards;
	animation-delay: 0.2s;
}

#our-business .cont_flex .text_box .caption {
    width: 392px;
}

#our-business .cont_flex .image_box{
	width: calc(100% - 475px);
	opacity: 0;
}

#our-business .cont_flex.active .image_box{
	animation: fadeIn 1s ease forwards;
	animation-delay: 0.4s;
}

#our-business .eon_data{
	width: 1065px;
	margin: 0 auto;
	padding: 40px;
	border-radius: 20px;
	background: var(--mainbg02);
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	opacity: 0;
}

#our-business .eon_data.active{
	animation: fadeIn 1s ease forwards;
	animation-delay: 0s;
}

#our-business .eon_data .logo{
	width: 180px;
}

#our-business .eon_data .text_box{
	width: calc(100% - 180px);
	padding-left: 55px;
	box-sizing: border-box;
}

#our-business .eon_data .text_box .main{
	font-size: 24px;
	font-weight: 700;
	color: var(--color2);
	line-height: 1;
	margin-bottom: 20px;
}

#our-business .eon_data .text_box .sub{
	font-size: 16px;
	line-height: 1.5;
}

#our-business.active .item{
	opacity: 0;
	transition: unset;
	animation: fadeIn 1s ease forwards;
	position: relative;
}

#our-business.active .item.abo01{
	animation-delay: 0.4s;
}

#our-business .abo01{
	width: 318px;
    top: -145px;
    left: 45px;
}


#our-initiatives{
	width: 1065px;
	margin: 0 auto 165px;
}

#our-initiatives h2{
	line-height: 1;
	margin-bottom: 90px;
	opacity: 0;
}

#our-initiatives.active h2{
	animation: fadeIn 1s ease forwards;
	animation-delay: 0s;
}

#our-initiatives h2 small{
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: var(--color3);
	margin-bottom: 30px;
}

#our-initiatives h2 strong{
	display: block;
	font-size: 48px;
}

#our-initiatives .in_wrapp{
	margin-bottom: 75px;
	opacity: 0;
}

#our-initiatives.active .in_wrapp:first-of-type{
	animation: fadeIn 1s ease forwards;
	animation-delay: 0.2s;
}

#our-initiatives .in_wrapp:last-of-type{
	margin-bottom: 0;
}

#our-initiatives.active .in_wrapp.active:last-of-type{
	animation: fadeIn 1s ease forwards;
	animation-delay: 0s;
}

#our-initiatives .in_wrapp h3{
	margin-bottom: 50px;
}

#our-initiatives .in_wrapp h3 strong{
    font-size: 32px;
    color: var(--color2);
    display: inline-block;
    padding-bottom: 6px;
    position: relative;
}

#our-initiatives .in_wrapp h3 strong::after{
	content: '';
	display: block;
    width: 100%;
    height: 4px;
    background-image: radial-gradient(circle, var(--color3) 2px, transparent 2px);
    background-size: 10px 4px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: -3px;
    left: 0;
}

#our-initiatives .torikumi_ul{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#our-initiatives .torikumi_ul li{
	width: 326px;
	margin-bottom: 50px;
}

#our-initiatives .torikumi_ul li .image_box{
	border-radius: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

#our-initiatives .torikumi_ul li .main{
	font-size: 18px;
	font-weight: 700;
	color: var(--color2);
	line-height: 1;
	text-align: center;
	margin-bottom: 12px;
}

#our-initiatives .torikumi_ul li .sub{
	font-size: 16px;
	line-height: 1.5;
}

#our-initiatives .in_wrapp:last-of-type{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

#our-initiatives .in_wrapp:last-of-type .text_box{
	width: 450px;
}

#our-initiatives .in_wrapp:last-of-type .text_box h3{
	margin-bottom: 23px;
}

#our-initiatives .in_wrapp:last-of-type .text_box p{
	width: 392px;
	font-size: 16px;
	line-height: 1.5;
}

#our-initiatives .in_wrapp:last-of-type .image_box{
	width: calc(100% - 450px);
}


.footer_entry::before{
    content: '';
    display: block;
    width: 100%;
    height: 48px;
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    background-size: cover;
    background-image: url(../images/common/cont_bg_wave.png);
    position: absolute;
    top: -47px;
    left: 0;
}






/********************************************************************************
	リッキド用 CSS
********************************************************************************/

@media(max-width:1280px){

.cont_head{
	width: 83.203125vw;
	margin: 0 auto 5.9375vw;
}

.cont_head .title{
	width: 48.28125vw;
}

.cont_head .title h2 small{
	font-size: 1.875vw;
	margin-bottom: 2.5vw;
}

.cont_head .title h2 strong{
	font-size: 3.75vw;
}

.cont_head .h_caption{
	width: calc(100% - 48.28125vw);
}

.cont_head .h_caption p{
	font-size: 1.25vw;
}



#we-are-aeon-market{
	margin-bottom: 8.984375vw;
}

.cont_flex{
	width: 83.203125vw;
	padding: 5vw 3.125vw;
	border-radius: 1.5625vw;
}

.cont_flex .text_box{
	width: 34.765625vw;
}

.cont_flex .text_box h3{
	margin-bottom: 2.734375vw;
}

.cont_flex .text_box h3 strong{
	font-size: 2.5vw;
    padding-bottom: 0.46875vw;
}

.cont_flex .text_box h3 strong::after{
    bottom: -0.234375vw;
}

.cont_flex .text_box .caption{
	width: 31.5625vw;
	font-size: 1.25vw;
	margin-bottom: 1.71875vw;
}

.cont_flex .text_box .link a{
	font-size: 1.25vw;
	padding-right: 2.5vw;
}

.cont_flex .text_box .link a::after{
	width: 1.875vw;
	height: 1.875vw;
}

.cont_flex .text_box .link a::before {
    bottom: -1.171875vw;
}


#we-are-aeon-market .cont_flex .image_box{
	width: calc(100% - 34.765625vw);
}

#we-are-aeon-market .cont_flex .image_box ul li{
	width: 20.3125vw;
	border-radius: 1.5625vw;
	margin-bottom: 1.5625vw;
}

#our-business{
	padding: 5.078125vw 0 4.6875vw;
	margin-bottom: 3.90625vw;
}

#our-business::after,
#our-business::before{
    height: 3.75vw;
}

#our-business::before{
    top: -3.671875vw;
}

#our-business::after{
    bottom: -3.671875vw;
}

#our-business .cont_head {
    margin-top: -11.25vw;
}

#our-business .slider_cont{
	width: 83.203125vw;
	margin : 0 auto 21.40625vw;
}

#our-business .slider_cont .text_box{
	width: 40vw;
	padding: 3.125vw;
	border-radius: 1.5625vw;
    bottom: -14.609375vw;
}

#our-business .slider_cont .text_box .logo{
	margin-bottom: 1.40625vw;
}

#our-business .slider_cont .text_box .catch{
	font-size: 1.875vw;
	margin-bottom: 1.40625vw;
}

#our-business .slider_cont .text_box .caption{
	font-size: 1.25vw;
}

#our-business .slider_cont .slider_box{
	width: 64.375vw;
}

#our-business .slider_cont .slider_box .slick-list{
	border-radius: 1.5625vw;
}

#our-business .slider_cont .slider_box .slick-dots{
    bottom: -1.953125vw;
}

#our-business .slider_cont .slider_box .slick-dots li {
    width: 0.78125vw;
    height: 0.78125vw;
    margin: 0 0.46875vw;
}

#our-business .slider_cont .slider_box .slick-dots li button {
    width: 0.78125vw;
    height: 0.78125vw;
}

#our-business .slider_cont .slider_box .slick-dots li button:before {
    width: 0.78125vw;
    height: 0.78125vw;
    line-height: 0.78125vw;
}

#our-business .cont_flex{
	margin-bottom: 6.875vw;
}

#our-business .cont_flex .text_box{
	width: 37.109375vw;
}

#our-business .cont_flex .text_box .caption {
    width: 30.625vw;
}

#our-business .cont_flex .image_box{
	width: calc(100% - 37.109375vw);
}

#our-business .eon_data{
	width: 83.203125vw;
	padding: 3.125vw;
	border-radius: 1.5625vw;
}

#our-business .eon_data .logo{
	width: 14.0625vw;
}

#our-business .eon_data .text_box{
	width: calc(100% - 14.0625vw);
	padding-left: 4.296875vw;
}

#our-business .eon_data .text_box .main{
	font-size: 1.875vw;
	margin-bottom: 1.5625vw;
}

#our-business .eon_data .text_box .sub{
	font-size: 1.25vw;
}

#our-business .abo01{
	width: 24.84375vw;
    top: -11.328125vw;
    left: 3.515625vw;
}


#our-initiatives{
	width: 83.203125vw;
	padding-top: 5.46875vw;
	margin: 0 auto 12.890625vw;
}

#our-initiatives h2{
	margin-bottom: 7.03125vw;
}

#our-initiatives h2 small{
	font-size: 1.875vw;
	margin-bottom: 2.34375vw;
}

#our-initiatives h2 strong{
	font-size: 3.75vw;
}

#our-initiatives .in_wrapp{
	margin-bottom: 5.859375vw;
}

#our-initiatives .in_wrapp h3{
	margin-bottom: 3.90625vw;
}

#our-initiatives .in_wrapp h3 strong{
    font-size: 2.5vw;
    padding-bottom: 0.46875vw;
}

#our-initiatives .in_wrapp h3 strong::after{
    bottom: -0.234375vw;
}


#our-initiatives .torikumi_ul li{
	width: 25.46875vw;
	margin-bottom: 3.90625vw;
}

#our-initiatives .torikumi_ul li .image_box{
	border-radius: 1.5625vw;
	margin-bottom: 1.5625vw;
}

#our-initiatives .torikumi_ul li .main{
	font-size: 1.40625vw;
	margin-bottom: 0.9375vw;
}

#our-initiatives .torikumi_ul li .sub{
	font-size: 1.25vw;
}

#our-initiatives .in_wrapp:last-of-type .text_box{
	width: 35.15625vw;
}

#our-initiatives .in_wrapp:last-of-type .text_box h3{
	margin-bottom: 1.796875vw;
}

#our-initiatives .in_wrapp:last-of-type .text_box p{
	width: 30.625vw;
	font-size: 1.25vw;
}

#our-initiatives .in_wrapp:last-of-type .image_box{
	width: calc(100% - 35.15625vw);
}


.footer_entry::before{
    height: 3.75vw;
    top: -3.671875vw;
}



}


/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:750px){

.main_header01{
	background-image: url('../images/about/kv_image_sp.png');
}

.webp .main_header01{
	background-image: url('../images/about/kv_image_sp.webp');
}

.anchor_link ul {
	display: block;
}

.anchor_link ul li{
	display: block;
	width: 100%;
}

.anchor_link ul li a{
	text-align: center;
	padding-right: 9.066667vw;
}

.cont_head{
	width: auto;
	margin: 0 6.666667vw 16.8vw;
	display: block;
}

.cont_head .title{
	width: auto;
	margin-bottom: 6.666667vw;
}

.cont_head .title h2 small{
	font-size: 6.4vw;
	margin-bottom: 6.666667vw;
}

.cont_head .title h2 strong{
	font-size: 8.533333vw;
	line-height: 1.2;
}

.cont_head .h_caption{
	width: auto;
}

.cont_head .h_caption p{
	font-size: 4.266667vw;
}


#we-are-aeon-market{
	margin-bottom: 26.666667vw;
}

.cont_flex{
	width: auto;
	margin: 0 6.666667vw;
	padding: 10.666667vw 5.333333vw;
	border-radius: 5.333333vw;
	display: block;
}

.cont_flex .text_box{
	width: auto;
	margin-bottom: 12vw;
}

.cont_flex .text_box h3{
	margin-bottom: 11.466667vw;
}

.cont_flex .text_box h3 strong{
	font-size: 7.466667vw;
	line-height: 1.8;
    padding-bottom: 1.6vw;
	white-space: nowrap;
}

.cont_flex .text_box h3 strong::after{
    content: none;
}

.cont_flex .text_box h3 strong span{
	display: inline-block;
	position: relative;
}

.cont_flex .text_box h3 strong span::after{
    content: '';
    display: block;
    width: 100%;
    height: 0.8vw;
	background-image: radial-gradient(circle, var(--color3) 0.4vw, transparent 0.4vw);
	background-size: 2.666667vw 0.8vw;
    background-repeat: repeat-x;
    position: absolute;
    bottom: -0.8vw;
    left: 0;
}


.cont_flex .text_box .caption{
	width: auto;
	font-size: 4.266667vw;
	margin-bottom: 8.533333vw;
}

.cont_flex .text_box .link a{
	font-size: 4.266667vw;
	padding-right: 8.533333vw;
}

.cont_flex .text_box .link a::after{
	width: 6.4vw;
	height: 6.4vw;
	top: 52%;
}

.cont_flex .text_box .link a::before {
    bottom: -2.666667vw;
}


#we-are-aeon-market .cont_flex .image_box{
	width: auto;
}

#we-are-aeon-market .cont_flex .image_box ul li{
	width: 36.533333vw;
	border-radius: 3.2vw;
	margin-bottom: 3.2vw;
}

#we-are-aeon-market .cont_flex .image_box ul li:nth-child(4),
#we-are-aeon-market .cont_flex .image_box ul li:nth-child(3){
	margin-bottom: 0;
}


#our-business{
	padding: 10.666667vw 0;
	margin-bottom: 16vw;
}

#our-business::after,
#our-business::before{
    height: 4.8vw;
    background-image: url(../images/common/cont_bg_wave_sp.png);
}

#our-business::before{
    top: -4.533333vw;
}

#our-business::after{
    bottom: -4.533333vw;
}

#our-business .cont_head {
    margin-top: -24vw;
}

#our-business .slider_cont{
	width: auto;
	margin : 0 auto 17.6vw;
	display: block;
}

#our-business .slider_cont .text_box{
	width: auto;
	padding: 10.666667vw 6.666667vw;
	border-radius: 0;
	position: static;
}

#our-business .slider_cont .text_box .logo{
	width: 76.266667vw;
	margin: 0 auto 4.8vw;
}

#our-business .slider_cont .text_box .catch{
	font-size: 6.4vw;
	margin-bottom: 4.8vw;
	text-align: center;
}

#our-business .slider_cont .text_box .caption{
	font-size: 4.266667vw;
}

#our-business .slider_cont .slider_box{
	width: auto;
	background: var(--mainbg02);
	padding-bottom: 17.866667vw;
}


#our-business .slider_cont .slider_box .slick-dotted.slick-slider {
    margin-bottom: 0;
}

#our-business .slider_cont .slider_box .slick-list{
	border-radius: 0;
}

#our-business .slider_cont .slider_box .slick-dots{
    bottom: -8.533333vw;
	text-align: center;
}

#our-business .slider_cont .slider_box .slick-dots li {
    width: 2.666667vw;
    height: 2.666667vw;
    margin: 0 1.6vw;
}

#our-business .slider_cont .slider_box .slick-dots li button {
    width: 2.666667vw;
    height: 2.666667vw;
}

#our-business .slider_cont .slider_box .slick-dots li button:before {
    width: 2.666667vw;
    height: 2.666667vw;
    line-height: 2.666667vw;
}

#our-business .cont_flex{
	margin-bottom: 18.4vw;
}

#our-business .cont_flex .text_box{
	width: auto;
}

#our-business .cont_flex .text_box .caption {
    width: auto;
}

#our-business .cont_flex .image_box{
	width: auto;
}

#our-business .eon_data{
	width: auto;
	margin: 0 6.666667vw;
	padding: 10.666667vw 5.333333vw;
	border-radius: 5.333333vw;
	display: block;
}

#our-business .eon_data .logo{
	width: 48vw;
	margin: 0 auto 10.133333vw
}

#our-business .eon_data .text_box{
	width: auto;
	padding-left: 0;
}

#our-business .eon_data .text_box .main{
	font-size: 6.4vw;
	margin-bottom: 5.333333vw;
}

#our-business .eon_data .text_box .sub{
	font-size: 4.266667vw;
}

#our-business .abo01{
	width: 53.333333vw;
    top: -20vw;
    left: 3.2vw;
}


#our-initiatives{
	width: auto;
	padding-top: 10.666667vw;
	margin: 0 6.666667vw 31.2vw;
}

#our-initiatives h2{
	margin-bottom: 18.666667vw;
}

#our-initiatives h2 small{
	font-size: 6.4vw;
	margin-bottom: 6.133333vw;
}

#our-initiatives h2 strong{
	font-size: 8.533333vw;
}

#our-initiatives .in_wrapp{
	margin-bottom: 19.2vw;
}

#our-initiatives .in_wrapp h3{
	margin-bottom: 8.533333vw;
}

#our-initiatives .in_wrapp h3 strong{
    font-size: 7.466667vw;
    padding-bottom: 1.6vw;
}

#our-initiatives .in_wrapp h3 strong::after{
    content: none;
}

#our-initiatives .in_wrapp h3 strong span{
	display: inline-block;
	position: relative;
}

#our-initiatives .in_wrapp h3 strong span::after{
    content: '';
    display: block;
    width: 100%;
    height: 0.8vw;
	background-image: radial-gradient(circle, var(--color3) 0.4vw, transparent 0.4vw);
	background-size: 2.666667vw 0.8vw;
    background-repeat: repeat-x;
    position: absolute;
    bottom: -0.8vw;
    left: 0;
}

#our-initiatives .torikumi_ul{
	display: block;
}

#our-initiatives .torikumi_ul li{
	width: auto;
	margin-bottom: 16vw;
}

#our-initiatives .torikumi_ul li:last-child{
	margin-bottom: 0;
}

#our-initiatives .torikumi_ul li .image_box{
	border-radius: 5.333333vw;
	margin-bottom: 5.333333vw;
}

#our-initiatives .torikumi_ul li .main{
	font-size: 4.8vw;
	margin-bottom: 3.2vw;
}

#our-initiatives .torikumi_ul li .sub{
	font-size: 4.266667vw;
}

#our-initiatives .in_wrapp:last-of-type{
	display: block;
}

#our-initiatives .in_wrapp:last-of-type .text_box{
	width: auto;
	margin-bottom: 16vw
}

#our-initiatives .in_wrapp:last-of-type .text_box h3{
	margin-bottom: 6.4vw;
}

#our-initiatives .in_wrapp:last-of-type .text_box p{
	width: auto;
	font-size: 4.266667vw;
}

#our-initiatives .in_wrapp:last-of-type .image_box{
	width: 86.933333vw;
	margin: 0 auto;
}


.footer_entry::before{
    height: 4.8vw;
    background-image: url(../images/common/cont_bg_wave_sp.png);
    top: -4.533333vw;
}



}


