@charset "UTF-8";
/* CSS Document */

body {
    padding: 0;
}
header {
    background: rgba(247,247,247,0.94);
}

section {
    overflow-x: hidden;
}

section h3 {
    font-size: 24px;
    line-height: 140%;
    font-weight: bold;
    margin-bottom: 25px;
}
section p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 25px;
}
section .wrapper {
    width: 980px;
    margin: auto;
}

section#sec_01 {
    background: url(../images/advantage2/00.jpg) center top no-repeat;
    padding: 100px 0 0;
    overflow: hidden;
	margin-top:100px;
}
section#sec_01 .heading {
    width: 575px;
    margin: 0 0 0 auto;
    text-align: right;
}
section#sec_01 .heading img {
    margin: 0 50px 40px 0;
}
section#sec_01 .heading h2 {
    font-size: 40px;
    line-height: 130%;
    font-weight: bold;
    padding: 0 54px 0 0;
    background: url(../images/advantage2/heading_01.png) right top no-repeat;
    height: 151px;
    letter-spacing: -0.05em;
}
section#sec_01 .heading .name {
    margin: 15px 50px 55px;
    font-size: 12px;
    font-weight: bold;
}
section#sec_01 .c01_1 {
    width: 980px;
    margin: 79px 0 0 auto;
}
section#sec_01 .c01_1 ul {
	display:flex;
	justify-content: space-between;
	background:#fff;
	padding:40px;
	border-radius: 20px 20px 0 0;
}
section#sec_01 .c01_1 ul li {
	text-align:center;
	font-weight:bold;
}
section .clear {
    position: relative;
}
section .clear::after {
    content: '';
    display: block;
    clear: both;
}
section#sec_01 .c01_2 {
    margin: 30px 0 0;
    padding: 120px 0 0;
}

section#sec_02 {
    background: url(../images/advantage2/02_1.jpg) center top repeat-y;
    overflow: hidden;
}
section#sec_03 {
    background: url(../images/advantage2/03_1.jpg) center top repeat-y;
    overflow: hidden;
}
section#sec_04 {
    background: url(../images/advantage2/04_1.jpg) center top repeat-y;
    overflow: hidden;
}
section .c02_0,
section .c03_0,
section .c04_0 {
    padding: 60px 0 0;
}
section .c02_2 p {
	margin-top:-20px;
	font-size:12px;
}


section .heading {
    width: 980px;
    margin-left: 10px;
}
section .heading h2 {
    font-size: 40px;
    line-height: 130%;
    font-weight: bold;
    padding: 0;
    height: 80px;
}

.case {
	width:980px;
	margin:0 auto;
	height:60px;
	display: flex;
	vertical-align: top;
	margin-bottom:30px;
}
.case .case-title {
	text-align:center;
	background:#7bc021;
	border-radius: 5px 0 0 5px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	height:100%;
	display:inline-block;
	line-height:1;
	padding:15px;
	margin:0;
	width:10%;
}
section#sec_03 .case .case-title {
	background:#c79d84;
}
section#sec_04 .case .case-title {
	background:#84a5c7;
}

.case .case-title span {
	display:block;
	font-size:8px;
	font-weight:normal;
	}
.case .case-name {
	display:inline-block;
	background:#ddeec8;
	border-radius: 0 5px 5px 0;
	color:#000;
	font-size:24px;
	font-weight:bold;
	height:100%;
	margin:0;
	padding:15px;
	width:90%;
}
section#sec_03 .case .case-name {
	background:#f4ead8;
}
section#sec_04 .case .case-name {
	background:#d8e7f4;
}

section .heading .name {
    margin: 0 0 30px 0;
    font-weight: normal;
	line-height:1.8;
}
section .c02_1{
    margin: 40px auto;
}

section#sec_02 .c02_1::after, 
section#sec_02 .c02_2::after, 
ul.point::after {
    content: '';
    display: block;
    clear: both;
}

ul.point {
	width:980px;
	display:flex;
justify-content: space-around;
	margin-bottom:100px;
}

ul.point li {
	text-align:center;
	background:#eaf3e0;
	padding:40px;
	font-size:24px;
	font-weight:bold;
	border-radius: 30px;
	border:solid 4px #a3968d;
	line-height:1.5;
}
section#sec_03 ul.point li {
	background:#f4ead8;
	border:solid 4px #bbb;
}
section#sec_04 ul.point li {
	background:#fff;
	border:solid 4px #bbb;
}


img.cap {
    margin:0 auto;
    display: block;
}
section .c02_2,
section .c03_2,
section .c04_2  {
    text-align:center;
}



