@charset "UTF-8";
/* ---------------------------------------------------------
   Award.css
----------------------------------------------------------*/
.pc {
  display: block;
}
.sp {
  display: none;
}
ul {
  list-style: none;
}
#hyosyo_contents img {
  width: 100%
}
#HyosyoImgBox img {
  width: 100%
}
.RedBigText {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5em;
  margin:20px auto;
  color: #ce0000;
  text-align: center;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; 
}
.HyosyoBox {
  margin-bottom: 40px;
}
.HyosyoBox h2 {
  color: #9d8620;
  font-size: 20px;
}
.HyosyoBox h3 {
  color: #9d8620;
  font-size: 26px;
  font-weight: bold;
  background: #fffde5;
  padding: 10px 0px;
  padding-left: 10px;
  position: relative;
  margin: 10px 0px; 
}
.HyosyoBox h3.medal::after {
    content: "";
    display: inline-block;
    width: 67px;
    height: 101px;
    background:url("../img/hyosyo/medal.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -30px;
    right: 10px;
}
.HyosyoBox h3.medal_3::after {
    content: "";
    display: inline-block;
    width: 67px;
    height: 101px;
    background:url("../img/hyosyo/medal_3.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -30px;
    right: 10px;
}
.HyosyoBox h3 + hr {
  border-bottom: solid 2px #9d8620;
  margin: 10px 0 20px;
}
.HyosyoBox .HyosyoImgBox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.HyosyoBox .HyosyoImgBox .award_last{
  width: 65%;
}
.HyosyoBox .HyosyoImgBox .award_last img{
  width: 100%;
}
.HyosyoBox .HyosyoImgBox .HyosyoImgYoko {
  width: 60%!important;
}
.HyosyoBox .HyosyoImgBox .award_first {
  width: 33%;
  margin-right: 2%;  
}
.HyosyoBox .HyosyoImgBox .award_last {
  width: 65%;
}
.HyosyoBox .HyosyoImgBox + p {
  margin-bottom: 20px;
}
.HyosyoBox .HyosyoVoice {
  background: #e0edff;
  padding: 10px;
  border-radius: 10px;
}
.HyosyoBox .HyosyoVoice h4 {
  background: #548cdf;
  color: #fff;
  border-radius: 20px;
  display: block;
  margin: 0 auto 10px;
  padding: 3px 0 0 ;
  width: 40%;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
}
.HyosyoBox .HyosyoVoice ul {
  display: flex;
  align-items: flex-start;
  margin: 20px; 
}
.HyosyoBox .HyosyoVoice ul li:Award-child {
  width: 30%;
  margin-right: 2%;
}
.HyosyoBox .HyosyoVoice ul li:last-child {
  width: 68%;  
}
.HyosyoBox .HyousyoThreeImg {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.HyosyoBox .HyousyoThreeImg li {
  width: calc(98% / 3);
}
.HyosyoBox .HyousyoThreeImg li:not(:last-child) {
  margin-right: 1%;
}
.HyosyoBox .HyosyoVoice .point_img{
    width: 30%;
    margin-right: 2%;
}

@media screen and (max-width: 767px){
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .RedBigText {
    font-size: 4.5vw;
  }
  .HyosyoBox h2 {
    font-size: 18px;
    line-height: 1.2em;
  }
  .HyosyoBox h3 {
    font-size: 22px;
  }
  .HyosyoBox h3.medal::after {
    top: auto;
    bottom: 0;
  }
  .HyosyoBox .HyosyoImgBox {
    flex-direction: column;
  }
  .HyosyoBox .HyosyoImgBox li:Award-child {
    width: 50%;
    margin: 0 auto 20px;
  }
  .HyosyoBox .HyosyoImgBox li:last-child {
    width: 100%;
  }
  .HyosyoBox .HyosyoVoice ul {
    flex-direction: column;
  }
  .HyosyoBox .HyosyoVoice h4 {
    width: 80%;
  }
  .HyosyoBox .HyosyoVoice ul li:Award-child {
      width: 100%;
      margin: 0 auto 20px;
  }
  .HyosyoBox .HyosyoVoice ul li:last-child {
    width: 100%;
  }
  .HyosyoBox .HyosyoImgBox .HyosyoImgYoko {
    width: 80%!important;
  }
  .HyosyoBox .HyousyoThreeImg {
    flex-direction: column;
  }
  .HyosyoBox .HyousyoThreeImg li {
    width: 50%;
    margin: 0 auto 20px!important;
  }
  .HyosyoBox .HyosyoVoice .point_img{
    flex-direction: column;
    width: 100%;
  }
}



@media screen and (max-width: 767px) {
    main {
        padding-top: 20px;
    }
}

.Award_main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    background: url(../img/main_bg.png);
    padding: 0px 0;
}

.Award_main .main_img {
    width: 980px;
}

.Award_main .main_img_sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .Award_main {
        background: none;
    }

    /*.Award_main .main_img {
        display: none;
    }
    */

    .Award_main .main_img_sp {
        width: 100%;
        display: block;
    }
}

.Award_greeting {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.Award_greeting .Award_con {
    width: 980px;
}

.Award_greeting .Award_greeting_box01 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.Award_greeting .Award_greeting_box01 .greeting_txt01 {
    width: calc(100% - 330px);
    position: relative;
    overflow: hidden;
}

.Award_greeting .Award_greeting_box01 .greeting_txt01::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 300px 570px 0 0;
    border-color: #fdf3ee transparent transparent transparent;
    line-height: 0px;
    _border-color: #fdf3ee #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    z-index: -1;
}

.Award_greeting .Award_greeting_box01 .greeting_txt01 p {
    font-size: 18px;
    line-height: 2em;
    padding: 30px 5px 0 40px;
}

.Award_greeting .Award_greeting_box01 .greeting_txt01 .greeting_txt_img {
    margin-top: 35px;
    float: right;
}

.Award_greeting .Award_greeting_box02 {
    background: url(../img/Award/bg_img01.png);
    padding: 10px;
    margin-top: 40px;
}

.Award_greeting .Award_greeting_box02 .Award_greeting_block {
    padding: 20px;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
}

.Award_greeting .Award_greeting_box02 .greeting_txt02 {
    font-size: 16px;
    line-height: 2em;
    width: calc(100% - 340px);
}

.Award_greeting .Award_greeting_box02 .greeting_img02 {
    width: 330px;
}

@media screen and (max-width: 767px) {
    .Award_greeting {
        padding: 10px;
        margin-top: 20px;
    }

    .Award_greeting .Award_con {
        width: 100%;
    }

    .Award_greeting .Award_greeting_box01 {
        display: block;
    }

    .Award_greeting .Award_greeting_box01 .greeting_img01 {
        width: 40%;
        float: left;
        margin: 0 10px 10px;
    }

    .Award_greeting .Award_greeting_box01 .greeting_txt01 {
        width: auto;
        display: inline;
    }

    .Award_greeting .Award_greeting_box01 .greeting_txt01::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 90px 170px 0 0;
        border-color: #fdf3ee transparent transparent transparent;
        line-height: 0px;
        _border-color: #fdf3ee #000000 #000000 #000000;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
        z-index: -1;
    }

    .Award_greeting .Award_greeting_box01 .greeting_txt01 p {
        font-size: 16px;
        line-height: 1.6em;
        padding: 20px 0px 0 10px;
    }

    .Award_greeting .Award_greeting_box01 .greeting_txt01 .greeting_txt_img {
        padding: 10px;
        float: right;
        width: 80%;
    }

    .Award_greeting .Award_greeting_box02 {
        background: url(../img/Award/bg_img01.png);
        padding: 10px;
        margin-top: 100px;
    }

    .Award_greeting .Award_greeting_box02 .Award_greeting_block {
        padding: 0px;
        display: block;
    }

    .Award_greeting .Award_greeting_box02 .greeting_txt02 {
        width: auto;
        padding: 10px;
    }

    .Award_greeting .Award_greeting_box02 .greeting_img02 {
        width: calc(100% - 20px);
        padding: 10px;
    }
}

