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


@media screen and (max-width: 737px) {

	

.midashi01 {
	width: 92%;
	margin-bottom: 20px;
	background-size: auto 70px;
	background-position: center top;
	padding-top: 80px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
.midashi01 h3 img {
	height: 18px;
	width: auto;
}
	
.midashi01 h3 {
	margin-bottom: 13px;
}
	
	
/* contents01 */

.contents01 .box01 {
	margin-bottom: 20px;
}

.contents01 .box01 h5 {
	font-size: 20px;
letter-spacing: 0em;
	padding: 0px 15px;
}

.contents01 .box02-wrap {
	width: 100%;
	margin-bottom: 20px;
	background-image: none;
}

.contents01 .box02 {
	width: 92%;
}

.contents01 .box02 .contents-left {
	width: 100%;
	text-align: center;
}

.contents01 .box02 .contents-left img {
	width: 90%;
height: auto;
}

.contents01 .box02 .contents-right {
	width: 100%;
	padding-left: 0px;
	background-position: center bottom;
background-size: auto 30px;
	padding-bottom: 45px;
}

.contents01 .box02 h4 {
	margin-bottom: 20px;
	padding-top: 15px;
}
	
.contents01 .box02 h4 img {
	height: 20px;
	width: auto;
}

.contents01 .box02 h5 {
	margin-bottom: 20px;
	font-size: 20px;
}

.contents01 .box02 h5 span {
	font-size: 14px;
}

.contents01 .box02 p.text01 {
	letter-spacing: 0em;
}


.contents01 .box03 {
	margin-bottom: 10%;
	width: 92%;
}

.contents01 .box03 h4 {
	font-size: 18px;
}

.contents01 .box03 h5 {
	font-size: 12px;
	margin-bottom: 20px;
}
	
.contents01 .box03 li {
margin-left: auto;
margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
}
	
.contents01 .box03 li:last-child {
	margin-bottom: 0px;
}

.contents01 .box03 ul li img {
	width: 220px;
	height: auto;
}


.contents01 .box05 {
	margin-bottom: 10%;
	width: 100%;
}

.contents01 .box05 h4 {
	margin-bottom: 15px;
}

.contents01 .box05 h4 img {
	padding: 0px 20px;
	height: 25px;
	width: auto;
}

.contents01 .box05 h5 {
	font-size: 16px;
	margin-bottom: 15px;
	padding: 0px 15px;
}

.contents01 .box05 .box-in {
	width: 92%;
	padding: 15px 15px;
}


.contents01 .box05 .box-in p {
	width: 100%;
	display: block;
	padding: 0px 0px;
	line-height: 1.6;
	font-size: 14px;
}

.contents01 .box05 .box-in p:first-child {
	border-right-style : none;
border-right-color : #4d4d4d;
border-right-width : 1px;
}

	
/* box-staff */

.box-staff-wrap {
	margin-bottom: 60px;
} 

.box-staff:not(:last-child) {
	margin-bottom: 40px;
}

.box-staff:first-child::before {
	height: 190px;
}

.box-staff .box-inner {
	width: 88%;
  justify-content: center;
	gap:30px;
}

.box-staff .box-img {
	width: 100%;
	gap:20px 4%;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	flex-direction: row;
}

.box-staff .box-img img {
	width: 48%;
	max-width: 280px;
}
	
@media screen and (max-width: 500px) {
	
.box-staff:first-child::before {
	height: 490px;
}
	.box-staff .box-img {
	gap:20px 15px;
}

.box-staff .box-img img {
	width: 280px;
}
}

.box-staff .box-detail {
	width: 100%;
	padding-left: 0px;
	padding-top: 0px;
}

.box-staff .box-name {
	padding-top: 50px;
	margin-bottom: 50px;
}

.box-staff .box-name::before {
	height: 30px;
}

.box-staff .box-profile {
	padding-top: 50px;
}

.box-staff .box-profile::before {
	height: 25px;
}

.box-staff h5 {
	font-size: 30px;
}

.box-staff h5 span {
	font-size: 20px;
}

.box-staff h6 {
	font-size: 18px;
}

	
	

    .pc-view {
        display: none;
    }
    .sp-view {
        display: block;
    }
   
}
