@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;
	}
}

/*=======================================
	共通パーツ
=======================================*/
/* 2カラム */
.clms {
	display: flex;
	gap: 0 82px;
}
.clms .left,
.clms .right {
	width: 100%;
}
.clms .left.txt_area h3 {
	font-size: 45px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5555;
	margin-bottom: 27px;
}
@media screen and (max-width: 1300px) {
	.clms {
		gap: 0 6.3vw;
	}
	.clms .left.txt_area h3 {
		font-size: calc((45 / 1300) * 100vw);
	}
}

@media screen and (max-width: 767px) {
	.clms {
		flex-direction: column-reverse;
		gap: 20px;
	}
	.clms .left.txt_area h3 {
		font-size: 18px;
		margin-bottom: 12px;
	}
}

/* センター矢印 */
.center_arrow_box {
	padding: 75px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.center_arrow_box.pb_set01 {
	justify-content: flex-start;
	padding: 75px 0 20px 200px;
}
.center_arrow_box.pb_set02 {
	padding-bottom: 35px;
}
.center_arrow_box .img {
	width: 47px;
}
@media screen and (max-width: 1300px) {
	.center_arrow_box {
		padding: 3.615vw 0;
	}
	.center_arrow_box.pb_set01 {
		padding: 3.615vw 0 20px 15.3vw;
	}
	.center_arrow_box .img {
		width: 4.15vw;
	}
}

@media screen and (max-width: 767px) {
	.center_arrow_box,
	.center_arrow_box.pb_set01 {
		justify-content: center;
		padding: 26px 0;
	}
	.center_arrow_box.pb_set02 {
		padding-bottom: 24px
	}
	.center_arrow_box .img {
		width: 30px;
	}
}


/* sec_bnr */

.sec_bnr_btm {
	margin-bottom: 170px;
}

@media screen and (max-width: 1300px) {
	.sec_bnr_btm {
		margin-bottom: 13vw;
	}
}

@media only screen and (max-width: 767px){
.sec_bnr_btm {
	margin-bottom: 85px;
}
}





/*=======================================
	メインタイトルエリア
=======================================*/
#flow_sec .content {
	margin-bottom: 140px;
}
#flow_sec p.init {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.56666;
	text-align: center;
	padding-top: 100px;
	margin-bottom: 75px;
}

@media screen and (max-width: 1300px) {
	#flow_sec .content {
		margin-bottom: 10.76vw;
	}
	#flow_sec p.init {
		margin-bottom: 5.76vw;
		padding-top: 7.69vw;
	}
}

@media screen and (max-width: 767px) {
	#flow_sec .content {
		margin-bottom: 60px;
	}
	#flow_sec p.init {
		font-size: 16px;
		line-height: 1.85;
		margin-bottom: 30px;
		padding-top: 40px;
	}
}

/*=======================================
	wide_group01
=======================================*/
.wide_group01 .pop_outline {
	padding-top: 85px;
	background: url(../../../images/about/flow/img_pop.png) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 489px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 125px;
}
.wide_group01 .pop_outline::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 11px;
	background: url(../../../images/about/flow/img_pop_bg.png) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 489px;
	z-index: -1;
}
.wide_group01 .pop_outline h2 {
	font-size: 45px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5555;
	margin-bottom: 48px;
}
.wide_group01 .pop_outline p {
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.1em;
}
.wide_group01 .clms {
	margin-bottom: 70px;
}
@media screen and (max-width: 1300px) {
	.wide_group01 .pop_outline {
		padding-top: 6.53vw;
		height: 39.2vw;
		margin-bottom: 9.615vw;
	}
	.wide_group01 .pop_outline::before {
		height: 39.2vw;
	}
	.wide_group01 .pop_outline h2 {
		font-size: calc((45 / 1300) * 100vw);
		margin-bottom: 3.69vw;
	}
}

@media screen and (max-width: 767px) {
	.wide_group01 .pop_outline {
		padding: 40px 12px 0;
		background: url(../../../images/about/flow/img_pop_sp.png) no-repeat center;
		background-size: cover;
		width: 100%;
		height: 124.78vw;
		margin-bottom: 40px;
	}
	.wide_group01 .pop_outline.pop_outline::before {
		display: none;
	}
	.wide_group01 .pop_outline h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.wide_group01 .clms {
		margin-bottom: 30px;
	}
}