@media screen and (max-width:640px) {
	section#sec_01 .c01_1 ul {
		padding:10px;
		border-radius: 10px 10px 0 0;
	}
	section#sec_01 .c01_1 ul li{
		font-size:3vw;
		line-height:1.5;
	}
	ul.point {
		width:auto;
		margin-bottom:30px;
	}
	ul.point li {
		padding:1vw;
		font-size:3vw;
		border-radius: 10px;
		border:solid 2px #a3968d;
	}
	section#sec_03 ul.point li {
		border:solid 2px #bbb;
	}
	section#sec_04 ul.point li {
		border:solid 2px #bbb;
	}
	.case {
		width:auto;
		height:50px;
	}
	.case .case-title {
		width:20%;
		height:100%;
		padding:10px 5px 5px;
		font-size:16px;
	}
	.case .case-title span{
		font-size:6px;
	}
	.case .case-name {
		height:100%;
		width:80%;
		padding:12px 5px;
		font-size:16px;
	}
	section .c02_2 {
	    margin: 30px auto 0;
	}

    body {
        padding: 0;
    }
    header {
        background: rgba(247,247,247,0.94);
    }

    section {
        overflow-x: hidden;
    }
	section .heading .name {
		font-size:12px;
		line-hegit:1.5;
		margin-bottom:1em;
	}
    section h3 {
        font-size: 4.4vw;
        line-height: 140%;
        font-weight: bold;
        margin-bottom: 4vw;
    }
    section p {
        font-size: 12px;
        line-height: 150%;
        margin-bottom: 1em;
    }
    section .wrapper {
        width: auto;
        margin: auto;
        overflow: hidden;
	padding:10px;
    }

    section#sec_01 .wrapper {
		padding:0 10px 0;
	}
    section#sec_01 {
        background: url(../images/advantage2/00.jpg) center top 0/280% auto no-repeat;
        min-height: 0;
        padding: 0 0;
	margin-top:0px;
    }
    section#sec_01 .heading {
        width: auto;
        margin: 20vw 0 0 auto;
        text-align: center;
        height: 40vw;
    }
    section#sec_01 .heading img {
        width: 40vw;
        margin: 0 8vw 4vw 0;
    }
    section#sec_01 .heading h2 {
        font-size: 4.5vw;
        line-height: 140%;
        font-weight: bold;
        padding: 0 9vw 0 0;
        background: url(../images/advantage2/heading_01.png) right 3vw top/auto 18vw no-repeat;
        height: 18vw;
        letter-spacing: -0.05em;
    }
    section#sec_01 .heading .name {
        margin: 2vw 6vw 0 0;
        font-size: 10px;
        font-weight: bold;
    }
    section#sec_01 .c01_1 {
        width: auto;
        margin: 0 4vw 0;
    }
    section .clear {
        position: relative;
    }
    section .clear::after {
        content: '';
        display: block;
        clear: both;
    }
    section#sec_01 .c01_2 {
        margin: 10vw 4vw 0;
        padding: 0 0 0;
    }
    section#sec_01 .c01_2 .textArea {
        width: auto;
    }
    section#sec_01 .c01_2 .textArea p.image {
        text-align: center;
        margin: 8vw 0 8vw;
    }
    section#sec_01 .c01_2 .textArea p.image img {
        width: 100%;
        max-width: 384px;
    }
    section#sec_01 .c01_2 .textArea p.image span {
        display: block;
        font-size: 10px;
        line-height: 120%;
        margin-top: 5px;
    }
    section#sec_01 .c01_2 .imageArea {
        position: static;
        top: inherit;
        left: inherit;
        width: auto;
        margin: 8vw 0;
    }
    section#sec_01 .c01_2 .imageArea img {
        width: 50%;
        max-width: 280px;
        margin: auto;
        display: block;
    }
    section#sec_01 .c01_2 .imageArea span {
        display: block;
        font-size: 10px;
        line-height: 120%;
        margin-top: 8px;
        text-align: center;
    }
    section#sec_01 .c01_3 {
        margin: 10vw 4vw 0;
    }
    section#sec_01 .c01_3 .textArea {
        width: auto;
        margin: 0 0 0 auto;
    }
    section#sec_01 .c01_3 .imageArea {
        position: static;
        top: inherit;
        right: inherit;
        width: auto;
        text-align: right;
    }
    section#sec_01 .c01_3 .imageArea img {
        width: 140%;
        max-width: 685px;
        margin: 0 auto 0 -40%;
        display: block;;
    }
    section#sec_01 .c01_3 .imageArea span {
        display: block;
        font-size: 12px;
        line-height: 120%;
        width: auto;
        text-align: center;
        margin: 15px 0 0 auto;
    }
	section .heading {
		width:auto;
	}
	section .heading h2 {
		margin:20px 0;
		font-size:20px;
		height:auto;
		text-align:center;
	}
	section .c02_0,
	section .c03_0,
	section .c04_0 {
	    padding: 10px 0 0;
	}
	img.cap {
		width:100%;
	}

}/*640*/



section#sec_01 .c01_1,

section#sec_02 .c02_0,
section#sec_02 .c02_1,
section#sec_02 .c02_2,

section#sec_03 .c02_0,
section#sec_03 .c02_1,
section#sec_03 .c02_2,

section#sec_04 .c02_0,
section#sec_04 .c02_1,
section#sec_04 .c02_2,

section#contact {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s, transform 0.5s;
}

@media screen and (max-width:640px) {
	section#sec_01 .c01_1,

	section#sec_02 .c02_0,
	section#sec_02 .c02_1,
	section#sec_02 .c02_2,

	section#sec_03 .c02_0,
	section#sec_03 .c02_1,
	section#sec_03 .c02_2,

	section#sec_04 .c02_0,
	section#sec_04 .c02_1,
	section#sec_04 .c02_2,

	section#contact {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.5s, transform 0.5s;
    }
}
section .show,
section.show {
    opacity: 1!important;
    transform: translateY(0)!important;
}