.Award_point .Award_point_sub {
    width: 99%;
    box-sizing: border-box;
    color: #fff;
    font-size: 22px;
    margin-top: 20px;
    padding: 10px 30px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #eb6120 0%, #eb6120 calc(100% - 7px), #f1f2f5 calc(100% - 7px), #f1f2f5 100%);
    background-size: calc(100%) 100%;
}

.Award_point .Award_point_sub::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 100%;
    top: 0;
    right: 0;
    background: #000;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    margin-right: 3px;
}

.Award_point .point_txt {
    font-size: 18px;
    line-height: 2em;
}

@media screen and (max-width: 767px) {
    .Award_point .Award_point_sub {
        color: #fff;
        font-size: 22px;
        margin-top: 20px;
        padding: 10px 30px;
        display: inline-block;
        position: relative;
        overflow: hidden;
        background: linear-gradient(90deg, #eb6120 0%, #eb6120 calc(100% - 7px), #f1f2f5 calc(100% - 7px), #f1f2f5 100%);
    }

    .Award_point .Award_point_sub::before {
        content: "";
        position: absolute;
        width: 7px;
        height: 100%;
        top: 0;
        right: 0;
        background: #000;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
        margin-right: 3px;
    }

    .Award_point .point_txt {
        font-size: 18px;
        line-height: 2em;
    }
}

.Award_point {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    /*margin: 60px auto;*/
}

.Award_point .Award_con {
    width: 980px;
}

@media screen and (max-width: 767px) {
    .Award_point {
        display: block;
        padding: 10px;
    }

    .Award_point .Award_con {
        width: 100%;
    }
}

.Award_point .point_ttl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    min-height: 75px;
}

