@charset "UTF-8";
/* CSS Document */

main {
	margin-top: 40px;
	background: #fff;
	color: #403734;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.bottomtext {
	text-align: center;
	line-height: 1;
}
.bottomtext + p {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 4.3589vw;
}
.color-1{
	color: #4b4599;
}
.color-2{
	color: #85c4c6;
}

/* for SP */
@media (max-width: 640px) {
main {
	padding-bottom: 6.153846vw;
}
picture img {
	width: 100%;
	height: auto;
}

section{
	margin: 0 auto;
	text-align: center;
}

.sec-1 {
	width: 100%;
	padding-bottom: 6.4102vw;
	background: url("img/sec-1_bg-btm_sp.png") 50% 100% no-repeat;
	background-size: 82.3076vw auto;
	margin-top: 5.1282vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.sec-1 h2{
	width: 100%;
	margin-bottom: 4.4871vw;
	text-align: right;
}
.sec-1 h2 picture {
	display: block;
}
.sec-1 h2 img{
	width: 91.4102vw;
}
.sec-1 ul{
	width: 82.3076vw;
	margin: 0 auto;
}
.sec-1 li + li{
	margin-top: 7.0512vw;
}
.sec-1 ul + p{
	order: 4;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 4.8717vw;
}
.sec-1 .btmtext {
	margin-top: 5.1282vw;
	font-size: 2.8846vw;
	font-weight: bold;
}
.sec-1 .btmtext strong {
	max-width: 8em;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.8em 1.5em;
	border-radius: 1.923vw;
	background-image: linear-gradient(125deg, rgba(154, 127, 56, 1), rgba(192, 177, 125, 1) 60%, rgba(154, 127, 56, 1));
	color: #fff;
	margin-bottom: 0.8em;
}

.linkbtn-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	border: 1px solid #9c9a9a;
	border-radius: 1.7em;
	background: #eeefef;
	padding: 1.2em 2em;
	margin: 0 auto;
	color: #3f3a39;
	font-weight: bold;
	font-size: 2.5641vw;
}
.linkbtn-1:hover {
	opacity: 0.7;
}

.sec-2 {
	width: 100%;
	margin-top: 4.4871vw;
}
.sec-2 h2 {
	margin-bottom: 5.1282vw;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.sec-2 h2 span {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 12em;
	height: auto;
	padding: 0.8em 2em;
	border: 1px solid #b0add2;
	font-size: 2.8846vw;
	font-weight: bold;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
}
.sec-2 li {
	position: relative;
	text-align: center;
}
.sec-2 li img {
	width: 82.5641vw;
}
.sec-2 li:first-child {
	padding: 7.94871vw 0 8.5897vw;
	background: #efedf7;
}
.sec-2 li:last-child {
	padding: 8.3333vw 0 7.5641vw;
	background: #e5f5f5;
}
.sec-2 li:last-child::before {
	content: "";
	display: block;
	width: 82.5641vw;
	height: 2.1794vw;
	background: url("img/sec-2_bg-or_sp.png") 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: -1.1538vw;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.sec-2 li .more {
	width: 10em;
	height: auto;
	padding: 0.7em 1.25em;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 25.1vw;
	left: calc(30.7692vw - 5em);
	background: #fff;
	font-size: 2.0512vw;
}
.sec-2 li:last-child .more {
	top: 27.0512vw;
	left: calc(31.4102vw - 5em);
}
.sec-2 li .more:hover {
	opacity: 0.7;
}
.bottomtext {
	margin-top: 6.4102vw;
	font-size: 2.5641vw;
}
}/* end @media*/

/* for PC */
@media (min-width: 641px) {

main {
	width: 960px;
	margin: 40px auto 0;
	padding-bottom: 38px;
}

section picture {
	/*display: block;*/
}

.linkbtn-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 228px;
	height: 58px;
	border: 1px solid #9c9a9a;
	border-radius: 30px;
	background: #eeefef;
	margin: 0 auto;
	color: #3f3a39;
	font-weight: bold;
	font-size: 16px;
}
.linkbtn-1:hover {
	opacity: 0.7;
}

.bottomtext {
	margin-top: 46px;
	font-size: 18px;
}
.bottomtext + p {
	margin-top: 32px;
}

.sec-1 {
	padding-bottom: 82px;
	background: url("img/sec-1_bg-btm_pc.png") 50% 100% no-repeat;
	margin-top: 43px;
}
.sec-1 h2 {
	margin-bottom: 38px;
	text-align: right;
}
.sec-1 li{
	text-align: center;
}
.sec-1 li + li{
	margin-top: 25px;
}
.sec-1 ul + p {
	margin-top: 40px;
	text-align: center;
}

.sec-1 .btmtext {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
}
.sec-1 .btmtext strong {
	display: flex;
	width: 120px;
	height: 37px;
	border-radius: 10px;
	background-image: linear-gradient(125deg, rgba(154, 127, 56, 1), rgba(192, 177, 125, 1) 60%, rgba(154, 127, 56, 1));
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-right: 12px;
}


.sec-2 {
	margin-top: 49px;
}
.sec-2 h2 {
	margin-bottom: 46px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.sec-2 h2 span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 238px;
	height: 53px;
	border: 1px solid #b0add2;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
}
.sec-2 li{
	position: relative;
	text-align: center;
}
.sec-2 li:first-child {
	padding: 88px 0 92px;
	background: #efedf7;
}
.sec-2 li:last-child {
	padding: 89px 0 69px;
	background: #e5f5f5;
}
.sec-2 li .more {
	width: 100px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 420px;
	left: 100px;
	background: #fff;
	font-size: 11px;
}
.sec-2 li .more:hover {
	opacity: 0.7;
}
.sec-2 li:last-child::before {
	content: "";
	display: block;
	width: 749px;
	height: 22px;
	background: url("img/sec-2_bg-or_pc.png") 0 0 no-repeat;
	position: absolute;
	top: -11px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

}/* end @media*/
