@charset "UTF-8";

/*----------------------------------------
	- base
-----------------------------------------*/
:root {
	--main_color: #BB2929;
}


/*=======================================
	base
=======================================*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
img,
figure,
picture {
	max-width: 100%;
	height: auto;
	/*vertical-align: top;*/
}
ul,
li {
	list-style: none;
}
a {
	text-decoration: none;
	opacity: 1;
	transition: all 0.3s ease;
}
@media (hover: hover) {
	a:hover {
		opacity: 0.8;
	}
}

span.red {
	color: var(--main_color);
}

p {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.7777;
}
@media screen and (max-width: 1300px) {
	p {
		font-size: calc((18 / 1300) * 100vw);
	}
}
@media screen and (max-width: 767px) {
	p {
		font-size: 14px;
	}
}



/* 共通 */


.txt{
	font-size: 16px;
	line-height: 2;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.pop_outline h2 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5666;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.txt{
		font-size: 13px;
		margin-bottom: 20px;
	}

	.pop_outline h2{
		font-size: 20px;
	}

}


/*=======================================
	add_group01
=======================================*/

.add_group01{
	display: flex;
	margin-top: 115px;
gap: 0 3%;
	margin-bottom: 144px;
}

.add_group01 .pop{
	position: relative;
	width: 100%;
	margin: 0 auto 48px;
}


.add_group01 .pop_outline {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  border: 3px solid #BB2929;
  box-sizing: border-box;
	width: 100%;
	z-index: 1;
}


.add_group01 .pop_outline:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 18%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}


.add_group01 .pop_outline:after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 18%;
  transform: translateX(-50%);
  border: 14px solid transparent;
  border-top: 14px solid #BB2929;
  z-index: 1;
}



.add_group01 .pop .pop_outline_shadow {
	position: absolute;
	display: inline-block;
	padding: 40px 0px 35px;
	width: 100%;
	background: #F6DDD8;
	border-radius: 20px;
	z-index: 0;
	top: 5%;
	left: 1%;
	height: 100%;
}

.add_group01 .pop .pop_outline_shadow::before {
	content: "";
  position: absolute;
  bottom: -24px;
  left: 18%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #F6DDD8;
	border-image: initial;
}



@media screen and (max-width: 767px) {
	.add_group01{
		flex-direction: column;
		margin-top: 80px;
		margin-bottom: 60px;
	}

	.add_group01 .pop{
		margin: 0 auto 38px;
	}

	.add_group01 .pop_outline {
padding: 15px;
	}


}



/*=======================================
	add_group02
=======================================*/

.add_group02{
	display: flex;
	gap: 5%;
	margin-bottom: 144px;
}


.add_group02 .pop{
	position: relative;
	width: 100%;
	margin: 0 auto 48px;
}



.add_group02 .pop_outline {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  border: 3px solid #BB2929;
  box-sizing: border-box;
	width: 100%;
	z-index: 1;
}


.add_group02 .pop_outline:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 87%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}


.add_group02 .pop_outline:after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 87%;
  transform: translateX(-50%);
  border: 14px solid transparent;
  border-top: 14px solid #BB2929;
  z-index: 1;
}



.add_group02 .pop .pop_outline_shadow {
	position: absolute;
	display: inline-block;
	padding: 40px 0px 35px;
	width: 100%;
	background: #F6DDD8;
	border-radius: 20px;
	z-index: 0;
	top: 5%;
	left: 1%;
	height: 100%;
}

.add_group02 .pop .pop_outline_shadow::before {
	content: "";
  position: absolute;
  bottom: -24px;
  left: 87%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #F6DDD8;
	border-image: initial;
}



@media screen and (max-width: 767px) {
	.add_group02{
		flex-direction: column;
		margin-bottom: 60px;
	}

	.add_group02 .left{
		order: 2;
	}

	.add_group02 .pop{
		margin: 0 auto 38px;
	}
	.add_group02 .pop_outline {
padding: 18px;
	}

}




/*=======================================
	add_group03
=======================================*/

.add_group03{
	display: flex;
	gap: 5%;
margin-bottom: 75px;
}

.add_group03 .left{
	width: 40.26%;
}


.add_group03 .right{
	width: 55.89%;
}


.add_group03 .pop{
	position: relative;
	width: 100%;
	margin: 0 auto 48px;
}



.add_group03 .pop_outline {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  border: 3px solid #BB2929;
  box-sizing: border-box;
	width: 100%;
	z-index: 1;
}


.add_group03 .pop_outline:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 13%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}