.Award_point .point_ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
}

.Award_point .point_ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    border-bottom: 3px solid #eb6120;
    border-right: 3px solid #eb6120;
}

.Award_point .point_ttl .point_item {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Award_point .point_ttl .point_item::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 75px 0 0;
    border-color: #000000 transparent transparent transparent;
    line-height: 0px;
    _border-color: #000000 #ffffff #ffffff #ffffff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
    z-index: -1;
}

.Award_point .point_ttl .point_item p {
    font-size: 14px;
    font-weight: bold;
    color: #ffe832;
    margin-right: 10px;
}

.Award_point .point_ttl .point_item p span {
    font-size: 46px;
    color: #fff;
    display: block;
    font-style: italic;
    margin-top: 2px;
    text-shadow: black 2px 0px, black -2px 0px, black 0px -2px, black 0px 2px, black 2px 2px, black -2px 2px, black 2px -2px, black -2px -2px, black 1px 2px, black -1px 2px, black 1px -2px, black -1px -2px, black 2px 1px, black -2px 1px, black 2px -1px, black -2px -1px;
}

.Award_point .point_ttl h2 {
    font-size: 40px;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 900;
    width: calc(100% - 75px);
    padding: 10px 0 10px 75px;
}

.Award_point .point_ttl h2 span {
    color: #eb6120;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 900;
}

.Award_point .brackets_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
}

.Award_point .brackets {
    position: relative;
    width: auto;
    padding: 5px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Award_point .brackets::before {
    position: absolute;
    top: 0;
    content: '';
    width: 10px;
    height: 100%;
    border-top: 3px solid #eb6120;
    border-bottom: 3px solid #eb6120;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    border-left: 3px solid #eb6120;
}

.Award_point .brackets::after {
    position: absolute;
    top: 0;
    content: '';
    width: 10px;
    height: 100%;
    border-top: 3px solid #eb6120;
    border-bottom: 3px solid #eb6120;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    border-right: 3px solid #eb6120;
}

@media screen and (max-width: 767px) {
    .Award_point .point_ttl .point_item {
        width: 60px;
        height: 60px;
    }

    .Award_point .point_ttl .point_item::before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 60px 60px 0 0;
        border-color: #000000 transparent transparent transparent;
        line-height: 0px;
        _border-color: #000000 #ffffff #ffffff #ffffff;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
        z-index: -1;
    }

    .Award_point .point_ttl .point_item p {
        font-size: 14px;
        font-weight: bold;
        color: #ffe832;
        margin-right: 10px;
        margin-top: 2px;
    }

    .Award_point .point_ttl .point_item p span {
        font-size: 46px;
    }

    .Award_point .point_ttl h2 {
        font-size: 20px !important;
        width: calc(100% - 60px);
        padding: 10px 0 10px 60px;
    }
    .Award_point .Award_con .award_first{
        width: 50%;
        margin: 0 auto 20px; 
    }
}

