/*
 * stripe border
 */
.introduce-main-visual {
  background-image: url("../img/introduce-main-visual.jpg");
  background-repeat: repeat-x;
  height: 160px; }
  .introduce-main-visual h1 {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: -0.5em;
    padding-top: 20px;
    height: 140px; }
    .introduce-main-visual h1:before {
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -270px;
      width: 0;
      height: 0;
      content: "";
      border: solid transparent;
      border-width: 0 270px 140px 270px;
      border-bottom-color: #ffffff;
      z-index: 1; }
    .introduce-main-visual h1:after {
      content: url("../img/introduce-head.png");
      position: absolute;
      bottom: 40px;
      left: 50%;
      margin-left: -20px;
      z-index: 1; }
    .introduce-main-visual h1 div {
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 2; }

@media only screen and (min-width: 768px) {
  ul.grade-link {
    width: 540px;
    margin: 0 auto;
    font-size: 16px; }
    ul.grade-link:after {
      content: "";
      clear: both;
      display: block; }
    ul.grade-link li {
      float: left;
      margin-right: 10px; }
      ul.grade-link li:last-child {
        margin-right: 0; }
      ul.grade-link li a {
        display: inline-block;
        width: 128px;
        padding: 20px;
        border: 2px solid #fc9d78;
        border-radius: 5px;
        background-image: url("../img/arrow-down.png");
        background-repeat: no-repeat;
        background-position: 130px 22px;
        color: #333333;
        text-decoration: none; }
        ul.grade-link li a:hover {
          background-color: #fc9d78;
          color: #ffffff; } }

@media only screen and (max-width: 767px) {
  ul.grade-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    ul.grade-link li {
      width: 48%;
      margin-bottom: 10px; }
      ul.grade-link li:last-child {
        margin-right: 0; }
      ul.grade-link li a {
        display: block;
        border: 2px solid #fc9d78;
        border-radius: 5px;
        padding: 15px 20px;
        background-image: url("../img/arrow-down.png");
        background-repeat: no-repeat;
        background-position: 90% 14px;
        color: #333333;
        text-decoration: none; }
        ul.grade-link li a:hover {
          background-color: #fc9d78;
          color: #ffffff; } }

.advice {
  margin-left: 20px; }




/*
サッカー選手　遠藤彰浩さん
--------------------------------------------------*/
.profile {
	border: 2px solid #d8d8d8;
	background: #fff7db;
	padding: 39px 41px;
	margin-bottom: 80px;
	overflow: hidden;
}
.profile .ph {
	float: left;
	margin-right: 60px;
}
.profile .text {
	font-size: 16px;
	height: 240px;
	float: left;
	display: table;
	vertical-align: middle;
}
.profile .text dl {
	display: table-cell;
	vertical-align: middle;
}
.profile .text dt strong {
		font-size: 18px;
		font-weight: bold;
		display:inline-block;
		padding-bottom: 10px;
}
.profile .text dt {
		display:inline-block;
		padding-bottom:40px;
}
.profile .text dd {
	line-height: 2;
}
.profile .text dd strong {
		font-size: 18px;
		font-weight: bold;
}
.block {
		margin-bottom: 80px;
}
.block h2 {
		margin-bottom: 60px;
}
.block p {
		font-size: 16px;
		line-height: 24px;
		font-feature-settings : "palt";
}
.block .txt_left {
	float: left;
	width:calc(100% - 295px);
}
.block .txt_right {
	float: right;
	width:calc(100% - 295px);
}
.block .ph_right {
	float: right;
	width:240px;
}
.block .ph_left {
	float: left;
	width:240px;
}

@media only screen and (max-width: 767px) {
	.bread-clumb {
			width:91.42%;
			margin-left: auto;
			margin-right: auto;
	}
	.profile {
		width:91.42%;
		margin-left: auto;
		margin-right: auto;
		padding: 4.28vw;
		box-sizing: border-box;
		font-feature-settings : "palt";
		margin-bottom: 11vw;
	}
		.profile .ph {
			width:34vw;
			margin-right: 0;
	}
		.profile .ph img {
			width:100% !important;
			height: auto;
	}
		.profile .text {
			width:40vw;
			height: auto;
			float: right;
	display: block;
			font-size: 2.85vw;
		line-height: 1.2;
	}
	
	.profile .text dt strong {
			font-size: 3.28vw;
			font-weight: bold;
			padding-bottom: 2vw;
	}
	.profile .text dt {
			padding-bottom:1em;
	}
	.profile .text dd {
		line-height: 1.2;
	}
	.profile .text dd strong {
			font-size: 3.28vw;
		padding-bottom: 0.5em;
		display: inline-block;
	}
	
	
.block {
		margin-bottom: 17vw;
}
.block h2 {
		margin-bottom: 6vw;
		font-feature-settings : "palt";
}
.block p {
		width:91.42%;
		margin-left: auto;
		margin-right: auto;
		font-size: 3.28vw;
		line-height: 1.5;
}
	
	
.block .txt_left {
	float: none;
		width:91.42%;
}
.block .txt_right {
	float: none;
		width:91.42%;
}
.block .ph_right {
	float: none;
	width:100%;
	text-align: center;
}
.block .ph_left {
	float: none;
	width:100%;
	text-align: center;
}
	.block .ph_right img,
	.block .ph_left img{
		width:45vw;
		height: auto;
		margin-top: 2em;
	}
	
}




