@charset "UTF-8";

/* mv -------------------------------------- */
article#mv {
    background: url(../img/mv-bg.jpg) center center no-repeat;
    background-size: cover;
	z-index: 1;
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.3);
	margin-top: 125px;
}
article#mv>section {
    padding: 50px 0;
}
article#mv section>h1 {
    width: 70%;
    margin: 0 auto;
}
article#mv h2 {
    font-size: 21px;
    font-size: 2.1rem;
    text-align: center;
    line-height: 1.5em;
    margin: 25px auto;
}
article#mv ul {
    width: 70%;
    margin: 0 auto;
}
article#mv ul li {
    width: 23%;
    position: relative; 
    z-index: 1;
}
article#mv section>img {
    position: absolute;
    bottom: 0;
    right: -20px;
    z-index: 0;
    width: 23%;
}

@media screen and (max-width: 1024px){
	article#mv ul {
		width: 80%;
	}
	article#mv h2 {
		font-size: 2vw;
	}
	article#mv section>img {
		width: 23vw;
	}
}
@media screen and (max-width: 768px){
	article#mv {
		margin-top: 50px;
	}
	article#mv>section {
		padding: 30px 0 0;
	}
	article#mv section>h1 {
	    width: 100%;
	}
	article#mv h2 {
		font-size: 3vw;
		margin: 15px auto;
	}
	article#mv ul {
	    width: 75%;
	    margin: 0;
	}
	article#mv ul li {
	    width: 48%;
	    position: relative; 
		padding-bottom: 10px;
	}
	article#mv section>img {
		width: 33vw;
	}
}

/* section1 -------------------------------------- */
article#section1 {
    background: url(../img/sec1-bg.jpg) center center;
	background-size: 10%;
}
#section1>#s1-1{
	height: 400px;
	padding: 50px 0;
}
#section1>#s1-1 h2 {
	text-align: center;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1.5em;
	font-weight: bold;
	color: #35c0d8;
	margin-bottom: 0.5em;
}
#section1>#s1-1 ul {
	display: inline-block;
	margin: 0 auto;
}
#section1>#s1-1 ul li {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 2em;
	font-weight: bold;
}
#section1>#s1-1 ul li:before {
	content: "";
	display: inline-block;
	width: 1em; 
	height: 1em;
	margin-right: 0.5em;
	background: url("../img/check.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}
#section1>#s1-1 img:nth-of-type(1) {
	width: 10%;
	position: absolute;
	top: 10%;
	left: -3%;
}
#section1>#s1-1 img:nth-of-type(2) {
	width: 9%;
	position: absolute;
	bottom: -3%;
	left: 7%;
}
#section1>#s1-1 img:nth-of-type(3) {
	width: 10.5%;
	position: absolute;
	top: 10%;
	right: -2%;
}
#section1>#s1-1 img:nth-of-type(4) {
	width: 12.5%;
	position: absolute;
	bottom: -3%;
	right: 8%;
}
#section1>img {
	position: relative;
	z-index: 1;
	margin-top: 25px;
}
#section1>#s1-2{
	width: 100%;
	max-width: unset;
	position: relative;
	z-index: 2;
	background: #35c0d8;
}
#section1>#s1-2 h2 {
	text-align: center;
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1.5em;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0.3em;	
}
#section1>#s1-2 h3 {
	text-align: center;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.5em;
	color: #fff;
	margin-bottom: 1em;	
}
#section1>#s1-2 ul {
    max-width: 1400px;
    width: 80%;
    margin: 0 auto 50px;
}
#section1>#s1-2 ul a {
	width: 48%;
	margin-bottom: 30px;
	height: 100px;
	padding: 10px 50px;
	position: relative;
	display: flex;
	align-items: center;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);	
}
#section1>#s1-2 ul a li {
	position: relative;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.25em;
}

