/*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;
  }
  .btn{
    width: 520px;
    margin: 60px auto 0;
    position: relative;
    z-index: 10;
  }
  .btn a{
    background: #0071be;
    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;
  }
  .btn a span{
    background: url(../img/arrow_r_wh.svg) right center no-repeat;
    background-size: 8px;
    display: inline-block;
    padding-right: 18px;
  }
	/* =========================================================
	eyecatch
	========================================================= */
  div#eyecatch{
    background: #ffe100;
  }
  div#eyecatch .eyebox{
    background: url(../img/mainimg-bg_pc.jpg) center top no-repeat;
    position: relative;
  }
  div#eyecatch .eyebox .inner{
    height: 690px;
  }
  div#eyecatch .eyebox h1{
    position: absolute;
    top: 140px;
    left: 165px;
  }
  div#eyecatch .detail .inner{
    padding-bottom: 40px;
    box-sizing: border-box;
  }
  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
	========================================================= */
  section .tit-box,
  #lineup .tit-box{
    text-align: center;
    margin-bottom: 35px;
  }
  section .tit-box .logo{
    margin: 0 auto 20px;
  }
  section .tit-box h2,
  #lineup .tit-box h2{
    font-size: 52px;
    font-weight: 700;
    line-height: 1.4;
  }
  section .tit-box p,
  #lineup .tit-box p{
    font-size: 26px;
    font-weight: 900;
    color: #0071be;
    margin-top: 10px;
  }
  #sec01{
   background: #fff url(../img/bg-white.jpg) left top repeat;
   padding: 70px 0 80px;
  }
  /* 横スクロールアニメーション */
  @keyframes bg-move {
    from { background-position: 0 bottom; }
    to   { background-position: -2500px bottom; } /* 画像幅に合わせて調整 */
  }
  #sec01 .read-box{
    background: url(../img/sec01-bg.jpg) left bottom repeat-x;
    animation: bg-move 60s linear infinite;
    padding-bottom: 260px;
    margin-bottom: 60px;
  }
  #sec01 .read-box p{
    font-size: 18px;
    line-height: 1.8;
    text-align: center;     
  }
  #sec01 .detail .qa-list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #sec01 .detail .qa-list li{
    background: #ffe100;
    border-radius: 20px;
    width: 360px;
    box-sizing: border-box;
    padding: 15px 10px 30px;
    margin: 0 auto 40px 0;
  }
  #sec01 .detail .qa-list li:nth-of-type(3n){
    margin-right: 0;
  }
  #sec01 .detail .qa-list li .stit-box{
    text-align: center;
    margin-bottom: 15px;
  }
  #sec01 .detail .qa-list li .stit-box .ico{
    width: 100px;
    margin: 0 auto 8px;
  }
  #sec01 .detail .qa-list li .stit-box .ico img{
    width: 100%;
  }
  #sec01 .detail .qa-list li .stit-box h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  #sec01 .detail .qa-list li .stit-box p{
    font-size: 18px;
    line-height: 1.6;
  }
  #sec01 .detail .qa-list li .graph-list{
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  #sec01 .detail .qa-list li .graph-list dt{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding: 12px 20px 0;
    margin-bottom: 12px;
  }
  #sec01 .detail .qa-list li .graph-list dd{
    padding: 0 20px 20px;
    border-bottom: 1px solid #ccc;
  }
  #sec01 .detail .qa-list li .graph-list dd:last-of-type{
    border-bottom: 0;
  }
  #sec01 .detail .qa-list li .graph-list dd .bar-box{
    background: #f5f5f5;
    height: 30px;
    position: relative;
  }
  #sec01 .detail .qa-list li .graph-list dd .bar {
    display: inline-block;
    height: 30px;
    background: #000;
    width: 0 !important; /* 初期状態は0 */
    transition: width 1.5s ease-out;
  }
  #sec01 .detail .qa-list li .graph-list dd .bar.is-active {
    width: var(--goal-width) !important;
  }
  #sec01 .detail .qa-list li .graph-list dd .pct{
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: -4px;
    right: 5px;
  }
  #sec01 .detail .qa-list li .graph-list dd:nth-of-type(1) .bar{
    background: #ff8a00;
  }
  #sec01 .detail .qa-list li .graph-list dd:nth-of-type(1) .pct{
    color: #ff8a00;
  }
  #sec01 .detail .qa-list li .graph-list dd:nth-of-type(2) .bar{
    background: #ffb400;
  }
  #sec01 .detail .qa-list li .graph-list dd:nth-of-type(2) .pct{
    color: #ffb400;
  }
  #sec01 .detail .qa-list li .graph-list dd:nth-of-type(3) .bar{
    background: #39a242;
  }
  #sec01 .detail .qa-list li .graph-list dd:nth-of-type(3) .pct{
    color: #39a242;
  }
  #sec01 .detail .qa-list li .graph-list dd:nth-of-type(4) .bar{
    background: #0071be;
  }
  #sec01 .detail .qa-list li .graph-list dd:nth-of-type(4) .pct{
    color: #0071be;
  }
  #sec01 .detail .qa-list li .comment-btn{
    background: #FF8A00;
    background: linear-gradient(90deg,rgba(255, 138, 0, 1) 0%, rgba(255, 102, 0, 1) 100%);
    box-shadow: 0 0 14px rgb(0, 0, 0, 0.25);
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    margin: 0 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  #sec01 .detail .qa-list li .comment-btn:hover{
  box-shadow: none;
  }
  #sec01 .detail .qa-list li .comment-btn span{
    background: url(../img/sec01-q-ico.png) left center no-repeat;
    background-size: 20px;
    padding-left: 25px;
  }
  #sec01 .detail .comment-box{
    position: fixed;
    top:50%;
    left:50%;
    width:1120px;
    transform: translate(-50%, -50%);
    opacity:0;
    pointer-events:none;
    z-index:2001;
    transition: all 0.3s ease;
  }
  #sec01 .detail .comment-box.open {
    opacity:1;
    pointer-events:auto;
    transform: translate(-50%, -50%) scale(1);
  }
  #sec01 .detail .comment-box .comment{
    margin-bottom: 20px;
  }
  #sec01 .detail .comment-box .comment h3{
    font-size: 52px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    margin-bottom: 35px;
  }
  #sec01 .detail .comment-box .comment .comment-list{
    margin-bottom: 60px;
  }
  #sec01 .detail .comment-box .comment .comment-list li{
    display: flex;
    margin-bottom: 30px;
  }
  #sec01 .detail .comment-box .comment .comment-list li:last-child{
    margin-bottom: 0;
  }
  #sec01 .detail .comment-box .comment .comment-list li .ico{ 
    flex-shrink: 0;
  }
  #sec01 .detail .comment-box .comment .comment-list li .balloon{
    background: #fff;
    border: 6px solid #ffe100;
    border-radius: 20px;
    width: 100%;
    padding: 15px 20px;
  }
  #sec01 .detail .comment-box .comment .comment-list li .balloon p{
    font-size: 18px;
    line-height: 1.8;
  }
  #sec01 .detail .comment-box .comment .comment-list li .balloon p.profile{
    font-size: 16px;
    text-align: right;
  }
  #sec01 .detail .comment-box .comment .comment-list li .balloon p strong{
    background:linear-gradient(transparent 60%, #ffe100 60%);
  }
  #sec01 .detail .comment-box .close-btn{
    background: #000;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px 0;
    cursor: pointer;
    width: 300px;
    margin: 0 auto;
  }
  #sec01 .detail .overlay {
    position: fixed;
    inset:0;
    background: rgba(0,0,0,0.9);
    opacity:0;
    pointer-events:none;
    z-index:2000;
    transition: opacity 0.3s ease;
  }
  #sec01 .detail .overlay.show {
    opacity:1;
    pointer-events:auto;
  }
  #sec01 .detail .summary-box{
    background: #0f1308 url(../img/sec01-box-bg.jpg) center top no-repeat;
    border: 10px solid #ffe100;
    border-radius: 20px;
    padding: 40px 0;
  }
  #sec01 .detail .summary-box h3{
    font-size: 42px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
  }
  #sec01 .detail .summary-box h3 strong{
    color: #ffe100;
  }
  #sec01 .detail .summary-box p{
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    text-align: center;
  }
  #sec02{
    background: #eee;
    padding-bottom: 100px;
  }
  #sec02 .top-box{
    background: #ffe100 url(../img/sec02-top-box-bg_pc.jpg) center center no-repeat;
    border-top: 40px solid  #ffe100;
    border-bottom: 40px solid  #ffe100;
    margin-bottom: 80px;
  }
  #sec02 .top-box .inner{
    height: 500px;
  }
  #sec02 .top-box p{
    position: absolute;
    top: 125px;
    left: 0;
  }
  #sec02 .detail .feature-list li{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  #sec02 .detail .feature-list li:last-child{
    margin-bottom: 0;
  }
  #sec02 .detail .feature-list li:nth-child(even){
    flex-flow: row-reverse;
  }
  #sec02 .detail .feature-list li .text-box{
    width: 540px;
    margin-left: auto;
  }
  #sec02 .detail .feature-list li:nth-child(even) .text-box{
    margin-right: auto;
    margin-left: 0;
  }
  #sec02 .detail .feature-list li .text-box h3{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  #sec02 .detail .feature-list li .text-box p{
    font-size: 18px;
    line-height: 1.8;
  }
  #lineup{
    padding: 70px 0 100px;
  }
  #lineup .lineup-list{
    display: flex;
    width: 920px;
    margin: 0 auto;
  }
  #lineup .lineup-list li{
    background: url(../img/lineup-bg_pc.jpg) left top no-repeat;
    width: 200px;
    height: 327px;
    padding: 10px;
    box-sizing: border-box;
    margin-right: auto;
  }
  #lineup .lineup-list li:last-of-type{
    margin-right: 0;
  }
  #lineup .lineup-list li .img{
    margin-bottom: 20px;
  }
  #lineup .lineup-list li .img img{
    width: 100%;
  }
  #lineup .lineup-list li .logo{
    margin-bottom: 15px;
  }
  #lineup .lineup-list li p{
    font-size: 12px;
    line-height: 1.4;
  }
  #lineup .btn a{
    background-position: right 130px center;
  }
  #lineup .coop{
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin-top: 40px;
  }
  #lineup .coop a{
    color: #0071be;
    text-decoration: underline;
  }
  #footer{
    padding-top: 20px;
  }
}