.Award_point .Award_point01_box01 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.Award_point .Award_point01_box01 .Award_point01_txt {
    width: calc(100% - 440px);
    font-size: 18px;
    line-height: 2em;
}

.Award_point .Award_point01_box01 .Award_point01_img {
    width: 400px;
}

.Award_point .Award_point01_box02 {
    background: #f1f2f5;
    margin-top: 30px;
}

.Award_point .Award_point01_box02 p {
    font-size: 18px;
    line-height: 2em;
    padding: 20px 30px;
}

.Award_point .Award_point01_box03 h3 {
    font-size: 22px;
    margin: 30px auto 20px;
}

.Award_point .Award_point01_box03 .point01_box03_block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.Award_point .Award_point01_box03 .point01_box03_block .Award_point01_video03 {
    width: 560px;
}

.Award_point .Award_point01_box03 .point01_box03_block .Award_point01_img03 {
    width: calc(100% - 600px);
}

@media screen and (max-width: 767px) {
    .Award_point .Award_point01_box01 {
        display: block;
    }

    .Award_point .Award_point01_box01 .Award_point01_txt {
        width: auto;
    }

    .Award_point .Award_point01_box01 .Award_point01_img {
        width: 100%;
    }

    .Award_point .Award_point01_box02 p {
        font-size: 18px;
        line-height: 1.8em;
        padding: 20px 10px;
    }

    .Award_point .Award_point01_box03 h3 {
        font-size: 20px;
        margin: 20px;
    }

    .Award_point .Award_point01_box03 .point01_box03_block {
        display: block;
    }

    .Award_point .Award_point01_box03 .point01_box03_block .Award_point01_video03 {
        width: 100%;
    }

    .Award_point .Award_point01_box03 .point01_box03_block .Award_point01_img03 {
        width: auto;
        margin-top: 10px;
    }
}

.Award_point .Award_point02_box01 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;;
}

.Award_point .Award_point02_box01 .Award_poiint02_txt {
    width: calc(100% - 405px);
    background: #f1f2f5;
}

.Award_point .Award_point02_box01 .Award_poiint02_txt ul {
    margin: 20px 30px;
}

.Award_point .Award_point02_box01 .Award_poiint02_txt ul li {
    font-size: 18px;
    line-height: 2em;
}

.Award_point .Award_point02_box01 .Award_poiint02_txt ul li::before {
    content: "●";
    width: 10px;
    height: 10px;
    margin-right: 5px;
    color: #eb6120;
}

.Award_point .Award_point02_box01 .Award_point02_img {
    width: 360px;
}

.Award_point .Award_point02_box02 {
    text-align: center;
    margin-top: 50px;
}

.Award_point .Award_point02_box02 .contact_btn_txt {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
}

.Award_point .Award_point02_box02 .contact_btn_txt::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    bottom: 0px;
    left: 265px;
    background: #000;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    margin-right: 3px;
}

.Award_point .Award_point02_box02 .contact_btn_txt::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    bottom: 0px;
    right: 265px;
    background: #000;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    margin-right: 3px;
}

.Award_point .Award_point02_box02 .Award_p2_btnbox {
    width: 500px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .Award_point .Award_point02_box01 {
        display: block;
    }

    .Award_point .Award_point02_box01 .Award_poiint02_txt {
        width: 100%;
    }

    .Award_point .Award_point02_box01 .Award_poiint02_txt ul {
        margin: 20px 30px;
    }

    .Award_point .Award_point02_box01 .Award_poiint02_txt ul li {
        font-size: 18px;
        line-height: 2em;
        text-indent: -1em;
        padding-left: 1em;
    }

    .Award_point .Award_point02_box01 .Award_point02_img {
        width: 100%;
    }

    .Award_point .Award_point02_box02 {
        text-align: center;
        margin-top: 50px;
    }

    .Award_point .Award_point02_box02 .contact_btn_txt {
        font-size: 16px;
        font-weight: bold;
        position: relative;
    }

    .Award_point .Award_point02_box02 .contact_btn_txt::before {
        content: none;
    }

    .Award_point .Award_point02_box02 .contact_btn_txt::after {
        content: none;
    }

    .Award_point .Award_point02_box02 .Award_p2_btnbox {
        width: 100%;
    }
}