@media screen and (max-width: 1024px){
	#section1 br.tab {
		display: inherit;
	}
	#section1>#s1-1{
		height: 425px;
	}
	#section1>#s1-1 ul li {
		font-size: 2vw;
	}
	#section1>#s1-1 img:nth-of-type(1) {
		width: 12%;
		top: 5vw;
		left: 4vw;
	}
	#section1>#s1-1 img:nth-of-type(2) {
		width: 10%;
		bottom: 0px;
		left: 2vw;
	}
	#section1>#s1-1 img:nth-of-type(3) {
		width: 12%;
		top: 4vw;
		right: 4vw;
	}
	#section1>#s1-1 img:nth-of-type(4) {
		width: 14%;
		bottom: 0px;
		right: 1vw;
	}
	#section1>#s1-2 h2 {
		font-size: 3.5vw;
	}
	#section1>#s1-2 h3 {
		font-size: 3vw;
	}
	#section1>#s1-2 ul a li {
		font-size: 2vw;
	}
	#section1>#s1-2 ul a {
		padding: 10px 30px;	
	}
}
@media screen and (max-width: 768px){
	article#section1 {
		background-size: 30%;
	}
	#section1>#s1-1{
		height: auto;
		padding: 25px 0 0;
	}
	#section1>#s1-1 h2 {
		font-size: 4vw;
		line-height: 1.35em;
	}
	#section1>#s1-1 ul li {
		font-size: 1.5vw;
	}
	#section1>#s1-1 img:nth-of-type(1) {
		width: 12%;
		top: 30px;
		left: -2vw;
	}
	#section1>#s1-1 img:nth-of-type(2) {
		width: 10%;
		bottom: 0px;
		left: 8vw;
	}
	#section1>#s1-1 img:nth-of-type(3) {
		width: 13%;
		top: 30px;
		right: -2vw;
	}
	#section1>#s1-1 img:nth-of-type(4) {
		width: 15%;
		bottom: 0px;
		right: 8vw;
	}
	#section1>img {
		margin-top: 10px;	
	}
	#section1>#s1-2 h2 {
		font-size: 3vw;
	}
	#section1>#s1-2 h3 {
		font-size: 2.5vw;
	}
	#section1>#s1-2 ul {
		margin-bottom: 25px;
	}
	#section1>#s1-2 ul a {
		padding: 10px;	
	}
	#section1>#s1-2 ul a li {
		font-size: 2vw;
	}
}
@media screen and (max-width: 499px){
	#section1>#s1-1 h2 {
		font-size: 6vw;
		line-height: 1.35em;
	}
	#section1>#s1-1 ul li {
		font-size: 8px;
	}
	#section1>#s1-1 img:nth-of-type(1) {
		width: 13%;
		top: 8vw;
		left: 3vw;
	}
	#section1>#s1-1 img:nth-of-type(2) {
		width: 11%;
		bottom: 0px;
		left: -2vw;
	}
	#section1>#s1-1 img:nth-of-type(3) {
		width: 14%;
		top: 6vw;
		right: 3vw;
	}
	#section1>#s1-1 img:nth-of-type(4) {
		width: 15%;
		bottom: 0px;
		right: -2vw;
	}
	#section1>#s1-2 h2 {
		font-size: 4vw;
	}
	#section1>#s1-2 h3 {
		font-size: 3vw;
	}
	#section1>#s1-2 ul a {
		width: 100%;
		height: 75px;
	}
	#section1>#s1-2 ul a li {
		font-size: 4vw;
	}

}

