/*PCサイト*/
@media only screen and (min-width: 751px) {
	/* =========================================================
	container
	========================================================= */
  sup{
    font-size: 70%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
  }
	div#container img{
		max-width: inherit;
	}
  div#container .inner{
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
  }
  div#container a img{
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  div#container a:hover img{
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
  }

	/* =========================================================
	eyecatch
	========================================================= */

  div#eyecatch .eyebox{
    background: url(../img/mainimg-bg_pc.jpg) center top no-repeat;
    position: relative;
  }
  div#eyecatch .eyebox .inner{
    height: 530px;
  }
  div#eyecatch .eyebox h1{
    position: absolute;
    top: 33px;
    left: 12px;
  }
  div#eyecatch .detail{
    padding: 30px 0 0;
  }
  div#eyecatch .detail .inner > p{
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 15px;
  }
  div#eyecatch .detail .inner > p:last-of-type{
    margin-bottom: 0;
  }

	/* =========================================================
	sec
	========================================================= */
  div.sec{
    margin-top: -40px;
  }
  div#sec04{
    padding-bottom: 50px;
  }
  div.sec .tit-box{
    height: 947px;
  }
  div.sec .tit-box h2{
    position: absolute;
    top: 188px;
    left: 16px;
  }
  div#sec01 .tit-box{ 
    background: url(../img/sec01-tit-bg_pc.jpg) center top no-repeat;
  }
  div#sec02 .tit-box{ 
    background: url(../img/sec02-tit-bg_pc.jpg) center top no-repeat;
  }
  div#sec03 .tit-box{ 
    background: url(../img/sec03-tit-bg_pc.jpg) center top no-repeat;
  }
  div#sec04 .tit-box{ 
    background: url(../img/sec04-tit-bg_pc.jpg) center top no-repeat;
  }
  div.sec .detail.no01{
    margin-top: -80px;
  }
  div.sec .detail.no02{
    margin-top: -160px;
  }
  div.sec .detail h3{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    color: #007bc7;
    margin-bottom: 20px;
  }
  div.sec .detail .text-box{
    margin-bottom: 30px;
  }
  div.sec .detail .text-box p{
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 15px;
  }
  div.sec .detail .text-box p.notes{
    font-size: 14px;
    margin-bottom: 0;
  }
  div.sec .detail .text-box p:last-of-type{
    margin-bottom: 0;
  }
  div.sec .detail .img{
    width: 620px;
    margin: 0 auto 30px;
  }
  div.sec .img-box{
    background: url(../img/img-bg_pc.jpg) center top no-repeat;
    height: 802px;
    padding-top: 70px;
    margin-top: -60px;
  }
  div.sec .img-box .img{
    width: 750px;
    margin: 0 auto;
  }
  div.sec .balloon-box{
    display: flex;
    align-items: center;
    width: 750px;
    margin: 0 auto 40px;
  }
  div.sec .balloon-box .balloon{
    background: #eee;
    box-shadow: 7px 7px 0 #ffdf01;
    padding: 30px;
  }
  div.sec .balloon-box .balloon p{
    font-size: 16px;
    line-height: 1.8;
  }
  div.sec .balloon-box .ico{
    flex-shrink: 0;
  }
  .btn{
      width: 390px;
      margin: 40px auto 0;
      position: relative;
      z-index: 10;
  }
  .btn a{
    background: #0071be url(../img/arrow_r_wh.svg) right 10px  center no-repeat;
    background-size: 8px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: block;
    text-align: center;
    box-shadow: 0 0 14px rgb(0, 0, 0, 0.25);
    padding: 20px 0;
  }
  .btn a:hover{
    opacity: 0.7;
    box-shadow: none;
  }
  div#sec05{
    background: #eee;
    border-bottom: 1px solid #fff;
    padding-bottom: 80px;
  }
  div#sec05 h2{
    background: url(../img/sec05-tit-bg_pc.jpg) center top no-repeat;
    text-align: center;
    height: 100px;
    padding-top: 28px;
    margin-bottom: 40px;
  }
  div#sec05 .box01{
    width: 750px;
    margin: 0 auto 40px;
  }
  div#sec05 .box01 ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  div#sec05 .box01 ul li{
    background: #fff;
    width: calc(100% / 2);
    display: flex;
    align-items: stretch;
    padding: 10px;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  div#sec05 .box01 ul li:nth-of-type(2n){
    border-right: none;
  }
  div#sec05 .box01 ul li .simg{
    width: 115px;
    flex-shrink: 0;
    margin-right: 15px;
  }
  div#sec05 .box01 ul li .simg img{
    width: 100%;
  }
  div#sec05 .box01 ul li .detail{
    width: 100%;
    position: relative;
  }
  div#sec05 .box01 ul li .detail .name{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    padding-top: 25px;
  }
  div#sec05 .box01 ul li:nth-of-type(4) .detail .name{
    padding-top: 35px;
  }
  div#sec05 .box01 ul li .detail .name strong{
    color: #f12174;
  }
  div#sec05 .box01 ul li .detail .t-link{
    position: absolute;
    bottom: 0;
    right: 0;
  }
  div#sec05 .box01 ul li .detail .t-link a{
    background: url(../img/arrow_r_bl.svg) right center no-repeat;
    background-size: 8px;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    padding-right: 12px;
    display: block;
  }
  div#sec05 .box02{
    background: #fff;
    box-sizing: border-box;
    box-shadow: 7px 7px 0 #ffdf01;
    display: flex;
    align-items: center;
    width: 750px;
    padding: 20px;
    margin: 0 auto 40px;
  }
  div#sec05 .box02 .img{
    flex-shrink: 0;
    margin-right: 20px;
  }
  div#sec05 .box02 .detail h3,
	div#sec05 .box02 .detail .h3-style {
    font-size: 20px;
    font-weight: 700;
    color: #007bc7;
    margin-bottom: 12px;
  }
  div#sec05 .box02 .detail p{
    font-size: 16px;
    line-height: 1.8;
  }
  div#sec05 .box02 .detail p.t-link{
    font-weight: 700;
    text-align: right;
    margin-top: 5px;
  }
  div#sec05 .coop{
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
  }
  #footer{
    padding-top: 20px;
  }

}
