@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px) {
#pc------------------------------------------- {
}
main .snav ul li:nth-of-type(2) a {
	background-color: #005DA5;
	color: #fff;
	transition: 0.3s;
}





#strength h2 {
	font-size: 2.196vw;    /* 30px */
	margin-bottom: 2.929vw; /* 40px */
}
#strength h2+p {
	font-size: 3.296vw;    /* 45px */
	margin-bottom: 6.589vw; /* 90px */
}
#strength .flex {
	width: 74.927vw;       /* 1024px */
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#strength .flex div {
	width: 18.571vw;       /* 240px */
	text-align: left;
}
#strength .flex div .icon {
	background-color: #005DA5;
	width: 8.056vw;        /* 110px */
	height: 6.222vw;       /* 85px */
	color: #fff;
	text-align: center;
	font-family: "Josefin Sans", sans-serif;
	font-size: 0.878vw;    /* 12px */
	font-weight: normal;
	padding-top: 1.830vw;  /* 25px */
	margin-bottom: 3.661vw; /* 50px */
}
#strength .flex div .icon span {
	font-size: 3.661vw;    /* 50px */
	display: block;
	margin-top: 1.464vw;   /* 20px */
}
#strength .flex div h3 {
	font-size: 1.318vw;    /* 18px */
	color: #005DA4;
}
#strength .flex div h3 span {
	font-size: 2.335vw;    /* 36px */
	display: block;
	margin-top: 1.464vw;   /* 20px */
}
#strength .flex div p {
	margin-top: 1.830vw;   /* 25px */
	font-size: 1.098vw;    /* 15px */
	line-height: 1.7em;
}
#strength .flex figure {
	width: 52.991vw;       /* 724px */
}
#strength .inner {
	background-color: #CFDEEC;
	padding-top: 5.857vw;  /* 80px */
	padding-bottom: 5.857vw; /* 80px */
	margin-top: 5.857vw;  /* 80px */
	margin-bottom: 5.857vw; /* 80px */
}
#strength .inner .flex {
	flex-direction: row-reverse;
}
#strength .inner.last {
	margin-bottom: 0!important;
	margin-bottom: -7.504vw!important; /* -82px */
}
}




/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
main .snav ul li:nth-of-type(2) a {
	background-color: #005DA5;
	color: #fff;
	transition: 0.3s;
}





#strength h2 {
	font-size: 4.5vw;
	margin-bottom: 2vw;
}
#strength h2+p {
	font-size: 8vw;
	margin-bottom: 10vw;
	line-height: 1.4em;
}
#strength .flex {
	margin-left: 5vw;
	margin-right: 5vw;
}
#strength .flex div {
	text-align: left;
	position: relative;
}
#strength .flex div .icon {
	background-color: #005DA5;
	width: 20vw;
	padding-top: 4vw;
	padding-bottom: 4vw;
	color: #fff;
	text-align: center;
	font-family: "Josefin Sans", sans-serif;
	font-size: 3vw;
	font-weight: normal;
}
#strength .flex div .icon span {
	font-size: 10vw;
	display: block;
	margin-top: 2vw;
}
#strength .flex div h3 {
	font-size: 5vw;
	color: #005DA4;
	position: absolute;
	left: 24vw;
	top: 1.5vw;
}
#strength .flex div h3 span {
	font-size: 8vw;
	display: block;
	margin-top: 3vw;
}
#strength .flex div p {
	line-height: 1.7em;
	margin-top: 4vw;
	margin-bottom: 4vw;
}
#strength .flex figure {
}
#strength .inner {
	background-color: #CFDEEC;
	padding-top: 10vw;
	padding-bottom: 10vw;
	margin-top: 10vw;
	margin-bottom: 10vw;
}
#strength .inner.last {
	margin-bottom: 0px!important;
	margin-bottom: -20vw!important;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}