/* section2 -------------------------------------- */
article#section2 {
    background: #ffffe3;
	padding-bottom: 50px;
}
#section2 h2 {
	text-align: center;
	font-size: 40px;
	font-size: 4rem;
	font-weight: bold;	
	letter-spacing:0.1em;
	padding: 50px 0;
}
#section2>section[id^="s2-"] {
	max-width: unset;
	width: 100%;
}
#section2>section[id^="s2-"]>div {
    max-width: 1400px;
    width: 80%;
    margin: 0 auto;
}
#section2>#s2-1 div section {
	width: 48%;
	margin-bottom: 50px;
}
#section2>#s2-1 div section.dummy {
	width: 25%;
	margin-bottom: 0;
}
#section2>#s2-1 div section:nth-of-type(6) {
	margin-bottom: 0;
}
#section2>#s2-1 div section img[alt^="0"] {
	width: 35%;
}
#section2>#s2-1 div section img[src*="hr"] {
	width: 100%;
}
#section2>#s2-1 div section h3 {
	text-align: center;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 20px 0 10px;
}
#section2>#s2-1 div section p {
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}
#section2>#s2-1 div section a {
	text-decoration: underline;
}
#section2>#s2-2 section {
	width: 32%;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);	
}
#section2>#s2-2 section div.turq-bg {
	height: 40%;
	padding: 20px 0;
}
#section2>#s2-2 section div.white-bg {
	height: 60%;
	padding: 20px 0;
}
#section2>#s2-2 section p.number {
	text-align: center;
	font-size: 48px;
	font-size: 4.8rem;
	color: #ffff00;
}
#section2>#s2-2 section h3 {
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 0.5em;
}
#section2>#s2-2 section img {
	width: 75%;
}

@media screen and (max-width: 1024px){
	#section2 br.tab {
		display: inherit;
	}
	#section2>#s2-1 div section h3 {
		font-size: 3vw;
		line-height: 1.25em;
	}
	#section2>#s2-1 div section p {
		font-size: 1.5vw;
	}
	#section2>#s2-2 section h3 {
		font-size: 2vw;
	}	
	#section2>#s2-2 section div.turq-bg, #section2>#s2-2 section div.white-bg {
		height: 50%;
	}
}
@media screen and (max-width: 768px){
	#section2 h2 {
		font-size: 5vw;
	}
	#section2>section[id^="s2-"]>div {
   		margin: 0 auto 0px;
	}
	#section2>#s2-1 div section h3 {
		font-size: 3.5vw;
		line-height: 1.25em;
	}
	#section2>#s2-1 div section p {
		font-size: 2vw;
	}
	#section2>#s2-2 section div.turq-bg, #section2>#s2-2 section div.white-bg {
		height: 50%;
	}
	#section2>#s2-2 section h3 {
		font-size: 2vw;
	}
	#section2>#s2-1 div section img[alt^="0"] {
		width: 60%;
	}
}
@media screen and (max-width: 499px){
	article#section2 {
		padding-bottom: 50px;
	}
	#section2>#s2-1 div section {
		width: 100%;
	}
	#section2>#s2-1 div section h3 {
		font-size: 5vw;
		line-height: 1.25em;
	}
	#section2>#s2-1 div section p {
		font-size: 3vw;
	}
	#section2>#s2-1 div section.dummy {
		display: none;
	}
	#section2>#s2-2 h2 {
		padding: 30px 0;
	}
	#section2>#s2-2 section p.number {
		font-size: 5vw;
	}
/*
	#section2>#s2-2 section {
		width: 100%;
		height: 200px;
	    margin-bottom: 25px;
	}
	#section2>#s2-2 div.flex {
		display: block;
	}
	#section2>#s2-2 section div.turq-bg {
		height: 100%;
		width: 30%;
	    float: left;
	}
	#section2>#s2-2 section div.white-bg {
		height: 100%;
		width: 70%;
	    float: right;
	}
	#section2>#s2-2 section p.number {
		margin-top: 40px;
	}
*/
}