/*
.cube_btn {
    position: relative;
    font-family: 'Noto Sans JP', sans-serif !important;
    padding: 15px;
    font-weight: bold;
    text-decoration: none;
    background: #ff4119;
    color: #fff;
    box-shadow: 0 4px 0 #b03318;
    border-radius: 5px;
}
*/
.Award_point .point_ttl .font38 {
    font-size: 38px;
}

.Award_point .Award_point03_box01 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.Award_point .Award_point03_box01 .Award_poiint03_txt {
    width: calc(100% - 440px);
    background: #f1f2f5;
}

.Award_point .Award_point03_box01 .Award_poiint03_txt ul {
    margin: 20px 30px;
}

.Award_point .Award_point03_box01 .Award_poiint03_txt ul li {
    font-size: 18px;
    line-height: 2em;
}

.Award_point .Award_point03_box01 .Award_poiint03_txt ul li::before {
    content: "●";
    width: 10px;
    height: 10px;
    margin-right: 5px;
    color: #eb6120;
}
.Award_point .Award_point03_box01 .Award_poiint03_txt p {
    margin: 80px 30px 0;
    font-size: 14px;
    line-height: 1.4em;
}

.Award_point .Award_point03_box01 .Award_point03_img {
    width: 400px;
}

.Award_point .Award_point03_box01 .Award_point03_img p {
    float: right;
    margin-top: 10px;
}

.Award_point .Award_p3_btnbox {
    width: 540px;
}

@media screen and (max-width: 767px) {
    .Award_point .Award_point03_box01 {
        display: block;
        margin-top: 30px;
    }

    .Award_point .Award_point03_box01 .Award_poiint03_txt {
        width: 100%;
        background: #f1f2f5;
    }

    .Award_point .Award_point03_box01 .Award_poiint03_txt ul {
        margin: 20px 30px;
    }

    .Award_point .Award_point03_box01 .Award_poiint03_txt ul li {
        font-size: 18px;
        line-height: 2em;
        text-indent: -1em;
        padding-left: 1em;
    }
    
    .Award_point .Award_point03_box01 .Award_poiint03_txt p {
        margin: 20px 30px;
        padding-bottom: 20px;
    }

    .Award_point .Award_point03_box01 .Award_point03_img {
        width: 100%;
    }

    .Award_point .Award_p3_btnbox {
        width: 100%;
    }
}

.Award_point .Award_point04_box01 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.Award_point .Award_point04_box01 .Award_point04_txt {
    width: calc(100% - 440px);
    font-size: 18px;
    line-height: 2em;
}

.Award_point .Award_point04_box01 .Award_point04_img {
    width: 400px;
}

@media screen and (max-width: 767px) {
    .Award_point .Award_point04_box01 {
        display: block;
    }

    .Award_point .Award_point04_box01 .Award_point04_txt {
        width: 100%;
        font-size: 18px;
        line-height: 2em;
    }

    .Award_point .Award_point04_box01 .Award_point04_img {
        width: 100%;
    }
}

.Award_point .Award_point05_box01 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;;
}

.Award_point .Award_point05_box01 .Award_point05_txt {
    width: calc(100% - 360px);
    font-size: 18px;
    /* line-height: 2em; */
    background: #f1f2f5;
}

.Award_point .Award_point05_box01 .Award_point05_txt ul {
    margin: 20px 30px;
}

.Award_point .Award_point05_box01 .Award_point05_txt ul li {
    font-size: 18px;
    line-height: 2em;
    text-indent: -1em;
    padding-left: 1em;
}

.Award_point .Award_point05_box01 .Award_point05_txt ul li::before {
    content: "●";
    width: 10px;
    height: 10px;
    margin-right: 5px;
    color: #eb6120;
}

.Award_point .Award_point05_box01 .Award_point05_txt ul li span {
    display: inline-block;
    background: #606162;
    color: #fff;
    padding-left: 20px;
    position: relative;
    margin-left: calc(1em + 5px);
}

.Award_point .Award_point05_box01 .Award_point05_txt ul li span::before {
    content: url(../img/Award/list_arrow.png);
    left: -5px;
    position: absolute;
}

