
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

#main{
	width: 100%;
	position: relative;
}

#main dt{
	width: 100%;
	position: absolute;
	z-index: 2;
	display: flex;
	height: 100%;
	align-items: center;
}

#main dt h2{
	width: 100%;
	text-align: center;
	font-size: 52px;
	color: #fff;
	letter-spacing: 4px;
	font-weight: 600;
}



#main dd{
	width: 100%;
	height: auto;
}


#main dd img{
	width: 100%;
	height: auto;
	display: block;
}


article{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}


#lead{
	width: 100%;
	padding-bottom: 60px;
	font-size: 32px;
	line-height: 48px;
	letter-spacing: 2px;
	font-weight: 400;
	border-bottom: #ddd 1px solid;
	margin-bottom: 60px;
}


h3{
	width: 100%;
	margin-bottom: 60px;
	padding-bottom: 30px;
	font-size: 42px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 500;
	position: relative;
}

h3 span{
	font-size: 18px;
	line-height: 28px;
	display: block;
	text-align: center;
	padding-top: 20px;
}

h3::after {
    content: '';
    display: block;
    background: #00bcfa;
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: 0px;
    z-index: 1;
	left: 50%;
margin-left: -50px;
}

#staff{
	width: 100%;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	margin-bottom: 60px;
}

#staff dt {
    width: 48%;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 2px;
}

#staff dd{
	width: 50%;
}

#staff dd img{
	width: 100%;
	height: auto;
}


#komon{
	width: 100%;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px #ddd solid;
}

#komon dt {
    width: 48%;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 2px;
}

#komon dd{
	width: 50%;
}

#komon dd img{
	width: 100%;
	height: auto;
}




#hojin{
	width: 100%;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	margin-bottom: 60px;
}

#hojin dt {
    width: 48%;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 2px;
}

#hojin dd{
	width: 50%;
}

#hojin dd img{
	width: 100%;
	height: auto;
}



h4{
	width: 100%;
	margin-bottom: 30px;
	font-size: 28px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 500;
}


#zu01{
	width: 100%;
	margin-bottom: 60px;
}

#zu01 img{
	width: 100%;
	height: auto;
}

#zu02{
	width: 100%;
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px #ddd solid;
}

#zu02 img{
	width: 100%;
	height: auto;
}

#zuTxt{
	width: 100%;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	margin-bottom: 60px;
}


#zuTxt dl{
	width: 48%;
	margin-bottom: 30px;
}

#zuTxt dl dt{
	width: 100%;
	margin-bottom: 20px;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	align-items: center;
}

#zuTxt dl dt strong{
	width: 15%;
	background-color: #00bcfa;
	display: block;
	font-size: 24px;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
}

#zuTxt dl dt p{
	width: 82%;
	font-size: 18px;
	letter-spacing: 2px;
}

#zuTxt dl dd{
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 2px;
}



#iconArea{
	width: 100%;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
}

#iconArea dl{
	width: 23%;
}

#iconArea dl dt{
	width: 100%;
	margin-bottom: 30px;
}

#iconArea dl dt img{
	width: 100%;
	height: auto;
}

#iconArea dl dd{
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
}




#step{
	width: 100%;
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px #ddd solid;
}


#step h4{
	display: block;
	background-color: #1e2e53;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 2px;
	padding: 20px 0;
	max-width: 400px;
	border-radius: 6px;
	cursor: pointer;
	margin: 0 auto 30px auto;
	position: relative;
}


#step h4 i{
	position: absolute;
	right:20px;
}

#step strong{
	display: block;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

#step p{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

#step p img{
	width: 100%;
	height: auto;
}

h5{
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 28px;
	margin-bottom: 30px;
	font-weight: 400;
}




#icoArea{
	width: 100%;
}


#icoArea dl{
	width: 100%;
	margin-bottom: 40px;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	align-items: center;
}

#icoArea dl dt{
	width: 20%;
}

#icoArea dl dt img{
	width: 100%;
	height: auto;
}

#icoArea dl dd{
	width: 78%;
}

#icoArea dl dd strong{
	font-size: 18px;
	display: block;
	margin-bottom: 15px;
}
#icoArea dl dd p{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 2px;
}


.tgl{
	display: none;
	margin-bottom: 40px;
}

.tglOn{
	display: block;
}







@media all and (max-width: 700px) {


article {
    padding: 30px 20px;
    box-sizing: border-box;
}
	
#lead {
    width: 100%;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 2px;
    font-weight: 400;
    border-bottom: #ddd 1px solid;
    margin-bottom: 30px;
}
	
#lead br{
	display: none;
}
	
h3 {
    margin-bottom: 30px;
	font-size: 24px;
}
	
#step{
	margin-bottom: 30px;
	padding-bottom: 10px;
}

	
#staff dt {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}	
	
#staff dd {
    width: 100%;
}

#komon{
	margin-bottom: 30px;
	padding-bottom: 30px;
}
	
#komon dt {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}	
	
#komon dd {
    width: 100%;
}
	
	
	
#hojin dt {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}	
	
#hojin dd {
    width: 100%;
}	
	
#zuTxt dl {
    width: 100%;
    margin-bottom: 30px;
}	
	
#zuTxt dl dt strong {
    font-size: 18px;
}

#iconArea dl {
    width: 48%;
    margin-bottom: 30px;
}	
	
#iconArea dl dt {
    margin-bottom: 20px;
}	
	
	
#zu02{
	margin-bottom: 30px;
	padding-bottom: 30px;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}