/* section3 -------------------------------------- */
article#section3 {
    background: url(../img/sec3-bg.jpg) center center;
	background-size: 10%;
	padding: 50px 0 10px;
}
#section3 h2 {
	text-align: center;
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 0.3em;	
}
#section3>#s3-1 h3 {
	text-align: center;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 50px;	
}
#section3 div>img:nth-of-type(1) {
	width: 10%;
	position: absolute;
	bottom: 60px;
	left: 2%;
}
#section3 div>img:nth-of-type(2) {
	width: 8.5%;
	position: absolute;
	bottom: 55px;
	right: 4%;
}
#section3>img {
	margin-bottom: 50px;
}
#section3>#s3-2 {
	max-width: unset;
	width: 100%;
}
#section3>#s3-2 section[id^="kenshu"] {
    max-width: 1400px;
    width: 80%;
    margin: 0 auto 50px;
	position: relative;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);	
}
#section3>#s3-2 section[id^="kenshu"]>div.white-bg {
	padding: 40px 50px;
}
#section3>#s3-2 section[id^="kenshu"]>div:nth-of-type(1) {
	height: 140px;
	display: flex;
	align-items: center;
	padding: 50px;
}
#section3>#s3-2 div.block01 {
	width: 60px;
	height: 60px;
	position: absolute;
	top: -15px;
	left: -15px;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);	
}
#section3>#s3-2 p.number {
	display: block;
	color: #fff;
	text-align: center;
}
#section3>#s3-2 p.number span.big {
	display: block;
	font-size: 32px;
	font-size: 3.2rem;
}
#section3>#s3-2 section[id^="kenshu"] h3 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.5em;
	font-weight: bold;
	margin-left: 1.5em;
}
#section3>#s3-2 section[id^="kenshu"] dt {
	width: 25%;
}
#section3>#s3-2 section[id^="kenshu"] dd {
	width: 73%;
}
#section3>#s3-2 section[id^="kenshu"] dd>p {
	display: block;
	width: 100%;
	padding: 5px 10px 5px 20px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
}
#section3>#s3-2 section[id^="kenshu"] h4 {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.2em;
	margin: 1em 0;
}
#section3>#s3-2 section#kenshu05 h4 {
	margin: 0.4em 0;
}
#section3>#s3-2 section[id^="kenshu"] h5 {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media screen and (max-width: 1024px){
	#section3 h2 {
		font-size: 3.5vw;
	}
	#section3>#s3-1 h3 {
		font-size: 2.5vw;
	}
	#section3 div>img:nth-of-type(1) {
		width: 10%;
		bottom: 5vw;
		left: -2vw;
	}
	#section3 div>img:nth-of-type(2) {
		width: 9%;
		bottom: 5vw;
		right: 0vw;
	}
	#section3>#s3-2 section[id^="kenshu"]>div:nth-of-type(1) {
		height: 100px;
		padding: 25px 50px;
	}
	#section3>#s3-2 section[id^="kenshu"] dt {
		width: 40%;
	}
	#section3>#s3-2 section[id^="kenshu"] dd {
		width: 57%;
	}
	#section3>#s3-2 section[id^="kenshu"] dd>p {
		font-size: 2vw;
		padding: 5px 5px 5px 2vw;
	}
	#section3>#s3-2 section[id^="kenshu"] h3 {
		font-size: 2.5vw;		
	}
	#section3>#s3-2 section[id^="kenshu"] h4 {
		font-size: 2.5vw;
	}
	#section3>#s3-2 section[id^="kenshu"] h5 {
		font-size: 1.5vw;
	}
}
@media screen and (max-width: 768px){
	article#section3 {
		padding: 40px 0 40px;
	}
	#section3 h2 {
		font-size: 5vw;
		line-height: 1.25em;
		margin-bottom: 0.5em;
	}
	#section3 h2 span.big {
		font-size: 6vw;
	}
	#section3>#s3-1 h3 {
		font-size: 3.5vw;
		margin-bottom: 40px;
	}
	#section3 div>img:nth-of-type(1) {
		width: 13%;
		bottom: -2vw;
		left: -1vw;
	}
	#section3 div>img:nth-of-type(2) {
		width: 11%;
		bottom: -2vw;
		right: -1vw;
	}
	#section3>#s3-2 section[id^="kenshu"] h3 {
		font-size: 3.5vw;
	}
	#section3>#s3-2 section[id^="kenshu"]>div:nth-of-type(1) {
		padding: 30px;
	}
	#section3>#s3-2 section[id^="kenshu"]>div.white-bg {
		padding: 20px 30px;
	}
	#section3>#s3-2 section[id^="kenshu"] h4 {
		font-size: 3.5vw;
	}
	#section3>#s3-2 section#kenshu06 h4 {
		line-height: 1em;
	}
	#section3>#s3-2 section[id^="kenshu"] dt {
		float: none;
		width: 80%;
		margin: 0 auto 25px;
	}
	#section3>#s3-2 section[id^="kenshu"] dd {
		width: 100%;
	}
}
@media screen and (max-width: 499px){
	#section3 h2 {
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	#section3 div>img:nth-of-type(1) {
		width: 13%;
		bottom: -2vw;
		left: -1vw;
	}
	#section3 div>img:nth-of-type(2) {
		width: 11%;
		bottom: -2vw;
		right: 1vw;
	}
	#section3>#s3-2 div.block01 {
		width: 40px;
		height: 40px;
		top: -20px;
		left: -20px;
	}
	#section3>#s3-2 p.number {
		font-size: 2.5vw;
	}
	#section3>#s3-2 p.number span.big {
		font-size: 5vw;		
	}
	#section3>#s3-2 section[id^="kenshu"]>div:nth-of-type(1) {
		height: 100px;
	}
	#section3>#s3-2 section[id^="kenshu"]>div {
		padding: 10px;
	}
	#section3>#s3-2 section[id^="kenshu"] h3 {
		font-size: 4vw;
	}
	#section3>#s3-2 section[id^="kenshu"] dd>p {
		padding: 5px 1px 5px 5px;
	}
	#section3>#s3-2 section[id^="kenshu"] h4 {
		font-size: 4vw;
	}
	#section3>#s3-2 section[id^="kenshu"] h5 {
		font-size: 3vw;
	}
}

