/*
*firstview-wapper
*inner-nav
*/
/* @media screen and (max-width:768px){
  .firstview-wapper {
    height: calc(100vh - 130px);
  }
  .firstview-wapper > .inner-firstview {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: transparent;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1220px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 2;
  }
  .header {display: none !important;}
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    background-color: #F2F2F2;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    z-index: 3;
  }  
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > .nav-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 97px);
    height: 60px;
    padding-bottom: 10px;
    border-right: 1px solid #CCCCCC;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > .nav-icon img {
    width: 85px;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > .toggle-btn {
    display: block;
    width: 97px;
    height: 60px;
    background: url(../images/kawarachip/icon-four-sqr.png) no-repeat center;
    background-size: 25px 25px;
  }
  
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul {
    display: none;
    width: 100%;
    border-top: 1px solid #CCCCCC;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li {
    display: inline-table;
    float: left;
    clear: none;
    width: 50%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
  }

  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li > a {
    display: block;
    width: 100%;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #231815;
    font-weight: 500;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li > span {
    display: block;
    width: 100%;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #b4b4b4;
    font-weight: 500;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper >.inner-nav > ul > li{
    border-bottom: 1px solid #CCCCCC;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper >.inner-nav > ul > li:nth-child(2n){
    border-left: 1px solid #CCCCCC;
  }
} */
/* @media screen and (min-width:769px){
  .firstview-wapper {
    height: calc(100vh - 130px);
  }
  .firstview-wapper > .inner-firstview {
    position: relative;
    max-width: 1330px;
    height: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    background: transparent;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1220px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 2;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav {
    display: flex;
    flex-wrap: row wrap;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    background-color: #F2F2F2;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > .toggle-btn {
    display: none;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > .nav-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    max-height: 97px;
    border-right: 1px solid #CCCCCC;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > .nav-icon img {
    width: 85px;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 150px);
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li {
    width: 20%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li:nth-child(1),
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li:nth-child(2),
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li:nth-child(3),
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li:nth-child(4),
  .firstview-wapper > .inner-firstview > .inner-nav-wapper >.inner-nav > ul > li:nth-child(5){
    border-bottom: 1px solid #CCCCCC;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li{
    border-right: 1px solid #CCCCCC;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li:nth-child(5n){
    border-right: 0px;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li > a {
    display: block;
    width: 100%;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #231815;
    font-weight: 500;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li > span {
    display: block;
    width: 100%;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #b4b4b4;
    font-weight: 500;
  }
} */
/*common tags*/
@media screen and (min-width:0){
  .s1 {
    font-size: 14px;
    line-height: 26px;
    background-color: #E5E5E5;
    text-indent: 5px;
    font-weight: 700;
  }
  .s2 {
    font-size: 14px;
    line-height: 22px;
    background-color: #4C4C4C;
    text-indent: 5px;
    font-weight: 700;
    color: #fff;
    padding: 2px 0 2px 0;
  }
  .s3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding: 8px 0;
  }
  .s4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding: 8px 0;
    padding: 6px 0;
    border-bottom: 1px solid #B2B2B2;
  }
  .str1{
    letter-spacing: -1px;
  }
  figure img {
    display: block;
    width: 100%;
  }
  ul.no-type li {
    font-size: 14px;
    line-height: 23px;
  }
  ul.no-type li:not(:nth-child(1)){
    margin-top: 5px;
  }
}
/*
*firstview-wapper
*slider
*/
/* @media screen and (max-width:768px){
  .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
    height:calc(100% - 70px);
  }
  .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-container .swiper-wrapper .swiper-slide p {
    position: absolute;
    right: 40px;
    bottom: 30px;
    width: 128px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    background: #FFFFFF;
  }
  .swipper-button-wapper {
    position: absolute;
    right: 0;
    bottom: 30px;   
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; 
    height: 30px;
    width: 128px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
    top: initial !important;
    width: 10px;
    height: 10px;
    text-indent: -100000;
    margin-top: 1px;
    z-index: 2;
  }
  .swiper-button-next {
    background: url(../images/kawarachip/icon-angle-swiper.png) no-repeat;
    background-position: center;
    background-size: 10px 10px;
  }
  .swiper-button-prev {
    background: url(../imageskawarachip/icon-angle-swiper.png) no-repeat;
    background-position: center;
    background-size: 10px 10px;
    transform: rotate(180deg); 
  }
  .swiper-pagination {
    left: auto !important;
    bottom: 29px;
    right: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
} */
/* @media screen and (min-width:769px){
  .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
    height:calc(100% - 70px);
  }
  .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-container .swiper-wrapper .swiper-slide p {
    position: absolute;
    right: 40px;
    bottom: 30px;
    width: 128px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    background: #FFFFFF;
  }
  .swipper-button-wapper {
    position: absolute;
    right: 0;
    bottom: 30px;   
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; 
    height: 30px;
    width: 128px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
    top: initial !important;
    width: 10px;
    height: 10px;
    text-indent: -100000;
    margin-top: 1px;
    z-index: 2;
  }
  .swiper-button-next {
    background: url(../images/kawarachip/icon-angle-swiper.png) no-repeat;
    background-position: center;
    background-size: 10px 10px;
  }
  .swiper-button-prev {
    background: url(../images/kawarachip/icon-angle-swiper.png) no-repeat;
    background-position: center;
    background-size: 10px 10px;
    transform: rotate(180deg); 
  }
  .swiper-pagination {
    left: auto !important;
    bottom: 29px;
    right: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
} */
/* @media screen and (min-width:1100px){
  .swipper-button-wapper {
    position: absolute;
    right: 0;
    bottom: 15px;   
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; 
    height: 30px;
    width: 128px;
    z-index: -1;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
    top: initial !important;
    width: 10px;
    height: 10px;
    text-indent: -100000;
    margin-top: 1px;
    z-index: 2;
  }
  .swiper-button-next {
    background: url(../images/kawarachip/icon-angle-swiper.png) no-repeat;
    background-position: center;
    background-size: 10px 10px;
  }
  .swiper-button-prev {
    background: url(../images/kawarachip/icon-angle-swiper.png) no-repeat;
    background-position: center;
    background-size: 10px 10px;
    transform: rotate(180deg); 
  }
  .swiper-pagination {
    left: auto !important;
    bottom: 15px;
    right: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
} */