/*=======================================
	wide_group02
=======================================*/
.wide_group02 .flow_area {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 95px;
}
.wide_group02 .flow_area .clms {
	flex-direction: row-reverse;
}
.wide_group02 .flow_area .clms .left.txt_area .arrow_img {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wide_group02 .flow_area .clms .left.txt_area .arrow_img .img {
	width: 54px;
}

.wide_group02 .variety_box {
	padding: 60px 55px;
	border: 2px solid var(--main_color);
	border-radius: 20px;
	position: relative;
	z-index: -1;
}
.wide_group02 .variety_box::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -2px;
	transform: translateY(-50%);
	width: calc(100% + 4px);
	height: 180px;
	background-color: #fff;
	z-index: -1;
}
.wide_group02 .variety_box .set {
	z-index: 1;
	display: flex;
	gap: 55px;
}
.wide_group02 .variety_box .set .left {
	width: 49.1%;
}
.wide_group02 .variety_box .set .right {
	width: calc(100% - 55px - 49.1%);
}
.wide_group02 .variety_box .set .right .wide {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5666;
	margin-bottom: 30px;
}

@media screen and (max-width: 1300px) {
	.wide_group02 .flow_area {
		margin-bottom: 7.3vw;
	}
	.wide_group02 .flow_area .clms .left.txt_area .arrow_img {
		margin-top: 3.846vw;
	}
	.wide_group02 .flow_area .clms .left.txt_area .arrow_img .img {
		width: 4.15vw;
	}
	.wide_group02 .variety_box {
		padding: 4.615vw 4.23vw;
	}
	.wide_group02 .variety_box .set {
		gap: 4.23vw;
	}
	.wide_group02 .variety_box .set .right {
		width: calc(100% - 4.23vw - 49.1%);
	}
	.wide_group02 .variety_box .set .right .wide {
		font-size: calc((30 / 1300) * 100vw);
	}
}

@media screen and (max-width: 767px) {
	.wide_group02 .flow_area {
		margin-bottom: 40px;
	}
	.wide_group02 .flow_area .clms {
		flex-direction: column-reverse;
	}
	.wide_group02 .flow_area .clms .left.txt_area .arrow_img {
		margin-top: 25px;
	}
	.wide_group02 .flow_area .clms .left.txt_area .arrow_img .img {
		width: 30px;
	}
	.wide_group02 .variety_box {
		padding: 25px 30px;
		z-index: 1;
	}
	.wide_group02 .variety_box::before {
		display: none;
	}
	.wide_group02 .variety_box .set {
		flex-direction: column;
		gap: 20px;
	}
	.wide_group02 .variety_box .set .left,
	.wide_group02 .variety_box .set .right {
		width: 100%;
	}
	.wide_group02 .variety_box .set .right .wide {
		font-size: 16px;
		margin-bottom: 10px;
	}
}


/*=======================================
	wide_group03
=======================================*/
.wide_group03 .clms {
	align-items: center;
	margin-bottom: 112px;
}
.wide_group03 .clms .right .img {
	position: relative;
	width: calc(100% - 25px);
	height: calc(100% - 28px);
}
.wide_group03 .clms .right .img::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #F6DDD8;
	top: 28px;
	left: 25px;
	z-index: -1;
}
.wide_group03 .link_list {
	display: flex;
	gap: 20px;
}
.wide_group03 .link_list li {
	width: 100%;
	height: 349px;
	position: relative;
	border-radius: 20px;
	border: 1px solid var(--main_color);
}
.wide_group03 .link_list ._01 {
	background: url(../../../images/about/flow/link01.png) no-repeat center;
	background-size: cover;
}
.wide_group03 .link_list .btn01 {
	width: 198px;
	content: '';
	position: absolute;
	bottom: 32px;
	left: 50%;
	transform: translateX(-50%);
	height: auto;
}
.wide_group03 .link_list .btn01 a {
	display: inline-block;
	width: 100%;
	padding: 17px 25px;
	font-size: 11px;
}
.wide_group03 .link_list .btn01 a::after {
	width: 29px;
	height: 29px;
	right: 13px;
}
.wide_group03 .link_list ._02 {
	background: url(../../../images/about/flow/link02.png) no-repeat center;
	background-size: cover;
}
.wide_group03 .link_list ._03 {
	background: url(../../../images/about/flow/link03.png) no-repeat center;
	background-size: cover;
}
.wide_group03 .link_list ._04 {
	background: url(../../../images/about/flow/link04.png) no-repeat center;
	background-size: cover;
}

@media screen and (max-width: 1300px) {
	.wide_group03 .clms {
		margin-bottom: 8.60vw;
	}
	.wide_group03 .link_list {
		gap: 1.53vw;
	}
	.wide_group03 .link_list li {
		height: 27.957vw;
	}
	.wide_group03 .link_list .btn01 {
		width: 18vw;
		bottom: 2.4vw;
	}
	.wide_group03 .link_list .btn01 a {
		padding: 13px 20px;
		font-size: 10px;
	}
}
@media screen and (max-width: 1000px) {
	.wide_group03 .link_list {
		flex-wrap: wrap;
	}
	.wide_group03 .link_list li {
		width: calc((100% - 1.53vw) / 2);
	}
	.wide_group03 .link_list li {
		height: 57.2vw;
	}
	.wide_group03 .link_list .btn01 {
		width: 30vw;
		bottom: 30px;
	}
	.wide_group03 .link_list .btn01 a {
		padding: 25px 32px;
		font-size: calc((18 / 1000) * 100vw);
	}
}