.Award_point .Award_point05_box01 .Award_point05_tb {
    width: 320px;
}

.Award_point .Award_point05_box01 .Award_point05_tb table {
    width: 100%;
}

.Award_point .Award_point05_box01 .Award_point05_tb table th {
    background: #999999;
    text-align: center;
    width: 50%;
    padding: 20px;
    color: #fff;
    border: 1px solid #ccc;
    font-size: 18px;
}

.Award_point .Award_point05_box01 .Award_point05_tb table td {
    padding: 20px;
    font-size: 16px;
    width: 50%;
    border: 1px solid #ccc;
}

.Award_point .Award_p5_btnbox {
    width: 540px;
}

@media screen and (max-width: 767px) {
    .Award_point .Award_point05_box01 {
        display: block;
    }

    .Award_point .Award_point05_box01 .Award_point05_txt {
        width: 100%;
    }

    .Award_point .Award_point05_box01 .Award_point05_txt ul {
        margin: 20px 30px;
    }

    .Award_point .Award_point05_box01 .Award_point05_txt ul li {
        font-size: 18px;
        line-height: 2em;
        text-indent: -1em;
        padding-left: 1em;
    }

    .Award_point .Award_point05_box01 .Award_point05_tb {
        width: 100%;
    }

    .Award_point .Award_point05_box01 .Award_point05_tb table {
        width: 100%;
    }

    .Award_point .Award_p5_btnbox {
        width: 100%;
    }
}

.Award_point .point_ttl .font_30 {
    font-size: 30px;
}

.Award_point .Award_point06_box01 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;;
}

.Award_point .Award_point06_box01 .Award_point06_txt {
    width: calc(100% - 360px);
}

.Award_point .Award_point06_box01 .Award_point06_txt ul li {
    font-size: 16px;
}

.Award_point .Award_point06_box01 .Award_point06_txt {
    width: calc(100% - 405px);
    background: #f1f2f5;
}

.Award_point .Award_point06_box01 .Award_point06_txt ul {
    margin: 20px 30px;
}

.Award_point .Award_point06_box01 .Award_point06_txt ul li {
    font-size: 18px;
    line-height: 2em;
    text-indent: -1em;
    padding-left: 1em;
}

.Award_point .Award_point06_box01 .Award_point06_txt ul li::before {
    content: "●";
    width: 10px;
    height: 10px;
    margin-right: 5px;
    color: #eb6120;
}

.Award_point .Award_point06_box01 .Award_point06_txt .Award_point04_img {
    width: 400px;
}

.Award_point .Award_point06_box01 .Award_point06_txt .Award_point04_img p {
    float: right;
    margin-top: 10px;
}
.Award_point .Award_point06_box01 .Award_point06_img {
    width: 360px;
    text-align: right;
}
.Award_point .Award_point06_box01 .Award_point06_img img {
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .Award_point .Award_point06_box01 {
        display: block;
    }

    .Award_point .Award_point06_box01 .Award_point06_txt {
        width: 100%;
    }

    .Award_point .Award_point06_box01 .Award_point06_txt {
        width: 100%;
    }

    .Award_point .Award_point06_box01 .Award_point06_txt .Award_point04_img {
        width: 100%;
    }
    .Award_point .Award_point06_box01 .Award_point06_img {
        width: 100%;
    }
}

.Award_point .point_ttl .font35 {
    font-size: 35px;
}

.Award_point .Award_point07_box01 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Award_point .Award_point07_box01 .point07_item {
    width: calc(100% / 2 - 20px);
    margin-top: 30px;
}

.Award_point .Award_point07_box01 .point07_item .point07_video {
    width: 470px;
}

.Award_point .Award_point07_box01 .point07_item h4 {
    font-size: 16px;
    color: #7e7e7e;
    margin-bottom: 20px;
}

.Award_point .Award_point07_box01 .point07_item h4 span {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    color: #000;
}