/*main conainer*/
@media screen and (min-width:0px){
  .section .outer-container {
    max-width: 1300px;
    margin: 0 auto;
  }
  .section .container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .section .container a {
    color: #000;
  }
  figure img {
    display: block;
    width: 100%;
  }
  .main {
    padding-top: 0;
  }
}
/*breadcumb*/
@media only screen and (min-width:0px){  
  .breadcrumb-wrap {
    /* margin-top: -75px; */
    z-index: 99999 !important;
  }
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    padding-top: 8px;
  }
  .breadcrumbs li {
    position: relative;
  }
  .breadcrumbs li:not(:first-of-type) {
    padding-left: 20px;
  }
  .breadcrumbs li:not(:first-of-type)::after {
    content: ">";
    position: absolute;
    top:1px;
    left: 2px;
    width: 15px;
    text-align: center;
    font-size: 10px;
    line-height: 24px;
  }
  .breadcrumbs li > a {
    width: auto;
    font-size: 12px;
    line-height: 21px;
    color: #000;
  }
}

/*section kc-sec1*/
@media screen and (max-width:768px) {
  .kc-sec1 {
    margin-top: 60px;
  }
  .kc-sec1 .col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    margin-top: 50px;
  }
  .kc-sec1 .col2-sb figure {
    width: 100%;
  }
  .kc-sec1 .col2-sb .desc-wrap {
    width: 100%;
    margin-top: 30px;
  }
  .kc-sec1 .col2-sb .desc-wrap h1 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 20px;
  }
  .kc-sec1 .col2-sb .desc-wrap p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 15px;
  }
}
@media screen and (min-width:769px) {
  .kc-sec1 {
    margin-top: 60px;
  }
  .kc-sec1 .col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    margin-top: 50px;
  }
  .kc-sec1 .col2-sb figure {
    max-width: 260px;
    width: 26%;
  }
  .kc-sec1 .col2-sb figure img {
    margin-left: -10px;
  }
  .kc-sec1 .col2-sb .desc-wrap {
    max-width: 650px;
    width: 65%;
    margin-left:4%;
  }
  .kc-sec1 .col2-sb .desc-wrap h1 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 20px;
  }
  .kc-sec1 .col2-sb .desc-wrap p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 15px;
  }
}
/*section kc-sec2*/
@media screen and (max-width:768px){
  .kc-sec2 {
    margin-top: 70px;
  }
  .kc-sec2 .col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
  }
  .kc-sec2 .col2-sb .col {
    width: 100%;
  }
  .kc-sec2 .col2-sb .col ul {
    width: 100%;
  }
  .kc-sec2 .col2-sb .col ul li {
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    line-height: 23px;
  }
  .kc-sec2 .col2-sb .col ul li:not(:last-child){
    margin-bottom: 10px;
  }
  .kc-sec2 .col2-sb .col ul li::before{
    content: "・";
    position: absolute;
    left: 0;
  }
  .kc-sec2 .col2-sb .col:last-child {
    margin-top: 30px;
  }
  .kc-sec2 .col2-sb .col:last-child a {
    position: relative;
    display: block;
    height: 52px;
    font-size: 14px;
    line-height: 52px;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    padding-right: 24px;
    margin-top: 2px;
  }
  .kc-sec2 .col2-sb .col:last-child a::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 50px;
    background: url(../images/kawarachip/icon-pdf.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
  }
}
@media screen and (min-width:769px){
  .kc-sec2 {
    margin-top: 70px;
  }
  .kc-sec2 .col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
  }
  .kc-sec2 .col2-sb .col {
    max-width: 450px;
    width: 45%;
  }
  .kc-sec2 .col2-sb .col ul {
    width: 100%;
  }
  .kc-sec2 .col2-sb .col ul li {
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    line-height: 23px;
  }
  .kc-sec2 .col2-sb .col ul li:not(:last-child){
    margin-bottom: 10px;
  }
  .kc-sec2 .col2-sb .col ul li::before{
    content: "・";
    position: absolute;
    left: 0;
  }
  .kc-sec2 .col2-sb .col:last-child a {
    position: relative;
    display: block;
    height: 52px;
    font-size: 14px;
    line-height: 52px;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    padding-right: 24px;
    margin-top: 2px;
  }
  .kc-sec2 .col2-sb .col:last-child a::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 50px;
    background: url(../images/kawarachip/icon-pdf.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
  }
}
/*section kc-sec3*/
@media screen and (max-width:768px){
  .kc-sec3 {
    margin-top: 90px;
  }
  .kc-sec3 .col4-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 30px;
  }
  .kc-sec3 .col4-sb figure {
    width: 100%;
  }
  .col4-sb > figure:not(:nth-child(1)){
    margin-top: 30px;
  }
}
@media screen and (min-width:769px){
  .kc-sec3 {
    margin-top: 90px;
  }
  .kc-sec3 .col4-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 30px;
  }
  .kc-sec3 .col4-sb figure {
    max-width: 205px;
    width: 20.5%;
  }
  .col4-sb > figure:not(:nth-child(4n)){
    margin-right: 6%;
  }
  .col4-sb > figure{
    margin-top: 45px;
  }
  .col4-sb > figure:nth-child(1),
  .col4-sb > figure:nth-child(2),
  .col4-sb > figure:nth-child(3),
  .col4-sb > figure:nth-child(4) {
    margin-top: 0px;
  }
}
/*section kc-sec4*/
@media screen and (max-width:768px){
  .kc-sec4 {
    margin-top: 80px;
  }
  .kc-sec4 .col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .kc-sec4 .col2-sb .col {
    width: 100%;
  }
  .kc-sec4 .col2-sb .col .col-wrap {
    display: flex;
    flex-wrap:wrap;
    flex-direction: column-reverse;
    margin-top: 30px;
  }
  .kc-sec4 .col2-sb .col .col-wrap .desc,
  .kc-sec4 .col2-sb .col .col-wrap figure {
    width: 100%;
  }
  .kc-sec4 .col2-sb .col .col-wrap .desc p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 30px;
  }
  .kc-sec4 .col2-sb .col .col-wrap .desc ul {
    margin-top: 18px;
  }
  .kc-sec4 .col2-sb .col .col-wrap .desc ul li {
    position: relative;
    font-size: 14px;
    line-height: 23px;
    padding-left: 15px;
  }
  .kc-sec4 .col2-sb .col .col-wrap .desc ul li span {
    position: absolute;
    left: 0;
  }
  .kc-sec4 .col2-sb .col:last-child {
    margin-top: 30px;
  }
  .kc-sec4 .col2-sb .col:last-child p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 23px;
  }
}
@media screen and (min-width:769px){
  .kc-sec4 {
    margin-top: 80px;
  }
  .kc-sec4 .col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .kc-sec4 .col2-sb .col {
    max-width: 450px;
    width: 45%;
  }
  .kc-sec4 .col2-sb .col .col-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .kc-sec4 .col2-sb .col .col-wrap .desc,
  .kc-sec4 .col2-sb .col .col-wrap figure {
    max-width: 205px;
    width: 45.56%;
  }
  .kc-sec4 .col2-sb .col .col-wrap .desc p {
    font-size: 14px;
    line-height: 23px;
  }
  .kc-sec4 .col2-sb .col .col-wrap .desc ul {
    margin-top: 18px;
  }
  .kc-sec4 .col2-sb .col .col-wrap .desc ul li {
    position: relative;
    font-size: 14px;
    line-height: 23px;
    padding-left: 15px;
  }
  .kc-sec4 .col2-sb .col .col-wrap .desc ul li span {
    position: absolute;
    left: 0;
  }
  .kc-sec4 .col2-sb .col:last-child p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 23px;
  }
}
/*section kc-sec5*/
@media screen and (max-width:519px){
  .kc-sec5 {
    margin-top: 100px;
    margin-bottom: 125px;
  }
  .kc-sec5 .contact-wrap {
    padding: 22px 10px 22px 10px;
    background-color: #e9ebed;
  }
  .kc-sec5 .contact-wrap h2 {
    position: relative;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
  }
  .kc-sec5 .contact-wrap h2::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 29.7%;
    height: 1px;
    background-color: #808080;
  }
  .kc-sec5 .contact-wrap .contact-detail {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 15px;
  }
  .kc-sec5 .contact-wrap .contact-detail .phone-warp {
    width: 100%;
    background-color: #FFFFFF;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .kc-sec5 .contact-wrap .contact-detail .phone-warp .blk-title {
    position: relative;
    min-width: 229px;
    width: 42.86%;
    background-color: #e9ebed;
    padding-left: 56px;
    padding-right: 16px;
    line-height: 57px;
    height: 57px;
    font-size: 14px;
    font-weight: 700;
  }
  .kc-sec5 .contact-wrap .contact-detail .phone-warp .blk-title::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    background: url(../images/kawarachip/icon-fax.png) no-repeat;
    background-position: center;
  }
  .kc-sec5 .contact-wrap .contact-detail .phone-warp .blk-title::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 0 29px 16px;
    border-color: #FFFFFF #FFFFFF #FFFFFF #e9ebed;
  }
  .phone-list {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin-left: 24px;
    width: 144px;
    margin-top: 20px;
  }
  .phone-list h3 {
    position: relative;
    line-height: 21px;
    width: 100%;
  }
  .phone-list h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 134px;
    height: 1px;
    background-color: #999999;
  }
  .phone-list a,
  .phone-list span {
    line-height: 18px;
  }
  .kc-sec5 .contact-wrap .contact-detail .email-warp {
    min-width: 259px;
    width:100%;
    background-color: #FFFFFF;
    padding: 10px;
    margin-top: 20px;
  }
  .kc-sec5 .contact-wrap .contact-detail .email-warp span {
    position: relative;
    width: 100%;
    background-color: #e9ebed;
    display: block;
    padding-left: 56px;
    padding-right: 16px;
    line-height: 57px;
    height: 57px;
    font-size: 14px;
    font-weight: 700;
  }
  .kc-sec5 .contact-wrap .contact-detail .email-warp span::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    background: url(../images/kawarachip/icon-envelope.png) no-repeat;
    background-position: center;
  }
  .kc-sec5 .contact-wrap .contact-detail .email-warp span::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 0 29px 16px;
    border-color: #FFFFFF #FFFFFF #FFFFFF #e9ebed;
  }
}
@media screen and (min-width:520px) and (max-width:928px){
  .kc-sec5 {
    margin-top: 100px;
    margin-bottom: 125px;
  }
  .kc-sec5 .contact-wrap {
    padding: 22px 28px 22px 35px;
    background-color: #e9ebed;
  }
  .kc-sec5 .contact-wrap h2 {
    position: relative;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
  }
  .kc-sec5 .contact-wrap h2::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 29.7%;
    height: 1px;
    background-color: #808080;
  }
  .kc-sec5 .contact-wrap .contact-detail {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 15px;
  }
  .kc-sec5 .contact-wrap .contact-detail .phone-warp {
    width: 100%;
    background-color: #FFFFFF;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .kc-sec5 .contact-wrap .contact-detail .phone-warp .blk-title {
    position: relative;
    min-width: 229px;
    width: 42.86%;
    background-color: #e9ebed;
    padding-left: 56px;
    padding-right: 16px;
    line-height: 57px;
    height: 57px;
    font-size: 14px;
    font-weight: 700;
  }
  .kc-sec5 .contact-wrap .contact-detail .phone-warp .blk-title::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    background: url(../images/kawarachip/icon-fax.png) no-repeat;
    background-position: center;
  }
  .kc-sec5 .contact-wrap .contact-detail .phone-warp .blk-title::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 0 29px 16px;
    border-color: #FFFFFF #FFFFFF #FFFFFF #e9ebed;
  }
  .phone-list {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin-left: 24px;
    width: 144px;
  }
  .phone-list h3 {
    position: relative;
    line-height: 21px;
    width: 100%;
  }
  .phone-list h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 134px;
    height: 1px;
    background-color: #999999;
  }
  .phone-list a,
  .phone-list span {
    line-height: 18px;
  }
  .kc-sec5 .contact-wrap .contact-detail .email-warp {
    min-width: 279px;
    width:40%;
    background-color: #FFFFFF;
    padding: 10px;
    margin-top: 20px;
  }
  .kc-sec5 .contact-wrap .contact-detail .email-warp span {
    position: relative;
    width: 100%;
    background-color: #e9ebed;
    display: block;
    padding-left: 56px;
    padding-right: 16px;
    line-height: 57px;
    height: 57px;
    font-size: 14px;
    font-weight: 700;
  }
  .kc-sec5 .contact-wrap .contact-detail .email-warp span::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    background: url(../images/kawarachip/icon-envelope.png) no-repeat;
    background-position: center;
  }
  .kc-sec5 .contact-wrap .contact-detail .email-warp span::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 0 29px 16px;
    border-color: #FFFFFF #FFFFFF #FFFFFF #e9ebed;
  }
}
@media screen and (min-width:929px){
  .kc-sec5 {
    margin-top: 100px;
    margin-bottom: 125px;
  }
  .kc-sec5 .contact-wrap {
    padding: 22px 28px 22px 35px;
    background-color: #e9ebed;
  }
  .kc-sec5 .contact-wrap h2 {
    position: relative;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
  }
  .kc-sec5 .contact-wrap h2::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 29.7%;
    height: 1px;
    background-color: #808080;
  }
  .kc-sec5 .contact-wrap .contact-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
  }
  .kc-sec5 .contact-wrap .contact-detail .phone-warp {
    max-width: 629px;
    width: 67.13%;
    background-color: #FFFFFF;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .kc-sec5 .contact-wrap .contact-detail .phone-warp .blk-title {
    position: relative;
    max-width: 261px;
    width: 42.86%;
    background-color: #e9ebed;
    padding-left: 56px;
    padding-right: 16px;
    line-height: 57px;
    height: 57px;
    font-size: 14px;
    font-weight: 700;
  }
  .kc-sec5 .contact-wrap .contact-detail .phone-warp .blk-title::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    background: url(../images/kawarachip/icon-fax.png) no-repeat;
    background-position: center;
  }
  .kc-sec5 .contact-wrap .contact-detail .phone-warp .blk-title::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 0 29px 16px;
    border-color: #FFFFFF #FFFFFF #FFFFFF #e9ebed;
  }
  .phone-list {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin-left: 24px;
    width: 144px;
  }
  .phone-list h3 {
    position: relative;
    line-height: 21px;
    width: 100%;
  }
  .phone-list h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 134px;
    height: 1px;
    background-color: #999999;
  }
  .phone-list a,
  .phone-list span {
    line-height: 18px;
  }
  .kc-sec5 .contact-wrap .contact-detail .email-warp {
    max-width: 279px;
    width:29.84%;
    background-color: #FFFFFF;
    padding: 10px;
  }
  .kc-sec5 .contact-wrap .contact-detail .email-warp span {
    position: relative;
    width: 100%;
    background-color: #e9ebed;
    display: block;
    padding-left: 56px;
    padding-right: 16px;
    line-height: 57px;
    height: 57px;
    font-size: 14px;
    font-weight: 700;
  }
  .kc-sec5 .contact-wrap .contact-detail .email-warp span::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    background: url(../images/kawarachip/icon-envelope.png) no-repeat;
    background-position: center;
  }
  .kc-sec5 .contact-wrap .contact-detail .email-warp span::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 0 29px 16px;
    border-color: #FFFFFF #FFFFFF #FFFFFF #e9ebed;
  }
}
/*gallery*/
@media screen and (max-width:768px){
  .gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .gallery li {
    width: 100%;
  }
  .gallery li a {
    display: table;
    width: 100%;
  }
  .gallery li a img {
    display: block;
    width: 100%;
  }
  .gallery li{
    margin-top: 30px;
  }
  .gallery li:nth-child(1){
    margin-top: 0px;
  }
}
@media screen and (min-width:769px){
  .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 25px;
  }
  .gallery li {
    max-width: 205px;
    width: 20.5%;
  }
  .gallery li:not(:nth-child(4n)){
    margin-right: 6%;
  }
  .gallery li a {
    display: table;
    width: 100%;
  }
  .gallery li a img {
    display: block;
    width: 100%;
  }
  .gallery li{
    margin-top: 45px;
  }
  .gallery li:nth-child(1),
  .gallery li:nth-child(2),
  .gallery li:nth-child(3),
  .gallery li:nth-child(4) {
    margin-top: 0px;
  }
}