/* concept
***************************************************************/


/* page title
***************************************************************/
.w_pageTitle.lazyloaded {
    background-image: url(../img/concept/page_ttl.jpg);
}
.img01_wrap{
    max-width: 1000px;
    margin-top: 130px;
    margin-left:auto;
    margin-right: auto;
    position: relative;
}
.img01_wrap h2 {
    font-size: 33.5px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    position: absolute;
    top: 65px;
    font-weight: 400;
}
.img01_wrap img{
    width: 920px;
    height: 600px;
    display: block;
    margin-left: auto;
}
.img01_wrap::after {
    content: '';
    display: block;
    width: 1px;
    height: 135px;
    background-color: #c9c8c8;
    position: absolute;
    bottom: -135px;
    left: 50%;
}
.text01_wrap{
    margin-top: 170px;
    text-align: center;
}

.text01_wrap h3{
    font-size:27px;
    letter-spacing: 0.27em;
}

.text01_wrap p{
    margin-top: 50px;
    font-size: 17px;
    line-height: 2.66;
    letter-spacing: 0.11em;
}

@media all and (min-width: 681px) {}

@media all and (max-width:680px) {
.w_pageTitle.lazyloaded {
    background-image: url(../img/concept/page_ttl_sp.jpg);
}
    .img01_wrap {
        margin-top: 40px;
        width: 100%;
    }
    .img01_wrap h2 {
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 0.19em;
        top: 0;
        padding: 0 5% 20px;
        position: relative;
        text-align: center;
    }
    .img01_wrap img {
        width: 100%;
        height: auto;
    }
    .img01_wrap::after {
        height: 70px;
        bottom: -70px;
    }
    .text01_wrap {
        margin-top: 95px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .text01_wrap h3 {
        font-size: 18px;
    }
    .text01_wrap p {
        margin-top: 15px;
        font-size: 15px;
        line-height: 2;
        letter-spacing: 0.1em;
        text-align: justify;
    }
}

@media all and (max-width:370px) {}


/* special
***************************************************************/

.special_wrap {
    padding: 150px 0 0;
    /*margin-top: 150px;*/
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.special_wrap .item {
    width: 738px;
    position: relative;
    display: block;
}
.special_wrap .item + .item {
  margin-top: 80px;
}
.special_wrap .item.type2 {
  margin-left: auto;
}
.special_wrap .item .thumb {
  width: 100%;
  height: 420px;
  overflow: hidden;
}
.special_wrap .item.type2 .thumb{
  margin-left: auto;
}
.special_wrap .item .thumb .img {
  background-image: url(../img/common/clear.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.special_wrap .item .link {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  width: 653px;
  height: 350px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -543px;
  margin: auto auto 0;
  padding: 55px 0 10px 80px;
  transition: background 0.3s ease;
  text-align: left;
}
.special_wrap .item.type2 .link {
  right: auto;
  left: -543px;
  padding: 55px 50px 10px 0px;
}

.special_wrap .item .link h3{
    font-size: 28px;
    letter-spacing: 0.25em;
    position: relative;
}
.special_wrap .item.type2 .link h3{
    padding-left: 160px;
}
.special_wrap .item .link .txt{
    font-size: 17px;
    line-height: 2.57;
    letter-spacing: 0.16em;
    margin-top: 40px;
}

.special_wrap .item.type1 h3::before {
    position: absolute;
    content: '';
    width: 103px;
    height: 125px;
    background-image: url(../img/concept/img03.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 155px;
    bottom: 11px;
}
.special_wrap .item.type2 h3::before {
    position: absolute;
    content: '';
    width: 132px;
    height: 101px;
    background-image: url(../img/concept/img05.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    bottom: 15px;
}
.special_wrap .item.type3 h3::before {
    position: absolute;
    content: '';
    width: 108px;
    height: 97px;
    background-image: url(../img/concept/img07.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 87px;
    bottom: 25px;
}

@media all and (min-width: 681px) {
    .special_wrap{
        min-width: 1300px;
    }
}
@media all and (max-width:1299px) and (min-width: 681px) {
  .special_wrap{
      min-width: 1120px;
  }
  .special_wrap .item {
      width: 560px;
  }
  .special_wrap .item.type3 .thumb .img {
    background-position: -145px center;
  }
}
@media all and (max-width:680px) {
  .special_wrap {
    padding: 45px 0 0;
    width: 100%;
    overflow: hidden;
  }
  .special_wrap .item {
    width: 100%;
    position: relative;
  }
/*.special_wrap .inner_ttl + .item {
    margin-top: 30px;
}*/
  .special_wrap .item.type2 {
    margin-left: 0;
  }
  .special_wrap .item .thumb {
    width: 100%;
    height: 184px;
  }
    .special_wrap .item.type2 .thumb {
    margin-left: 0;
  }
.special_wrap .item .link {
    flex-flow: column wrap;
    align-items: center;
    padding: 15px 20px;
    position: relative;
    height: auto;
    width: 90%;
    z-index: 2;
    left: 0px !important;
    right: 0;
    top: -20px;
}
.special_wrap .item .link h3 {
    font-size: 18px;
    letter-spacing: 0.25em;
    line-height: 1.8;
    margin-top: 90px;
    text-align: center;
}
.special_wrap .item.type1 h3::before {
    width: 55px;
    height: 66px;
    right: 50%;
    bottom: 39px;
    /* opacity: 0.5; */
    background-image: url(../img/concept/img03_sp.svg);
    margin-right: -24px;
}
.special_wrap .item.type2 h3::before {
    width: 72px;
    height: 55px;
    left: 50%;
    bottom: 48px;
    /* opacity: 0.5; */
    background-image: url(../img/concept/img05_sp.svg);
    margin-left: -34px;
}
.special_wrap .item.type2 .link h3 {
    padding-left: 0;
}
.special_wrap .item.type3 h3::before {
    width: 68px;
    height: 61px;
    right: 50%;
    bottom: 47px;
    background-image: url(../img/concept/img07_sp.svg);
    margin-right: -26px;
}
.special_wrap .item .link .txt {
    font-size: 14px;
    line-height: 2;
    margin-top: 15px;
    text-align: justify;
}


  .special_wrap .item .link .h2 {
    text-align: left;
    display: flex;
    align-items: center;
  }
  .special_wrap .item .link .h2 .jp {
    font-size: 18px;
  }
  .special_wrap .item .link .h2 .en {
    font-size: 10px;
    margin-left: 12px;
  }
  .special_wrap .item .link .arrow {
    width: 48px;
    height: 7px;
    text-indent: -9999px;
    overflow: hidden;
    margin: -3px 0 0;
  }
  .special_wrap .item .link .arrow::before {
    width: 38px;
    height: 1px;
    right: 8px;
  }
  .special_wrap .item .link .arrow::after {
    border-width: 5px 0 0 9px;
  }
  .special_wrap .item + .item {
    margin-top: 0px;
}
.special_wrap .item.type2 .link {
    padding: 15px 20px;
}
}
@media all and (max-width:370px) {
}



/* logo
***************************************************************/

.logo_wrap{
    padding: 195px 0 0;
    width: 100%;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
}
.logo_wrap .inner_ttl {
    margin-bottom: 40px;
    text-align: center;
}
.logo_wrap .inner_ttl .t1{
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.22em;
}
.logo_wrap .inner_ttl .t2 {
    font-size: 12px;
    letter-spacing: 0.25em;
    display: block;
    margin-top: 5px;
}

.logo_wrap .wrap01{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo_wrap .wrap01 .logoimg01{
    width: 246px;
    height: 228px;
    display: block;
    flex-shrink: 0;
}
.logo_wrap .wrap01 div{
    margin-left: 65px;
}
.logo_wrap .wrap01 div h3{
    font-size: 28px;
    line-height: 1.78;
    letter-spacing: 0.1em;
    text-align: left;
}
.logo_wrap .wrap01 div p{
    font-size: 15px;
    line-height: 2.26;
    letter-spacing: 0.07em;
    margin-top: 40px;
    text-align: justify;
}

.logo_wrap .wrap02{
    border: 1px solid #4c4948;
    width: 100%;
    padding:35px 50px;
    margin-top: 70px;
}
.logo_wrap .wrap02 h4{
    font-size: 23px;
    letter-spacing: 0.22em;
}
.logo_wrap .wrap02 .mochi_wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.logo_wrap .wrap02 .mochi_wrap > div{
    display: flex;
}
.logo_wrap .wrap02 .mochi_wrap > div + div{
    padding-left: 45px;
    margin-left: 45px;
    border-left: 1px solid #4c4948;
}
.logo_wrap .wrap02 .mochi_wrap div p.t1 {
    font-size: 15px;
    width: 257px;
    letter-spacing: 0.02em;
    text-align: justify;
    line-height: 1.89;
}
.logo_wrap .wrap02 .mochi_wrap div p.t2 {
    font-size: 15px;
    width: 257px;
    letter-spacing: 0.02em;
    text-align: justify;
    line-height: 1.89;
}

.logoimg02{
    width: 80px;
    height: 80px;
    display: block;
    flex-shrink: 0;
    margin-right: 15px;
}

.old_logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 15px;
}
.old_logo p{
    text-align: center;
    font-size: 15px;
    margin-top: 1px;
}

.logoimg03{
    width: 58px;
    height: 58px;
    display: block;
    flex-shrink: 0;
}
.logoimg04{
    width: 80px;
    height: 80px;
    display: block;
    flex-shrink: 0;
    margin-right: 15px;
}

@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
    .logo_wrap {
    padding: 20px 0 0;
    width: 100%;
    overflow: hidden;
    }
    .logo_wrap .inner_ttl {
        margin-bottom: 30px;
    }
    .logo_wrap .inner_ttl .t1 {
        font-size: 20px;
        line-height: 1;
    }
    .logo_wrap .inner_ttl .t2 {
        font-size: 10px;
        line-height: 1;
    }
    .logo_wrap .wrap01 {
        flex-direction: column;
    }
    .logo_wrap .wrap01 .logoimg01 {
        width: 50%;
        height: auto;
    }
    .logo_wrap .wrap01 div {
        margin-left: 0;
        padding-left: 5%;
        padding-right: 5%;
    }
    .logo_wrap .wrap01 div h3 {
        font-size: 18px;
        text-align: center;
        margin-top: 20px;
    }
    .logo_wrap .wrap01 div p {
        font-size: 15px;
        line-height: 2;
        margin-top: 20px;
    }
    .logo_wrap .wrap02 {
        border: 1px solid #4c4948;
        width: auto;
        padding: 15px 20px;
        margin-top: 30px;
        margin-left: 5%;
        margin-right: 5%;
    }
    .logo_wrap .wrap02 h4 {
        font-size: 18px;
        letter-spacing: 0.1em;
    }
    .logo_wrap .wrap02 .mochi_wrap > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .logo_wrap .wrap02 .mochi_wrap {
        margin-top: 15px;
        flex-direction: column;
    }
    .logoimg02 {
        width: 50%;
        height: auto;
        margin-right: 0;
    }
    .logo_wrap .wrap02 .mochi_wrap div p.t1 {
        width: 100%;
        font-size: 14px;
        margin-top: 10px;
    }
    .old_logo {
        margin-left: 0;
        margin-top: 10px;
        width: 30%;
    }
    .old_logo .logoimg03 {
        width: 100%;
        height: auto;
    }
    .old_logo p {
        text-align: center;
        font-size: 13px;
        margin-top: 1px;
    }
    .logo_wrap .wrap02 .mochi_wrap > div + div {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #4c4948;
    }
    .logoimg04 {
        margin-right: 0;
        width: 50%;
        height: auto;
    }
    .logo_wrap .wrap02 .mochi_wrap div p.t2 {
        width: 100%;
        font-size: 14px;
        margin-top: 10px;
    }

}
@media all and (max-width:370px) {
}





/*link_wrap小文字*/
@media all and (min-width: 681px) {
    .link_wrap ul li a .tit span {
        font-size: 10px;
        letter-spacing: 0.19em;
        margin-left: 15px;
    }
}