@media screen and (max-width: 767px) {
    .Award_point .Award_point07_box01 {
        display: block;
    }

    .Award_point .Award_point07_box01 .point07_item {
        width: 100%;
    }

    .Award_point .Award_point07_box01 .point07_item .point07_video {
        width: 100%;
    }

    .Award_point .Award_point07_box01 .point07_item h4 {
        text-align: center;
    }

    .Award_point .Award_point07_box01 .point07_item h4 span {
        font-size: 18px;
        font-weight: bold;
        display: block;
        margin-right: 10px;
        color: #000;
    }
}

.Award_point .point_ttl .font38 {
    font-size: 38px;
}

.Award_point .Award_point08_box01 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.Award_point .Award_point08_box01 .Award_point08_txt {
    width: calc(100% - 510px);
    font-size: 18px;
    line-height: 2em;
}

.Award_point .Award_point08_box01 .Award_point08_video {
    width: 470px;
}

.Award_point .Award_point08_box01 .Award_point08_video h4 {
    font-size: 22px;
    padding: 20px 5px;
    color: #000;
    text-align: center;
}

.Award_point .Award_point08_box01 .Award_point08_video h4 span {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .Award_point .Award_point08_box01 {
        display: block;
    }

    .Award_point .Award_point08_box01 .Award_point08_txt {
        width: 100%;
    }

    .Award_point .Award_point08_box01 .Award_point08_video {
        width: 100%;
    }

    .Award_point .Award_point08_box01 .Award_point08_video h4 {
        font-size: 18px;
    }
}

.Award_contact {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    background: url(../img/Award/bg_img02.png);
    margin-top: 80px;
    margin-bottom: 80px;
}

.Award_contact .Award_con {
    width: 980px;
    padding: 60px 0;
}

.Award_contact .Award_contact_txt {
    font-size: 34px;
    text-align: center;
    position: relative;
    width: 82%;
    margin: 0 auto;
}

.Award_contact .Award_contact_txt span {
    color: #eb6120;
}

.Award_contact .Award_contact_txt::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 140px;
    bottom: -10px;
    left: -1%;
    background: #000;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-28deg);
    -ms-transform: rotate(-28deg);
    transform: rotate(-28deg);
    margin-right: 3px;
}

.Award_contact .Award_contact_txt::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 140px;
    bottom: -10px;
    right: -1%;
    background: #000;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(28deg);
    margin-right: 3px;
}

.Award_contact .Award_contact_box01 {
    max-width: 850px;
    width: 100%;
    height: 220px;
    margin: 40px auto 0px auto;
    border: 2px solid #000;
    background: url(../img/Award/item01.png) bottom right no-repeat;
    background-color: #fff;
}

.Award_contact .Award_contact_box01 .contact_box01_block {
    width: 555px;
    margin-left: 55px;
    padding: 40px 0;
}

.Award_contact .Award_contact_box01 .contact_box01_block p {
    font-size: 24px;
    margin-bottom: 30px;
}

.Award_contact .Award_contact_box01 .contact_box01_block p span {
    color: #eb6120;
}

@media screen and (max-width: 767px) {
    .Award_contact .Award_con {
        width: 100%;
        padding: 60px 0;
    }

    .Award_contact .Award_contact_txt {
        font-size: 24px;
        width: 100%;
    }

    .Award_contact .Award_contact_txt br {
        display: none;
    }

    .Award_contact .Award_contact_txt span {
        display: inline-block;
    }

    .Award_contact .Award_contact_txt::before {
        content: none;
    }

    .Award_contact .Award_contact_txt::after {
        content: none;
    }

    .Award_contact .Award_contact_box01 {
        width: 98%;
        margin: 40px auto 0px auto;
        box-sizing: border-box;
        border: 2px solid #000;
        background: url(none);
        background-color: #fff;
    }

    .Award_contact .Award_contact_box01 .contact_box01_block {
        width: 100%;
        margin-left: 0;
        padding: 40px 5px;
        box-sizing: border-box;
    }

    .Award_contact .Award_contact_box01 .contact_box01_block p {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .Award_contact .Award_contact_box01 .contact_box01_block p span {
        color: #eb6120;
    }
}

/*-------------------------------
youtube
----------------------------------*/
.Award_youtube {
    width: 100%;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.Award_youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}



/*-------------------------------
button
----------------------------------*/
.cl_btn02 {
    position: relative;
    width: 100%;
    border-top: 0px solid white;
    border-bottom: 7px solid #b03318;
    border-radius: 10px 10px 5px 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #b03318;
    padding-bottom: 1px;
}
.cl_btn02 .btn_txt {
    font-size: 24px;
}
.cl_btn02 .btn_txt .btn_free {
    padding: 3px 10px;
    font-size: 24px;
    color: #ff4119;
    background-color: #ffe300;
    font-weight: bold;
    margin-right: 10px;
    border-radius: 3px;
    vertical-align: bottom;
}
.cl_btn02 .btn_txt .btn_tel {
    font-size: 40px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
}
.cl_btn02 .btn_txt .btn_tel::before {
    content: url(../img/Award/btn_tel.png);
    margin-right: 10px;
}
.cl_btn02:hover {
    padding-bottom: 0;
    border-top: 5px solid white;
    border-bottom: 3px solid #b03318;
}
.cl_btn02 a {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2em;
    background: #ff4119;
    display: block;
    padding: 20px 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    position: relative;
}
.cl_btn02 a:hover {
    opacity: 1;
}
.cl_btn02 a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/btn-ptn01.png) repeat;
}

