@charset "utf-8";

img{
    max-width: 100%;
    height: auto;
}
.contents_inner {
    padding-top: 45px;
    padding-bottom: 30px;
}

.about_box{
    background-color: #fff;
    margin-bottom: 20px;
}
.about_box.lead{
    padding: 70px 30px 30px;
}
.about_box.lead h3 img{
    display: block;
    width: 69.318182%; /*915/1320*/
    margin: 0 auto 30px;
}
.about_box.lead p{
    width: 83.333333%; /*1100/1320*/
    margin: 0 auto;
    line-height: 1.7;
    font-size: 17px;
}
.about_box .inner{
    width: 71.969697%; /*950/1320*/
    padding: 40px 0;
    margin: 0 auto;
}
.about_box .inner section{
    margin-bottom: 40px;
}
.about_box .inner section strong{
    color: #ff0000;
}
.about_box .inner section h4{
    color: #06002d;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.5;
    border-left: 3px solid #06002d;
    padding-left: 0.5em;
    margin-bottom: 20px;
    min-height: 3.0em;
    position: relative;
}
.about_box .inner section h4 span{
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.about_box .inner section p{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.about_box.why h3 img{
    width: 52.315789%; /*497/950*/
    display: block;
    margin: 0 auto 20px;
}
.about_box.why picture#why001{
    display: block;
    margin: 0 auto;
}
.about_box.why section#why002{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about_box.why section#why002 h4{
    width: 100%;
}
.about_box.why section#why002 p.left{
    width: 66.947368%; /*636/950*/
}
.about_box.why section#why002 p.right{
    width: 30.947368%; /*294/950*/
}
.about_box.why section#why003{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about_box.why section#why003 h4{
    width: 100%;
}
.about_box.why section#why003 p{
    width: 53.052632%; /*504/950*/
}
.about_box.why section#why003 picture{
    width: 44.842105%; /*426/950*/
    margin-top: -90px;
}
.about_box.why section#why004{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.about_box.why section#why004 img{
    width: 42.105263%; /*400/950*/
    margin-right: 3%;
    margin-left: 0;
    margin-bottom: 20px;
}
.about_box.why section#why004 p{
    width: 42.105263%; /*400/950*/
}

.about_box.athlete{
    padding-top: 40px;
    margin-bottom: 0;
}
.about_box.athlete > h3{
    width: 71.969697%; /*950/1320*/
    padding: 0.5em;
    margin: 0 auto;
    text-align: left;
    font-size: 19px;
    font-weight: bold;
    background-color: #0c2e6f;
    color: #ffffff;
}
.about_box.athlete ul.athlete{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 94%;
    max-width: 704px;
    margin: 0 auto;
    padding: 20px 0 0;

}
.about_box.athlete ul.athlete li{
    width: 23.5%;
    margin-bottom: 15px;
}
.about_box.athlete ul.athlete li figure img{
    display: block;
    margin: 0 auto 10px;
}
.about_box.athlete ul.athlete li p.name{
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 5px;
}
.about_box.athlete ul.athlete li p.job{
    font-size: 14px;
}
.about_box.athlete .flex{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.about_box.athlete .flex p:first-of-type{
    width: 34%; /*323/950*/
}
.about_box.athlete .flex p:last-of-type{
    width: 52.631579%; /*500/950*/
}
.about_box.athlete .which{
    padding: 0 40px 40px;
}
.about_box.athlete .which h3{
    text-align: center;
    margin-bottom: 40px;
}
.about_box.athlete .which ul{
    justify-content: center;
    display: flex;
}
.about_box.athlete .which ul li{
    margin: 0 27px;
    width: 405px;
}


.page_title {
  position: relative;
  padding: 13px 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.page_title::before, .page_title::after {
  position: absolute;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  border-top: 1px solid #d2c5b8;
  border-bottom: 1px solid #fff;
}
.page_title::before {
  top: 0;
}
.page_title::after {
  bottom: 0;
}