.add_group03 .pop_outline:after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 13%;
  transform: translateX(-50%);
  border: 14px solid transparent;
  border-top: 14px solid #BB2929;
  z-index: 1;
}



.add_group03 .pop .pop_outline_shadow {
	position: absolute;
	display: inline-block;
	padding: 40px 0px 35px;
	width: 100%;
	background: #F6DDD8;
	border-radius: 20px;
	z-index: 0;
	top: 5%;
	left: 1%;
	height: 100%;
}

.add_group03 .pop .pop_outline_shadow::before {
	content: "";
  position: absolute;
  bottom: -24px;
  left: 13%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #F6DDD8;
	border-image: initial;
}


@media screen and (max-width: 767px) {
	.add_group03{
		flex-direction: column;
		margin-bottom: 60px;
	}

	.add_group03 .left{
		width: 100%;
	}

	.add_group03 .right{
		width: 100%;
	}

	.add_group03 .pop{
		margin: 0 auto 38px;
	}


}




/*=======================================
	add_group04
=======================================*/

.add_group04{
	display: flex;
	margin-top: 181px;
	margin-bottom: 206px;
	gap: 5%;
}



.add_group04 .pop{
	position: relative;
	width: 100%;
	margin: 0 auto 48px;
}



.add_group04 .pop_outline {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  padding: 34px;
  border: 3px solid #BB2929;
  box-sizing: border-box;
	width: 100%;
	z-index: 1;
	text-align: center;
}

.add_group04 .pop_outline h2{
	text-align: left;
	display: inline-block;
}


.add_group04 .pop_outline:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 87%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}


.add_group04 .pop_outline:after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 87%;
  transform: translateX(-50%);
  border: 14px solid transparent;
  border-top: 14px solid #BB2929;
  z-index: 1;
}



.add_group04 .pop .pop_outline_shadow {
	position: absolute;
	display: inline-block;
	padding: 40px 0px 35px;
	width: 100%;
	background: #F6DDD8;
	border-radius: 20px;
	z-index: 0;
	top: 2%;
	left: 1%;
	height: 100%;
}

.add_group04 .pop .pop_outline_shadow::before {
	content: "";
  position: absolute;
  bottom: -24px;
  left: 87%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #F6DDD8;
	border-image: initial;
}


@media screen and (max-width: 767px) {
	.add_group04{
		flex-direction: column;
		margin-top: 80px;
		margin-bottom: 60px;
	}

	.add_group04 .left{
		order: 2;
	}

	.add_group04 .pop{
		margin: 0 auto 38px;
	}
	.add_group04 .pop_outline {
padding: 24px;
	}

}



/*============================
 sec_menu
============================*/
.sec_menu .inner {
	width: 100%; 
}


.sec_menu {
	margin-bottom: 253px;
}

.sec_menu ul {
display: flex;
	justify-content: space-between;
}
.sec_menu .nav_box {
	overflow: hidden;
	height: 312px;
	border-radius: 10px;
}
.sec_menu .nav_box {
	width: 46.42%;
	position: relative;
}

.sec_menu .nav_box img {
	transition: 0.2s all;
	object-fit: cover;
	height: 312px;
}
.sec_menu .nav_box:hover img {
	transform: scale(1.1);
}
.sec_menu .nav_box a {
	position: relative;
	display: block;
}
.sec_menu .nav_box a:hover {
	opacity: 1;
}
.sec_menu .nav_box span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-size: calc(40/1600*100vw);
	color: #fff;
	font-weight: 700;
}
.sec_menu .nav_box::after {
    background: url("../../../images/about/additional/arrow.png") no-repeat;
			content: "";
			position: absolute;
			background-size: cover;
			bottom: 12px;
			right: 12px;
			width: 48px;
			height: 48px;
	}

@media only screen and (min-width: 1600px){
.sec_menu .nav_box span {
	font-size: 40px;
}
}
@media only screen and (max-width: 767px){
	.sec_menu{
		margin-bottom: 85px;
	}
	.sec_menu ul{
		flex-direction: column;
	}


.sec_menu .nav_box {
	height: 70px;
	border-radius: 7.5px;
	width: 100%;
}
.sec_menu .nav_box:not(:last-child) {
	margin-bottom: 15px;
}
.sec_menu .nav_box img {
	height: 70px;
}
.sec_menu .nav_box:hover img {
	transform: scale(1.1);
}

.sec_menu .nav_box a:hover {
	opacity: 1;
}
.sec_menu .nav_box span {
	font-size: 15px;
}
.sec_menu .nav_box::after {
    width: 30px;
    height: 30px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.5em;
}
}


@media only screen and (max-width: 767px){

#page_top{
z-index: 2;
}}