@media screen and (max-width: 767px) {
	.wide_group03 .clms {
		margin-bottom: 30px;
	}
	.wide_group03 .clms .right .img {
		width: calc(100% - 12px);
		height: calc(100% - 14px);
	}
	.wide_group03 .clms .right .img::before {
		top: 12px;
		left: 14px;
		z-index: -1;
	}
	.wide_group03 .link_list {
		flex-direction: column;
		align-items: center;
		width: 80%;
		margin: auto;
		gap: 20px 0;
	}
	.wide_group03 .link_list li {
		width: 100%;
		height: 90vw;
	}
	.wide_group03 .link_list .btn01 {
		bottom: 30px;
		width: 90%;
	}
	.wide_group03 .link_list .btn01 a {
		padding: 15px 30px;
		font-size: 14px;
	}
}

/*=======================================
	wide_group04
=======================================*/
.wide_group04 .clms {
	margin-bottom: 66px;
}
.wide_group04 .clms .left.txt_area {
	padding-top: 55px;
}

.wide_group04 .border_box {
	border: 3px solid var(--main_color);
}
.wide_group04 .border_box .set {
	display: flex;
	padding: 18px 57px 50px 57px;
}
.wide_group04 .border_box .set > .img {
	margin-right: 102px;
	width: 361px;
}
.wide_group04 .border_box .set .txt_area {
	width: calc(100% - 102px - 361px);
}
.wide_group04 .border_box .set .txt_area .wide {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 22px;
	padding-top: 18px;
}
.wide_group04 .border_box .set .txt_area .clm {
	display: flex;
	gap: 50px;
}
.wide_group04 .border_box .set .txt_area .clm p {
	width: calc(100% - 50px - 170.02px);
}
.wide_group04 .border_box .set .txt_area .clm .img {
	width: 170.02px;
}

@media screen and (max-width: 1300px) {
	.wide_group04 .clms {
		margin-bottom: 5vw;
	}
	.wide_group04 .clms .left.txt_area {
		padding-top: 4.23vw;
	}
	.wide_group04 .border_box .set > .img {
		margin-right: 7.84vw;
		width: 22.56vw;
	}
	.wide_group04 .border_box .set .txt_area {
		width: calc(100% - 22.56vw - 7.84vw);
	}
	.wide_group04 .border_box .set .txt_area .wide {
		font-size: calc((30 / 1300) * 100vw);
	}
	.wide_group04 .border_box .set .txt_area .clm {
		display: flex;
		gap: 3.84vw;
	}
	.wide_group04 .border_box .set .txt_area .clm p {
		width: calc(100% - 3.84vw - 9.7vw);
	}
	.wide_group04 .border_box .set .txt_area .clm .img {
		width: 9.7vw;
	}
	.wide_group04 .border_box .set {
		padding: 18px 6.15vw 3.84vw 4.38vw;
	}
}

@media screen and (max-width: 767px) {
	.wide_group04 .clms {
		margin-bottom: 40px;
	}
	.wide_group04 .clms .left.txt_area {
		padding-top: 0;
	}
	.wide_group04 .border_box .set {
		padding: 15px 27px 25px;
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}
	.wide_group04 .border_box .set > .img {
		margin-right: 0;
		width: 80%;
	}
	.wide_group04 .border_box .set .txt_area {
		width: 100%;
	}
	.wide_group04 .border_box .set .txt_area .wide {
		font-size: 16px;
		padding-top: 0;
		margin-bottom: 12px;
	}
	.wide_group04 .border_box .set .txt_area .clm {
		display: flex;
		gap: 10px;
	}
	.wide_group04 .border_box .set .txt_area .clm p {
		width: calc(100% - 10px - 84px);
	}
	.wide_group04 .border_box .set .txt_area .clm .img {
		width: 84px;
	}
}

/*=======================================
	wide_group05
=======================================*/

.wide_group05 .clms {
	flex-direction: row-reverse;
}
.wide_group05 .clms .left.txt_area {
	padding-top: 55px;
}
@media screen and (max-width: 1300px) {
	.wide_group05 .clms .left.txt_area {
		padding-top: 4.23vw;
	}
}
@media screen and (max-width: 767px) {
	.wide_group05 .clms {
		flex-direction: column-reverse;
		gap: 20px;
	}
}



/*=======================================
	notes
=======================================*/
.notes {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.857;
}
@media only screen and (max-width: 767px){
.notes {
	font-size: 11px;
}
}



.wide_group02 .notes {
	margin-top: 38px;
}
@media only screen and (max-width: 767px){
.wide_group02 .notes {
	margin-top: 10px;
}
}

