@charset "UTF-8";
/*===============================================
●画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
  #main_img {
    background-image: url(../img/about/main_img.jpg);
  }
  .breadcrumb {
    color: #ffffff;
  }
  .breadcrumb li a {
    color: #ffffff;
  }

  #conts_01 {
    width: 100%;
    height: 805px;
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    background-image: url(../img/index/bg_img_01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
  }
  #conts_01 h2.logo {
    width: 243px;
    padding-top: 206px;
    margin: 0 auto 30px;
  }

  #conts_02 {
    width: 100%;
    margin-top: -130px;
    background-color: #2d442c;
    clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%);
    position: relative;
    z-index: 1;
  }
  #conts_02 .bg_wrapper {
    width: 100%;
    background-image: url(../img/about/bg_img_01.png);
    background-repeat: repeat-x;
    background-position: left center;
    background-size: auto 100%;
    animation: bgroop 40s linear infinite;
    clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%);
    position: relative;
    top: 10px;
    overflow: hidden;
  }
  @keyframes bgroop {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 300% 0;
    }
  }
  #conts_02 .box {
    width: 632px;
    margin-left: 75px;
    padding: 160px 70px 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(56, 76, 55, .97);
    position: relative;
  }
  #conts_02 .box .bg_text {
    position: absolute;
    left: -40px;
    top: 70px;
  }
  #conts_02 .box h3 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 14px;
  }
  #conts_02 .box .text {
    margin-bottom: 26px;
  }
  #conts_02 .box .link_btn {
    width: 285px;
    font-size: 14px;
    text-align: center;
    padding-top: 25px;
    margin: 0 auto;
  }

  #conts_03 {
    width: 100%;
    margin-top: -61px;
    border-top: 10px solid #dde0dd;
    position: relative;
    z-index: 9;
  }
  #conts_03 .logo_circle {
    width: 1001px;
    position: absolute;
    top: 198px;
    left: 50%;
    margin-left: -500px;
    z-index: +1;
  }
  #conts_03 .top_box {
    width: 100%;
    height: 522px;
    display: table;
    position: relative;
  }
  #conts_03 .top_box .text_box {
    width: 972px;
    display: table;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -486px;
    font-size: 18px;
    font-weight: bold;
    line-height: 37px;
  }
  #conts_03 .top_box .text_box .logo {
    width: 261px;
    display: table-cell;
  }
  #conts_03 .top_box .text_box .text {
    display: table-cell;
    padding-left: 22px;
    vertical-align: middle;
  }
  #conts_03 .top_box .left_box {
    width: 50%;
    display: table-cell;
    background-image: url(../img/about/bg_img_02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #conts_03 .top_box .right_box {
    width: 50%;
    display: table-cell;
    background-image: url(../img/about/bg_img_03.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #conts_03 .bottom_box {
    width: 100%;
    display: table;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
  }
  #conts_03 .bottom_box .left_box {
    width: 50%;
    padding-top: 325px;
    padding-bottom: 59px;
    display: table-cell;
    background-image: url(../img/about/bg_img_04.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #conts_03 .bottom_box .right_box {
    width: 50%;
    display: table-cell;
    background-image: url(../img/about/bg_img_05.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

/*===============================================
●画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px) {
  #main_img {
    background-image: url(../img/about/main_img.jpg);
  }
  .breadcrumb {
    color: #ffffff;
  }
  .breadcrumb li a {
    color: #ffffff;
  }

  #conts_01 {
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: bold;
    padding-top: 100px;
    padding-bottom: 135px;
    background-image: url(../img/index/bg_img_01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
  }
  #conts_01 h2.logo {
    width: 140px;
    margin: 0 auto 18px;
  }

  #conts_02 {
    width: 100%;
    margin-top: -50px;
    overflow: hidden;
    background-color: #2d442c;
    clip-path: polygon(0 8vw, 100% 0, 100% 100%, 0 100%);
  }
  #conts_02 .bg_wrapper {
    width: 100%;
    margin-bottom: 100px;
    background-color: #384c37;
    clip-path: polygon(0 8vw, 100% 0, 100% 100%, 0 100%);
    position: relative;
    top: 8px;
  }
  #conts_02 .box {
    width: 100%;
    padding-top: 95px;
    margin-bottom: 44px;
    position: relative;
  }
  #conts_02 .box .bg_text {
    width: 120%;
    position: absolute;
    left: -10%;
    top: 40px;
  }
  #conts_02 .box h3 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  #conts_02 .box .text {
    line-height: 1.7;
    margin-bottom: 16px;
  }
  #conts_02 .box .link_btn {
    width: 100%;
    max-width: 250px;
    font-size: 1.3rem;
    text-align: center;
    padding-top: 12px;
    margin: 0 auto;
  }
  #conts_02 .box .link_btn a {
    padding: 8px 0 6px;
  }
  #conts_02 .loop_img {
    width: 100%;
    height: 220px;
    background-image: url(../img/about/bg_img_01_sp.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 1940px;
    -webkit-animation: bgroop 70s linear infinite;
    animation: bgroop 70s linear infinite;
  }
  @-webkit-keyframes bgroop {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -2200px 0;
    }
  }
  @keyframes bgroop {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -2200px 0;
    }
  }

  #conts_03 {
    width: 100%;
    margin-top: -61px;
    border-top: 8px solid #dde0dd;
    position: relative;
    z-index: 9;
  }
  #conts_03 .logo_circle {
    width: 70%;
    position: absolute;
    top: 51.5%;
    left: 15%;
    margin-top: -34vw;
    z-index: 9;
  }
  #conts_03 .top_box {
    width: 100%;
    display: table;
    position: relative;
  }
  #conts_03 .top_box .text_box {
    width: 100%;
    padding: 68px 5% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
    z-index: +1;
    margin-bottom: 18px;
  }
  #conts_03 .top_box .text_box .logo {
    width: 120px;
    margin: 0 auto 12px;
  }
  #conts_03 .top_box .text_box .text {
    max-width: 380px;
    margin: 0 auto;
  }
  #conts_03 .top_box .logo_1 {
    position: relative;
    z-index: 9;
    width: 42%;
    max-width: 200px;
    margin: 0 auto 70px;
  }
  #conts_03 .top_box .left_box {
    width: 100%;
    height: 100%;
    display: table-cell;
    background-image: url(../img/about/bg_img_02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #conts_03 .bottom_box {
    width: 100%;
    display: table;
    text-align: center;
  }
  #conts_03 .bottom_box .left_box {
    width: 50%;
    padding: 55px 3% 59px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    background-image: url(../img/about/bg_img_04.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #conts_03 .bottom_box .right_box {
    width: 50%;
    padding: 55px 3% 58px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    background-image: url(../img/about/bg_img_05.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #conts_03 .bottom_box .left_box .logo_2, #conts_03 .bottom_box .right_box .logo_3 {
    width: 90%;
    max-width: 200px;
    margin: 0 auto 12px;
    position: relative;
    z-index: 99;
  }
  #conts_03 .bottom_box .left_box .text_box, #conts_03 .bottom_box .right_box .text_box {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  #conts_03 .bottom_box .left_box .text_box .name, #conts_03 .bottom_box .right_box .text_box .name {
    margin-bottom: 8px;
  }
}