@media screen and (max-width: 767px) {
.cl_btn02 {
    width: 100%;
}
.cl_btn02 a {
    padding: 10px 20px;
}
.cl_btn02 .btn_txt {
    line-height: 1.5em;
    font-size: 20px;
}
.cl_btn02 .btn_txt .btn_free {
    padding: 1px 3px;
    font-size: 20px;
}
.cl_btn02 .btn_txt .btn_tel {
    font-size: 26px;
}
}

.cl_btn01 {
    position: relative;
    margin-top: 30px;
    width: 100%;
    border-top: 0px solid white;
    border-bottom: 7px solid #b03318;
    border-radius: 10px 10px 5px 5px;
    /* -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; */
    background: #b03318;
    padding-bottom: 1px;
}
.cl_btn01:hover {
    padding-bottom: 0;
    border-top: 5px solid white;
    border-bottom: 3px solid #b03318;
}
.cl_btn01 a {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2em;
    background: #EB6222;
    display: block;
    padding: 20px;
    text-decoration: none;
    text-align: center;
    /* -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; */
    border-radius: 5px;
    position: relative;
}
.cl_btn01 a:hover {
    opacity: 1;
}
.cl_btn01 a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/btn-ptn01.png) repeat;
}

@media screen and (max-width: 767px) {
.cl_btn01 {
    margin-top: 30px;
    width: 100%;
    position: relative;
}
.cl_btn01 a {
    padding: 20px 50px;
}
}
.cl_btn02 {
    position: relative;
    width: 100%;
    border-top: 0px solid white;
    border-bottom: 7px solid #b03318;
    border-radius: 10px 10px 5px 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #b03318;
    padding-bottom: 1px;
}
.cl_btn02 .btn_txt {
    font-size: 24px;
}
.cl_btn02 .btn_txt .btn_free {
    padding: 3px 10px;
    font-size: 24px;
    color: #ff4119;
    background-color: #ffe300;
    font-weight: bold;
    margin-right: 10px;
    border-radius: 3px;
    vertical-align: bottom;
}
.cl_btn02 .btn_txt .btn_tel {
    font-size: 40px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
}
.cl_btn02 .btn_txt .btn_tel::before {
    content: url(../img/Award/btn_tel.png);
    margin-right: 10px;
}
.cl_btn02:hover {
    padding-bottom: 0;
    border-top: 5px solid white;
    border-bottom: 3px solid #b03318;
}
.cl_btn02 a {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2em;
    background: #ff4119;
    display: block;
    padding: 20px 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    position: relative;
}
.cl_btn02 a:hover {
    opacity: 1;
}
.cl_btn02 a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/btn-ptn01.png) repeat;
}
.cl_btn_icon {
    position: absolute;
    left: 20px;
    padding: 15px;
    z-index: 10;
}

@media screen and (max-width: 767px) {
.cl_btn_icon {
    left: 0px;
}
}
.cl_arrow02::after {
    position: absolute;
    top: calc(50% - 15px);
    right: 30px;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/top-arrow04.png) center/cover no-repeat;
}

@media screen and (max-width: 767px) {
.cl_arrow02::after {
    right: 10px;
}
}