@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:100%;
	max-width: 1000px;
	padding: 0;
	margin:0 auto 20px;
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
	color: #000000;	
	background-color: #FFFFFF;
	text-align: center;
}

.st_wrap a {
	text-decoration: none;
}

.st_wrap h1 {
    width: 80%;
	font-size: 18px;
	text-align: center;
	margin: 3% auto;
    line-height: 1.9em;
    color: #fff;
    background-color: #000;
}

.st_wrap h1 span {
    padding: 5px 15px;
    background-color: #ACACAC;
}

.st_wrap h2 {
	font-size: 14px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: center;
    font-weight: normal;
    margin: 2% auto 0;
    padding: 2% 0;
    color: #000;
    background-color: #ccc;
}

.st_wrap h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 6% auto 2%;
}
.st_wrap p {
    margin: 2% auto;
    text-align: left;
    font-size: 13px;
}

.red {
	color: red;
    font-weight: bold;
    font-size: 110%;
}

.linethroug {
    text-decoration: line-through;
}

#Main {
    width: 100%;
	margin:0 auto 6%;
}


.sp {
	display:none;
}

.Lead {
	font-weight:normal;
	text-align:center;
	font-size:13px;
	margin:2% auto 3%;
	line-height:1.8em;
	color: #000000;
}

.ttl {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
	margin: 2% auto;
}

.co01 {
    color: #D39BA5;
    font-size: 90%;
}

.co02 {
    color: #638A92;
    font-size: 90%;
}

.name_item {
	font-size: 14px;
	line-height: 1.7em;
	margin: 2% 0 0;
	text-align: left;
}

.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}


.Icon  {
	width: 130px;
	float: left;
	margin-right: 10px;
}

.clear {
	clear:both;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}




/*thumb*/
	
.thum_box {
	width: 100%;
	margin: 2% auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.thumb {
	width:31.3%;
	height:auto;
	font-size:14px;
	line-height:1.4em;
	float:left;
	padding:3px 0;
	margin: 0 1%;
	text-align:center;
}

.thumb img {
    width: 100%;
}

	

.t_P {
	text-align:center;
	font-size:14px;
	margin: 2% auto 1%;
	line-height: 1.6em;
}



.staff_box {
	width: 90%;
	max-width: 700px;
	margin: 3% auto 8%;
	padding: 2%;
	display: flex;
	align-items: center;
}

.staff_img {
	width: 27%;
	margin: 0 3% 0 0;
	display: flex;
	flex-direction: column;
}

.staff_info {
	width: 70%;
	text-align: left;
	position: relative;
}

.sb_box_img {
	width: 100%;
	margin: 0 0 5%;
}

.sb_box_img img{
	width: 100%;
	border-radius: 50%;
}


.txt {
    font-size: 15px;
	font-weight: 400;
    text-align: left;
	line-height: 1.4em;
}

.staff_name {
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	line-height: 1.5em;
}


.cap {
	text-align: left;
}

.cap span {
	font-size: 14px;
	text-align: left;
	margin: 2% 0;
	padding: 3px;
	background-color: #97d2f4;
}

.Btn_s {
    width: 160px;
    margin: 2% auto;
}

/* General button style (reset) */
.Btn {
	border: none;
	font-family: inherit;
	font-size: 12px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 3px;
	display: inline-block;
	margin: 3% auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.Btn-1 {
	width: 50%;
	font-size: 12px;
	margin: 10px auto 20px;
	padding: 1% 2%;
	background-color: #FFFFFF;
	border: solid 2px #000000;
	color: #000000;
}

.Btn-2 {
	margin: 10px auto 20px;
	padding: 2% 5%;
	font-size: 17px;
    text-align: center;
	background-color: #000;
	color: #fff;
}


.triangle-button{
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    display: block;
    padding: 4px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.triangle-button::after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}



.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 3px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}


.point_video {
	display: block;
    width: 90%;
	margin: 5% auto;
}

.point_video iframe {
    width: 100%;
}

.mobie_wrap{
		width: 90%;
		max-width: 500px;
		margin: 5% auto;
        display: flex;
        flex-wrap: wrap;
	}
	.movie{
		width: 100%;/*横幅*/
		margin: 0 auto;
		position: relative;
		padding-top: 56.25%
	}
	.movie iframe{
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

@media only screen and (max-width: 750px) {
	
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.Lead {
		font-size:12px;
		margin: 3% auto 3%;
	}
	
	.st_wrap {
		width: 97%;
		margin: 0 auto 1%;
	}

	.info_box {
		margin: 4% 5% 6%;
		padding: 2%;
	}
	
	.st_wrap h1 {
		clear: both;
		font-size: 15px;
		margin: 3% auto;
	}	
	
	.st_wrap h2 {
		font-size: 11px;
		margin: 3% auto 0;
	}
	
	.st_wrap h3 {
		font-size: 15px;
		margin: 4% auto 2%;
	}	

	.st_wrap p {
		font-size: 11px;
	}
	
	.name_item {
		font-size: 11px;
		line-height: 1.5em;
		margin: 2% 0 0;
	}
	
	.staff_box {
		flex-direction: column;
		width: 80%;
		margin: 6% auto 2%;
	}
	
	.staff_img {
		width: 40%;
	}
	
	.staff_info {
		width: 100%;
	}
    
    .ttl {
        font-size: 12px;
    }

	.Sml {
		font-size: 11px;
		line-height: 1.8em;
		margin: 2% 0;
	}
	
	.t_P {
		font-size: 11px;
	}
	
	.thum_box {
		width: 98%;
		margin: 5% 1% 2%;
	}

    .thumb {
        width: 46%;
        margin: 0 2%;
    }
    
	
	
	.info_txt {
		font-size: 10px;
		margin: 1% 0;
	}
	
	
	.staff_name {
		font-size: 15px;
		line-height: 1.6em;
	}
	
	.txt {
		font-size: 12px;
	}
	
	.cap {
		line-height: 1.6em;
	}
	
	.cap span {
		font-size: 8px;
		margin: 1%;
	}

/* Button 1 */
.Btn-1 {
	width: 60%;
	font-size: 10px;
	margin: 2% auto 6%;
	border-radius: 3px;
}
	
.Btn-2 {
        font-size: 12px;
        text-align: left;
        line-height: 1.5em;
        padding: 3% 4%;
        margin: 2% 2%;
    } 
	
	.triangle-button  {
		padding: 1px;
	}
	
	.mobie_wrap{
		width: 80%;
		margin: 2% auto;
	}
    
    .w_50 {
        width: 100%;
        margin: 3% 0;
    }	
	
}