/* section4 -------------------------------------- */
article#section4 {
}
#section4>section {
	max-width: unset;
	width: 100%;
}
#section4>section h2 {
    max-width: 1400px;
	width: 81%;
	margin: 0 auto;
	padding: 50px 0;
}
#section4>section>div {
    max-width: 1400px;
    width: 80%;
    margin: 0 auto;
	align-items: flex-end;
}
#section4>section>div section[id^="s4-"] {
	width: 48%;
	margin-bottom: 80px;
}
#section4 section[id^="s4-"] img {
	width: 30%;
}
#section4 section[id^="s4-"] h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 1em 0;
	text-align: center;
}
#section4 section[id^="s4-"] small {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5em;
	text-align: center;
}
#section4 section[id^="s4-"] hr {
	display: block;
	border: none;
	height: 2px;
	width: 100%;
	margin: 1em 0;
}
#section4 section[id^="s4-"] h4 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
	margin: 0 auto;
	text-align: justify;
	text-justify: inter-ideograph;
}
#section4 section#s4-3 h4, #section4 section#s4-4 h4 {
	height: 8em;
}
#section4 section#s4-2>div {
	padding: 30px;
	position: relative;
}
#section4 section#s4-2>div>div.block02 {
	width: 90px;
	height: 2em;
	position: absolute;
	top: 10px;
	left: -3px;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);	
}
#section4 section#s4-2>div>div.block02 p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}	
#section4 section#s4-2 img {
	width: 100%;
}
#section4 section#s4-2 dl {
	margin-bottom: 30px;
	position: relative;
}
#section4 section#s4-2 dt {
	width: 32%;
	max-width: 160px;
	position: absolute;
	right: 0;
	bottom: 0;
}
#section4 section#s4-2 dd {
	width: 70%;
}
#section4 section#s4-2 dd * {
	text-align: left;
}
#section4 section#s4-2 dd h3 {
	line-height: 1.25em;
	margin: 1em auto 0.5em;
}
#section4 section#s4-2 dd .small {
	display: block;
}

