


/*PC向けスタイル*/
@media screen and (min-width:769px) {
  body{
    background: white;
  }
*{
  box-sizing: border-box;
}
  .sub_title{
    letter-spacing: 5px;
    font-size: 230%;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 5px solid;
    width: 700px;
    margin: auto;
    text-align: center;
}
.sub_txt{
    padding-top: 5px;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 2px;
}

#content3,
#content4,
#content5,
#content6,
#content7,
#content8,
#content9{
  margin-top:-100px;
padding-top:100px;
}

    .content1 {
      position: relative;
      width: 100%;
      height: auto;
      top: 100px;
    }
    .content1 img {
      width: 100%;
    }

    .boshuu {
      position: absolute;
      left: 40%;
      top: 20%;
      width: 25%;
    }

    .boshuu img {
      width: 100%;
    }
    .arbeit-nav {
        top: 130px;
        position: relative;
        width: 100%;
        display: block;
    }

    .arbeit-nav ul{
        text-align: center;
    
    }
    .arbeit-nav li{ 	
      display: inline-block;
      font-weight: bold;
      padding: 0 10px;
     } 
    
    .nav-item {
        display: inline;
        padding: 0 20px;
        font-size: 150%;
     }
    
     .nav-item + .nav-item {
        border-left: 2px solid #000;
    
      }
    
    .nav-item a{
        color: #000;
        display: block;
        padding: 0 0 5px;
        position: relative;
        text-decoration: none;
    }
    
    
    .nav-item a::before,
    .nav-item a::after {
      border-bottom: solid 2px red;
      bottom: 0;
      content: "";
      display: block;
      position: absolute;
      transition: all .3s ease;
      -webkit-transition: all .3s ease;
      width: 0;
    }
    .nav-item  a::before {
      left: 50%;
    }
    .nav-item a::after {
      right: 50%;
    }
    .nav-item a:hover::before,
    .nav-item a:hover::after {
      width: 50%;
    }
    
    .content2 {
        position: relative;
        margin-top: 170px;
        text-align: center;
    }

    .content2 h3{
        font-weight: bold;
        font-size: 300%;
    }

    .content2 span{
        background: linear-gradient(transparent 70%, #ffe300 0%);
    }

    .oubo {
        padding: 30px;
        margin: 30px 0 50px;

        background: #e71f1a;
        background: -webkit-gradient(linear, left top, left bottom, from(#e71f1a), color-stop(100%, #ed7243), to(#ed7243));
        background: linear-gradient(180deg, #e71f1a 0%, #ed7243 100%, #ed7243 100%);
        text-align: center;
        display: block;
    }
    
    .oubo_btn{
        display: inline-block;
        padding: 10px 40px;
        background: white;
        border-radius: 4px; 
        font-size: 200%;
        color: #e71f1a;
        font-weight: bold;
    }

    .oubo_kotira{
        color: white;
        font-size: 180%;
        margin: 10px 0 0;
    }
    .content3 {
        text-align: center;
        margin: 20px auto 100px;
    }
    .content3_inner {
      margin: 0;
      position: relative;
      width: 1100px;
      margin: auto;
      margin-bottom: 50px;
    }

    .item-img01 {
      position: absolute;
      z-index: 3;
      bottom: 0;
    }
    .item-img02 {
      position: absolute;
      z-index: 3;
      bottom: 0;
      right: -140px;
    }
    .item {
        width: 400px;
        background: #fff100;
        border-radius: 10px;
        padding: 50px 20px;
        line-height: 1.8;
        height: 100%;
      }

      .item-body {
        padding: 0;
      }

      .item-body p {
        font-size: 150%;
        text-align: left;
        padding-top: 10px;
      }

        .items {
        display: flex;
        justify-content: space-between;
        width: 850px;
        margin: 0 auto 20px;
        position: relative;
        
        }

          
          .merit {
            position: absolute;
            display: inline-block;
            left: 0;
            top: 10%;
            -webkit-transform: translateY(-10%);
            -ms-transform: translateY(-10%);
            transform: translateY(-10%);
            width :73px;
            text-align:center;
            font-size: 80%;
          }

          .merit_number {
            position: absolute;
            display: inline-block;
            left: 0;
            top: 90%;
            -webkit-transform: translateY(-80%);
            -ms-transform: translateY(-90%);
            transform: translateY(-80%);
            width :73px;
            text-align:center;
            font-weight: bold;
            font-size: 250%;
          }

          .content3 h4{
            letter-spacing: 5px;
            font-size: 200%;
            font-weight: bold;
            padding-bottom: 3px;
            border-bottom: 5px solid;
            width: 360px;
            margin: auto;
            text-align: center;
        }

        .content4 h3{
          letter-spacing: 5px;
          font-size: 200%;
          font-weight: bold;
          padding-bottom: 3px;
          border-bottom: 5px solid;
          width: 700px;
          margin: auto;
          text-align: center;
      }

      .content4 {
        margin: 100px auto;
      }
.content4_wrap {
  display: flex;
  flex-direction: column;
}

  .content4_inner {
    width: 885px;
    margin: auto ;
    position: relative;
  } 

  .content4_img{
    position: absolute;
    left: 0;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
    z-index: 3;
    width: 100%;
  }

  .content4_txt {
    background: white;
    border-radius: 60px;
    position: absolute;
    right: 0;
    width: 845px !important;
    z-index: 2;
    padding: 20px 50px 20px 250px;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
    text-align: left;
    width: 100%;
  }

  .content4_bg {
    background: #fff100;
    width: 1280px;
    padding: 200px 0 ;
    z-index: 0;
    height: 1900px;
  }

  .c4_01 {
    top: 130px;
  }
  .c4_02 {
    top: 630px;
  }

  .c4_03 {
    top: 1050px;
  }

  .c4_04 {
    top: 1420px;
  }

  .content4 h4{
    color: #d10000;
    text-align: center;
    font-weight: bold;
    font-size: 240%;
  }

  .content4_p {
    text-align: left !important;
    font-size: 180%;
    line-height: 1.8;
    vertical-align: middle; 
    
  }

  .content4_p span{
    font-weight: bold;
  }

  .content5 {
    margin-bottom: 100px;
  }

  .content5_inner {
    width: 885px;
    border: 1px solid black;
    overflow: hidden;
    margin: 0 auto 50px; 
    padding-top: 20px;

  }

  .content5_img {
    float: left;
    width:200px;
    text-align: center;
    margin: auto;
  }

  .content5_img img {
    width: 155px;
  }
  

  .content5_text {
    float: left;
    width: 640px;
    font-size: 200%;
    font-weight: bold;
    margin-left: 40px;
  }
  .tenpo {
    width: 400px;
    line-height: 1.5;
    color: white;
    background: #003663;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 0;

  }

  .content5_btn {
    background: #e71f1a;
    background: -webkit-gradient(linear, left top, left bottom, from(#e71f1a), color-stop(100%, #ed7243), to(#ed7243));
    background: linear-gradient(180deg, #e71f1a 0%, #ed7243 100%, #ed7243 100%);
    padding: 15px;
    display: block;
    width: 400px;
    text-align: center;
    border-radius: 10px;
    margin: 25% 0 2% 35% ;
    font-size: 200%;
  }

  .content5_btn:link,
  .content5_btn:visited,
  .content5_btn:hover,
  .content5_btn:active {color:white ;}


  .content6 {
    margin-bottom: 100px;
    text-align: center;
  }

  .content6_pc {
    font-size:200%;
  }

  .content6_inner{
    width: 100%;
    padding: 80px;
  }

  .good {
    background: #ffaa8f;
  }

  .bad {
    background: #6b94ff;
  }

  .content6_txt {
    width: 900px;
    background: white;
    border: 10px #898989 solid;
    padding: 30px 50px;
    margin: auto;
    border-radius: 20px;
    font-size: 180%;
    line-height: 2;
    font-weight: bold;
    text-align: left;
  }

  .good_t {
    background-image: url("../image/goodstaff.png");
    background-position : right 15px bottom 10px;
    background-repeat: no-repeat;
  }

  .bad_t {
    background-image: url("../image/badstaff.png");
    background-position : right 15px bottom 10px;
    background-repeat: no-repeat;
  }

  .numbering {
    margin: 0;
    counter-reset: number;
  }
  .numbering p::before {
    counter-increment: number;
    content: counter(number) ". ";
    padding-right: 5px;
  }

  .good_t span{
    color: #d60000;
  }

  .bad_t span{
    color: #286492;
  }

  .content6_bottom{
    display: inline-block;
    width: 1100px;
    margin: 50px auto;
    position: relative;
  }

  .content6_b_img {
    position: absolute;
    width: 200px;
    bottom: 0;
  }

  .content6_b_txt {
    float: right;
    width: 900px;
    font-size: 180%;
    line-height: 2;
    font-weight: bold;
    text-align: left;
    padding-left: 50px
  }

  .content7 {
    margin: 0 auto 100px;
    text-align: center;
  }

  .youtube_wrap {

    width: 60%;
    height: auto;
    margin: auto;
  
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .content7_mainv {
    width: 1280px;
    height: 500px;
    position: relative;

  }

  .content7_square {
    position: absolute;
    right: 50px;
    bottom: 50px;
    background: white;
  }

  .content7_inner{
    background: #f7f8f8;
    display: inline-block;
    width: 100%;
  }

  .youtube{
    margin: 30px auto;
  }

  .content7_come {
    font-size: 250%;
    line-height: 1.8;
    font-weight: bold;
  }

  .content7_messe {
    width: 1100px;
    margin: 100px auto;
    display: inline-block;
  }

  .messe_img {
    float: left;
    width: 410px;
  }

  .messe_txt {
    width: 690px;
    float: left;
    text-align: left;
    font-size: 150%;
    line-height: 1.9;
    padding-left: 50px;
  }

  hr {
    height: 1px;
    border: none;
    border-top: 1px #000000 solid;
    width: 800px;
    margin-bottom: 100px;
  }

  .content8 {
    text-align: center;
    padding-bottom: 30px; 
    margin-bottom: 100px;
  
  }

  .content8_title {
    text-align: center; 
    font-size: 220%; 
    font-weight: bold; 
    letter-spacing: 3px;
  }
  .content8_inner{
    display: inline-block;
    margin: 0 auto 80px;

   
  }
  

  .content8_inner dl {

    width: 790px;
    display: table;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    font-size: 120%;
}

.content8_inner dt {
    float: left;
    clear: left;
    width: 160px;
    text-align:left;
    background: #f2f2f3;
    display: flex;
    justify-content: space-between; 
    padding: 20px 30px;
    text-align: center;
    display: table-cell;
    border-right: 1px solid black;
  }

.content8_inner dd{
    float: left;
    width: 628px;
    text-align:left;
    padding-top: 10px;
    padding-left: 20px;
    line-height: 1.5;
    background: white;
    display: table-cell;
    line-height: auto;
}

.content8_inner dd{
    float: left;
    width: 628px;
    text-align:left;
    padding-top: 10px;
    padding-left: 20px;
    line-height: 1.5;
    background: white;
    display: table-cell;
    line-height: auto;
}

.dt_a_sonota_sp {
  padding: 59px 0 !important;
}

.dt_a_sonota {
    padding: 50px 0 !important;
}

.kyuuyo_t {
  padding: 80px 0 !important;
}



.kyuuyo_e {
  padding: 110px 0 !important;
}

.dt_taniyama {
  padding: 35px 0 !important;
}
.content8_inner dt,
.content8_inner dd {
  border-top: 1px solid black;
}

.content9 {
  margin-bottom: 150px;
}

.content9_inner{
  background-color: #454545;
  font-size: 95%;
  line-height: 1.8;
  background: url(../image/bg-body.png) repeat 0 0;
  padding: 20px;
  width: 100%;
  margin: auto;
}


.dt_sonota_sp {
  padding: 50px 0 !important;
}
}
