#profile1 {
	width: 100%;
	padding: 100px 0;
	margin-bottom: 70px;
	background-color: #E2E9EF;
	background: linear-gradient(#efefef 40%, #D0D5DB);
}
#profile1 .inner {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#profile1 .inner .data {
	width: 45%;
}
#profile1 .inner .fukuta {
	width: 49%;
}
#profile1 .inner .name {
	margin-bottom: 20px;
	font-size: .6rem;
	line-height: 1.5rem;
	font-weight: 500;
}
#profile1 .inner .name span {
	display: block;
	font-size: 1.4rem;
}
#profile1 .inner ul {
}
#profile1 .inner li {
	width: 100%;
	display: table;
	margin-bottom: 15px;
}
#profile1 .inner li p {
	display: table-cell;
	padding: 5px 15px 5px;
	line-height: 150%;
}
#profile1 .inner li p:first-child {
	background-color: #2072D0;
	color: #fff;
	text-align: center;
	width: 150px;
	font-size: .9rem;
	vertical-align: middle;
}

/* ----------------------------------- */
#profile2 {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto 100px;
	overflow: hidden;
}
#profile2 .ph {
	width: 45%;
	float: right;
	margin-left: 4%;
	margin-bottom: 10px;
}
#profile2 .ph span {
	display: block;
	width: 100%;
	position: relative;
	padding-top: 80%;
}
#profile2 .ph span img {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
#profile2 dl {
	width: 100%;
}
#profile2 dt {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 20px;
}
#profile2 dd {
}
/* ----------------------------------- */
#profile3 {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto 70px;
}
#profile3 ul {
	border-top: #ccc 1px dashed;
}
#profile3 li {
	width: 100%;
	display: table;
	border-bottom: #ccc 1px dashed;
	padding: 15px 0;
}
#profile3 li p {
	display: table-cell;
	vertical-align: top;
}
#profile3 li p:first-child {
	width: 120px;
	font-weight: 700;
	text-align: center;
}
/* ----------------------------------- */
#profile4 {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto 70px;
}
#profile4 .box {
	width: 100%;
	margin: 0 0 50px;
	display: table;
}
#profile4 .box .ph,
#profile4 .box dl{
	display: table-cell;
	vertical-align: top;
}
#profile4 .box .ph {
	width: 440px;
	position: relative;
}
#profile4 .box .ph::before,
#profile4 .box .ph::after {
  content: "";
  position: absolute;
  transform: rotate(-35deg);
  width: 70px;
  height: 25px;
  background-color: #fff;
  z-index: 1;
}
#profile4 .box .ph::before {
  top: -10px;
  left: -25px;
  border-bottom: 1px solid #444;
}
#profile4 .box .ph::after {
  bottom: -10px;
  right: -25px;
  border-top: 1px solid #444;
}
#profile4 .box .ph span {
	display: block;
	position: relative;
    width: 100%;
    padding-top: 70%;
}
#profile4 .box .ph img {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
#profile4 .box dl {
	padding-right: 4%;
}
#profile4 .box dt {
	color: #2072D0;
	font-size: 1.3rem;
	line-height: 140%;
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: 3px;
	
	position: relative;
	padding: 0 0 .7rem .8rem;
	border-bottom:  2px solid #2072D0;
    background: #fff;
}
#profile4 .box dt::before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #2072D0 transparent transparent transparent;
}

#profile4 .box dt::after {
  position: absolute;
  bottom: -11px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
#profile4 .box dd {
}
/* ----------------------------------- */

/* ----------------------------------- */







@media screen and (max-width: 980px) {
    #profile1 {
        padding: 70px 0;
    }
	#profile1 .inner {
		display: block;
    }
	#profile1 .inner .data {
        width: 100%;
		margin-bottom: 40px;
    }
    #profile1 .inner .fukuta {
		max-width: 500px;
        width: 100%;
		margin: 0 auto;
    }
	/* ----------------------------------- */
	
	/* ----------------------------------- */
	
	/* ----------------------------------- */
	#profile4 .box .ph {
        width: 350px;
    }
}





@media screen and (max-width: 768px) {
	#profile1 {
        padding: 50px 0 50px;
    }
	#profile1 .inner ul {
        width: 100%;
    }
	/* ----------------------------------- */
	
	/* ----------------------------------- */
	
	/* ----------------------------------- */
	#profile4 .box,
    #profile4 .box .ph,
    #profile4 .box dl{
        display: block;
    }
	#profile4 .box .ph {
		max-width: 440px;
		width: 90%;
		margin: 0 auto;
	}
	#profile4 .box dl{
		margin-bottom: 20px;
	}
}





@media screen and (max-width: 600px) {
	#profile1 {
        padding: 40px 0 40px;
    }
	#profile1 .inner .name {
        margin-bottom: 10px;
        font-size: .6rem;
        line-height: 1.5rem;
        font-weight: 500;
    }
	#profile1 .inner li {
        margin-bottom: 5px;
    }
	#profile1 .inner li p {
        padding: 4px 10px 5px;
        line-height: 150%;
    }
	#profile1 .inner li p:first-child {
        width: 100px;
		padding: 4px 0px 5px;
    }
	/* ----------------------------------- */
	#profile2 .ph {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
    }
	#profile2 .ph span {
        padding-top: 70%;
    }
	#profile2 dt {
        font-size: 1.0rem;
        font-weight: 700;
        margin-bottom: 20px;
    }
	#profile2 dt .br_clear {
		display: none;
	}
	/* ----------------------------------- */
	#profile3 li p {
		line-height: 160%;
	}
	#profile3 li p:first-child {
        width: 80px;
        text-align: left;
    }
	/* ----------------------------------- */
	#profile4 {
        margin: 0 auto 40px;
    }
	/* ----------------------------------- */
	
	/* ----------------------------------- */
}