@media screen and (max-width: 1024px){
	#section4 section#s4-3 h4, #section4 section#s4-4 h4 {
		height: 14em;
	}
}
@media screen and (max-width: 768px){
	#section4>section>div {
		display: block;
	}
	#section4>section>div section[id^="s4-"] {
		width: 100%;
		margin-bottom: 25px;
	}
	#section4 section[id^="s4-"] img {
		width: 60%;
	}
	#section4 section#s4-3 h4, #section4 section#s4-4 h4 {
		height: unset;
	}
}
@media screen and (max-width: 499px){
	#section4>section h2 {
		padding: 25px 0;
	}
	#section4 section#s4-2 dd {
		width: 100%;
		float: none;
	}
	#section4 section#s4-2 dt {
		width: 60%;
		float: none;
		position: relative;
		right: unset;
		bottom: unset;
		margin: 30px auto 0;
		max-width: unset;
	}
	#section4 section#s4-2 dd h3 {
		margin-top: 0;
	}
}

/* section5 -------------------------------------- */
article#section5 {
    background: url(../img/sec3-bg.jpg) center center;
	background-size: 10%;
	padding-bottom: 50px;
}
#section5>section {
	max-width: unset;
	width: 100%;
}
#section5>section h2 {
	max-width: 1400px;
	width: 81%;
	margin: 0 auto;
	padding: 20px 0 50px;
}
#section5>section>dl {
    max-width: 1400px;
    width: 80%;
    margin: 0 auto 50px;
	align-items: flex-end;
}
#section5>section dt {
	width: 38%;
	position: relative;
}
#section5>section dd {
	width: 60%;
}
#section5>section dt div.block03 {
	max-width: 400px;
	width: 80%;
	height: 6em;
	padding: 15px 10px;
	align-items: center;
	position: absolute;
	bottom: 10px;
	left: -5px;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
}
#section5>section dt div.block03 * {
	font-weight: bold;
	color: #fff;
}
#section5>section dt div.block03 small {
	font-size: 12px;
	font-size: 1.2rem;	
}
#section5>section dt div.block03 h3 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-top: 0.5em;
}
#section5>section dd h3 {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.5em;
	color: #178dc8;
	margin-bottom: 1.5em;
}
#section5>section dd p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}
#section5>section h4 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 2em;
	text-align: center;
}
#section5>section h4 .big {
	font-weight: bold;
}

@media screen and (max-width: 1024px){
	#section5>section dt, #section5>section dd {
		width: 48%;
	}
	#section5>section dd h3 {
		font-size: 3vw;
		margin-bottom: 1em;
	}
	#section5>section dd p {
		font-size: 1.5vw;
	}
	#section5>section h4 {
		font-size: 2vw;
	}
}
@media screen and (max-width: 768px){
	article#section5 {
		padding-bottom: 25px;
	}
	#section5>section>dl {
		display: block;
		margin-bottom: 25px;	
	}
	#section5>section dt {
		width: 90%;
		margin: 0 auto;
	}
	#section5>section dd {
		width: 100%;
		margin-top: 25px;
	}
	#section5>section dd h3 {
		font-size: 4vw;
		margin-bottom: 25px;
	}
	#section5>section dd p {
		font-size: 2vw;
	}
	#section5>section h4 {
		font-size: 2vw;
	}
}
@media screen and (max-width: 499px){
	#section5>section h2 {
		padding: 25px 0;
	}
	#section5>section dt {
		width: 90%;
	}
	#section5>section dd p {
		font-size: 3vw;
	}
	#section5>section h4 {
		font-size: 3.5vw;
	}
	#section5>section dt div.block03 {
		width: 95%;
		height: 5em;
		bottom: 10px;
	}
	#section5>section dt div.block03 small {
		font-size: 3.5vw;
	}
	#section5>section dt div.block03 h3 {
		margin-top: 0.25em;
	}
}

/* section6 -------------------------------------- */
article#section6 {
}
#section6>section {
	max-width: unset;
	width: 100%;
}
#section6>section h2 {
	margin: 0 auto;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	padding: 50px 0;
}
#section6>section section[id^="faq"] {
    max-width: 1400px;
    width: 80%;
    margin: 0 auto 50px;
	position: relative;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);	
}
#section6>section section[id^="faq"]>div {
	padding:  20px 50px;
}
#section6>section section[id^="faq"] div.block01 {
	width: 60px;
	height: 60px;
	position: absolute;
	top: -15px;
	left: -15px;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
}
#section6>section section[id^="faq"] p.number {
	font-size: 32px;
	font-size: 3.2rem;
	display: block;
	color: #fff;
	text-align: center;
}
#section6>section section[id^="faq"] h3 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.5em;
	font-weight: bold;
	margin-left: 1.5em;
}
#section6>section section[id^="faq"] h4 {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 0.75em;
}
#section6>section section[id^="faq"] .white-bg{
	position: relative;
}
#section6>section section[id^="faq"] .white-bg>div {
	margin-left: 45px;
}
#section6>section section[id^="faq"] .white-bg>div:before {
	content: "A";
	font-size: 40px;
	font-size: 4rem;
	font-weight: bold;
	display: inline-block;
	color: #e50012;
	margin-right: 0;
	position: absolute;
	left: 55px;
	top: 20px;
}
#section6>section section[id^="faq"] .white-bg>div>p {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

@media screen and (max-width: 1024px){
	#section6>section section[id^="faq"] h3, #section6>section section[id^="faq"] h4 {
		font-size: 2.5vw;
	}
	#section6>section section[id^="faq"]>div {
		padding: 20px 30px;
	}
	#section6>section section[id^="faq"] .white-bg>div:before {
		left: 30px;
		top: 12.5px;
	}
	#section6>section section[id^="faq"] h3 {
		margin-left: 45px;
	}
}
@media screen and (max-width: 768px){
	#section6>section h2 {
		font-size: 5vw;
		line-height: 1.25em;
		margin-bottom: 0.5em;
	}
	#section6>section section[id^="faq"] h3, #section6>section section[id^="faq"] h4 {
		font-size: 3vw;
	}
}
@media screen and (max-width: 499px){
	#section6>section section[id^="faq"] div.block01 {
		width: 10vw;
		height: 10vw;
		padding-bottom: 1vw;
		top: -3vw;
		left: -3vw;		
	}
	#section6>section section[id^="faq"] p.number {
		font-size: 5vw;
	}
	#section6>section section[id^="faq"] h3, #section6>section section[id^="faq"] h4 {
		font-size: 4vw;
	}
	#section6>section section[id^="faq"] h3 {
		margin-left: 10px;
	}
	#section6>section section[id^="faq"] .white-bg>div {
		margin-left: 10px;
	}
	#section6>section section[id^="faq"] .white-bg>div:before {
		left: 6vw;
		top: 6vw;
		font-size: 5vw;
	}
	#section6>section section[id^="faq"] .white-bg>div>p {
		font-size: 3vw;
		margin-left: 0;
	}
}

/* contact -------------------------------------- */
article[id^="contact"] {
    background: url("../img/ct-bg.jpg") center center;
	background-size: cover;
	padding: 50px 0;
}
article[id^="contact"]>section {
	max-width: unset;
	width: 100%;
}
article[id^="contact"]>section>div {
    max-width: 1400px;
    width: 90%;
	margin: 0 auto;
    padding: 30px 50px;
}
article[id^="contact"] h2 {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
.border-tb {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
article[id^="contact"] .white-bg section>div {
	height: auto;
}
article[id^="contact"] .white-bg section>div:nth-of-type(1) {
	width: 57%;
	padding: 15px 10px;
}
article[id^="contact"] .white-bg section>div:nth-of-type(2) {
	width: 40%;
	height: 100%;
}
article[id^="contact"] h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
article[id^="contact"] h3 span.small {
	margin-right: 2em;
}
article[id^="contact"] h4 {
	align-items: center;
	justify-content: space-around;
}
article[id^="contact"] h4>div {
	margin-top: 1.25em;
}
article[id^="contact"] h4>div.flex {
	align-items: center;
}
article[id^="contact"] h4>div.small {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
article[id^="contact"] h4>div.small span {
	padding: 0.35em;
	color: #fff;
	margin-right: 0.5em;
}
article[id^="contact"] h4 a.number {
	font-size: 48px;
	font-size: 4.8rem;
}
article[id^="contact"] img[src*="phone.png"] {
	width: 4em;
	margin-right: 0.5em;
}
article[id^="contact"] .white-bg section>div:nth-of-type(2) a {
    height: 125px;
    padding: 10px 30px;
    position: relative;
    display: flex;
    align-items: center;
}
article[id^="contact"] .white-bg section>div:nth-of-type(2) a p {
    position: relative;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
	color: #fff;
}
article[id^="contact"] img[alt*="矢印"]{
	right: 15px;
	width: 1em;
}

@media screen and (max-width: 1024px){
	article[id^="contact"] h2 {
		text-align: left;
	}
	article[id^="contact"] br.tab {
/*		display: inherit;*/
	}
	article[id^="contact"] .white-bg section>div:nth-of-type(1), article[id^="contact"] .white-bg section>div:nth-of-type(2) {
		width: 100%;
	}
	article[id^="contact"] img[src*="phone.png"] {
		width: 7vw;
	}
	article[id^="contact"] h4 a.number {
		font-size: 5.5vw;
	}
	article[id^="contact"] h4>div.small {
		font-size: 1.75vw;
	}
	article[id^="contact"] .white-bg section>div:nth-of-type(2) {
		margin-top: 30px;
	}
	article[id^="contact"] .white-bg section>div:nth-of-type(2) a {
		height: 100px;
	}
}
@media screen and (max-width: 768px){
	article[id^="contact"] h2 {
		font-size: 3.4vw;
		text-align: left;
	}
	article[id^="contact"] h3 {
		font-size: 4vw;
		margin: 12.5px auto 0.5em;
		line-height: 1em;
	}
	article[id^="contact"] h4{
		display: block;
		text-align: center;
		margin-bottom: 12.5px;
	}	
	article[id^="contact"] h3 span.small {
		margin-right: 0;
	}
	article[id^="contact"] section.flex {
		display: block;
	}
	article[id^="contact"] .white-bg section>div:nth-of-type(1), article[id^="contact"] .white-bg section>div:nth-of-type(2) {
		width: 100%;
	}
	article[id^="contact"] .white-bg section>div:nth-of-type(1) {
		padding: 0 10px 12.5px;
	}
	article[id^="contact"] .white-bg section>div:nth-of-type(2) {
		margin-top: 20px;
	}
	article[id^="contact"] h4>div.flex {
		justify-content: center;
	}
	article[id^="contact"] h4 a.number {
		font-size: 8vw;
	}
	article[id^="contact"] .white-bg section>div:nth-of-type(2) a {
		height: 50px;
	}
	article[id^="contact"] h4>div.small {
		font-size: 3vw;
	}
	article[id^="contact"]>section>div {
		padding: 30px;
	}
	article[id^="contact"] .white-bg section>div:nth-of-type(2) a p {
		font-size: 3.5vw;
	}	
}
@media screen and (max-width: 499px){
	article[id^="contact"] {
		padding: 40px 0;
	}
	article[id^="contact"] h2 {
		font-size: 3.5vw;
	}
	article[id^="contact"] h3 {
		font-size: 3.5vw;
	}
	article[id^="contact"] h4 {
		justify-content: center;
	}
	article[id^="contact"] h4>div {
		margin-top: 0;
	}
	article[id^="contact"] h4>div.flex {
		margin-bottom: 12.5px;
	}
	article[id^="contact"] img[src*="phone.png"] {
/*		width: 2em;*/
	}
	article[id^="contact"] h4 a.number {
		font-size: 7vw;
	}
}
/*企業用ページ グローバルメニューcss*/
.point_list {
	border-top: 3px dotted #e01500;
    border-bottom: 3px dotted #e01500;
    padding: 5px 0px;
	margin-left: 2em;
    text-align: left;
	width: 250px;
}
.point_list span{
    font-weight: bold;
    color: red;
}
.point_list p{
    margin-top: 5px;
}
@media screen and (max-width: 768px){
.point_list {
	border:none;
	color:#fff;
	width: 90%;
    margin: 5px auto 0px auto;
}
.point_list span{
	color:#fff;
}
.point_list p{
	color:#fff;
}
}
