@charset "UTF-8";

html {
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
overflow-x: hidden;
}

body{
  font-family: 游ゴシック, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 14px;
    font-size: 1.4em;
    color: #2F2725;
    line-height: 1.4em;
    letter-spacing: 0.1rem;
    font-weight: 500;
    background: #fcfcfc;
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (min-width: 767px) {
  body{
    font-family: Helvetica Neue,helvetica,HB TC,HB JP,HB KR,arial,“segoe ui”,“microsoft jhenghei”,“microsoft mhei”,stheititc,sans-serif;
      font-size: 16px;
      font-size: 1.6em;
      line-height: 1.6em;
  }
}

img{
  width: 100%;
}

.pc_on{
  display: none;
}

@media screen and (min-width: 767px) {
.sp_on {
  display: none;
}

.pc_on{
  display: block;
}
}


section{
  position: relative;
}

.clearfix{
  float: none;
  clear: both;
  overflow: hidden;
}

.back_g{
  background-color: #EFEFEF;
}

.ptb_50{
  padding: 50px 0;
}

.ptb_30-10{
  padding: 30px 0 10px;
}

.ptb_50-10{
  padding: 50px 0 10px;
}
/* ==================================
p a g e - t o p
================================= */

.top_visual{
  height: 100vh; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/top/slides_img4.jpg);
  position: relative;
}

.main_copy{
  position: absolute;
    top: 40%;
    right: 2rem;
    transform: translateY(-50%);
    z-index: 1;
    color: #FFF;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.2em;
    line-height: 1.6;
}

.is-animated {
  animation: fadeIn 10s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


@media screen and (min-width: 768px) {
  .main_copy{
    position: absolute;
      top: 40%;
      right: 4rem;
      transform: translateY(-50%);
      text-align: right;
      font-size: 62px;
      letter-spacing: 0.2em;
      line-height: 1.8;
  }
}



.main_copy span {
  display: block;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .main_copy span {
    font-size: 3rem;
  }
  
}


/* ==================================
p a g e - section
================================= */
.content_area{
  margin-top: 70px;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  .content_area{
    line-height: 1.8em;
  }
}



section{
  margin: 50px 0;
}

.wapper01{
  max-width: 1100px;
  padding-left: 20px;
    padding-right:20px;
    margin-left: auto;
    margin-right: auto;
}

.top_ma{
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .top_ma{
    font-size: 1.8rem;
    text-align: center;
  }
  
}


/*========= blog_top ===============*/
.sect_t{
  font-size: 3.5rem;
  text-align: center;
  line-height: 1.3;
}

.mt50_t{
  margin-top: 50px;
}

.blog_li_page li{
  margin: 0 15px 50px 15px;
  background-color: #FBFBFB;
}


@media only screen and (min-width: 500px) {
  .blog_li_page li{
    width: 45%;
    margin: 0 2% 50px 2%;
    display: inline-block;
  }

}

@media only screen and (min-width: 768px) {
  .blog_li_page li{
    width: 21.5%;
    margin: 0 15px 50px 15px;
  }

}

ul.post-categories li{
  width: 100%;
  margin-bottom: 0;
}



.blog_t_card {
    position: relative;
    margin: 0 29px 30px auto;
    background-color: #fff;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s;
            transition: 0.3s;
}

.blog_t_card a {
    display: block;
}

.blog_t_card__photo {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.blog_t_card__photo::before {
    content: '';
    display: block;
    padding-top: 60%;
}

.blog_t_card__photo::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 32, 33, 0);
    -webkit-transition: 0.3s;
            transition: 0.3s;
}

.blog_t_card__photo .detail_text {
    position: absolute;
    z-index: 1;
    display: block;
    top: 45%;
    width: 100%;
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: 0.3s;
            transition: 0.3s;
}

.blog_t_card__photo .detail_text::after {
    position: absolute;
    content: '';
    bottom: -6px;
    left: 50%;
    width: 90px;
    height: 2px;
    margin-left: -45px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
            transition: 0.3s;
}

.blog_t_card__photo .post_img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.post_img {
  height: 100%;
  object-fit: cover;
}



.blog_t_card__photo .empty_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e3e3e3 url('../images/common/kowa_logo.png') center no-repeat;
}

.blog_t_card__caption {
    padding: 15px;
}

.blog_t_card__title {
    margin-bottom: 10px;
    font-size: 1.5rem;
    color: #333;
}

.blog_t_card__title::after {
    content: '';
    display: block;
    width: 1.5em;
    height: 1px;
    margin-top: 10px;
    background-color: #308a9f;
}
.blog_t_card__text {
    font-size: 1.2rem;
    color: #666;
}
.blog_t_card__text p {
    display: inline;
}
.blog_t_card__status {
    position: absolute;
    top: -7px;
    left: 3.5%;
    z-index: 5;
}

@media all and (min-width: 768px)
{
.blog_t_card {
    width: 314px;
}

.blog_t_card:nth-child(3n) {
    margin-right: 0;
}

.blog_t_card__caption {
    padding: 15px 20px;
}

.blog_t_card:hover {
        box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
    }

.blog_t_card:hover .blog_t_card__photo .detail_text {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.blog_t_card:hover .blog_t_card__photo .detail_text::after {
    opacity: 1;
}

.blog_t_card:hover .blog_t_card__photo::after {
    background-color: rgba(29, 32, 33, 0.7);
}
}

.fcc{
  text-align: center;
}

.elm-btn {
    font-weight: 600;
    padding: 15px 45px 15px 30px;
    display: inline-block;
    color: #2E90C3;
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin: 30px auto 0px;
    font-size: 1.2em;
    border: #2E90C3 solid;
  }


 .elm-btn span {
    position: relative;
    left: 2px;
    font-weight: bold;
  }

 .elm-btn span:before {
      line-height: 2;
      content: ">";
      font-size: 1.4rem;
      font-family: 'FontAwesome', sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding-right: 14px;
    }


    .elm-btn:hover {
      background-color: #2E90C3;
    color: #fff;
     transition: all .3s;
  }

.banner{
  padding-top: 80px;
  clear: both;
  float: none;
  overflow: hidden;
}

.banner li{
  width: 170px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}




.banner li{
  width: 250px;
  float: left;
  margin-right: 30px;
  margin-bottom: 0px;
}

/*========= news_top ===============*/

.news_top{
margin-top: 50px;
}


.news_cate{
  margin-left: 30px;
  background-color: #2E90C3;
  color: #FFF;
  font-size: 1.4rem;
  padding:  0.4rem 1rem;
}


.news_top dt{
  margin-bottom: 10px;
  padding-left: 3px;
}

@media all and (min-width: 768px)
{
  .news_top dt{
    float: left;
    width: 30%;
  }

}


.news_top dd{
  margin-bottom: 10px;
  border-bottom: 1px dotted #797878;
  padding-bottom: 10px;
  margin-bottom: 25px;
  padding-left: 3px;
}

@media all and (min-width: 768px){
  .news_top dd{
  padding-left: 33%;
  margin-bottom: 30px;
}
}


/*========= footer ===============*/

.footer{
  background-color: #e3e3e3;
}

.footer_info{
text-align: center;
margin-bottom: 30px;
}


.footer_logo img{
  width: 250px;
  margin-bottom: 10px;
}



.add_copy{
  font-size: 1.2rem;
  text-align: center;
}


/*========= Topics ===============*/
.page_visual{
}

.topics{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-image: url(../images/under/page_1.jpg);
}

/*========= Topics _single ===============*/

.topics_single{
  margin-top: 50px;
}

.t_s_title{
  margin-top: 30px;
  font-size: 24px;
  font-weight: 600;
}

.t_s_content{
  margin-top: 30px;
}

/*========= column===============*/

.column{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 65%;
  background-image: url(../images/under/page_2.jpg);
}

/*========= column page===============*/

.blog_content{
  margin-top: 80px;
}
@media only screen and (min-width: 767px) {
.blog_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-flow: space-between;
  }
  }
  
    .u-container {
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
  
    }
    @media only screen and (max-width: 767px) {
        .u-container {
            width: 100%;
        }
    }
  
  
    .p-article {
        width: 65%;
        margin-bottom: 60px;
  
    }
    @media only screen and (max-width: 767px) {
        .p-article {
          width: 100%;
          margin-bottom: 60px;
        }
    }
  
  
  
    .blog_b_area img{
      width: 270px;
      margin: 0 0 15px 15px;
    }
  
    @media only screen and (max-width: 767px) {
        .blog_b_area {
          display: flex;
        }
  
        .blog_b_area img{
          width: 100%;
          margin: 0;
        }
  
        .blog_b_area li:first-child{
          margin-right: 15px;
        }
    }
  
  
    @media only screen and (max-width: 570px) {
        .blog_b_area {
          display: block;
        }
  
        .blog_b_area img{
          width: 100%;
          margin: 0;
        }
  
        .blog_b_area li{
          display: block;
          margin: 0 0 15px 15px;
        }
    }
  
  
    .p-article__head .head_item01 {
        display: inline-block;
        vertical-align: middle;
    }
    .p-article__head .head_item02 {
        float: right;
    }
    .p-article__date {
        font-family: 'Roboto Slab', serif;
        font-size: 1.5rem;
        font-weight: bold;
        color: #939393;
        letter-spacing: 1px;
    }
  
    .p-article__title {
        clear: both;
        margin-bottom: 35px;
        padding-bottom: 0.5em;
        border-bottom: 2px solid #ccc;
        font-size: 2.2rem;
        color: #222;
    }
    @media only screen and (max-width: 767px) {
        .p-article__title {
            padding-top: 0.3em;
            font-size: 1.8rem;
        }
    }
    .p-article__title a {
        color: #222;
    }
    .p-article__body p {
        margin-bottom: 0;
    }
    .p-article__body  img {
        display: block;
        margin: auto;
            width: 100%;
                height: auto;
    }
    @media only screen and (max-width: 767px) {
        .p-article__body p img {
            width: 100%;
            height: auto;
        }
    }
    .p-article__body p a {
        color: #2a7f93;
    }
    .p-article__body p a:hover {
        text-decoration: underline;
    }
  
    .p-article_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-flow: space-between;
    }
  
    @media only screen and (max-width: 767px) {
        .p-article_wrap {
            padding: 0 15px;
            display:  block;
        }
    }
  
    .t_s_content img{
      margin-bottom: 20px;
    }
  
    div#atrsb {
      margin-top: 50px;
  }
    /*############# blog side#############*/
    #side_area{
    margin-left: 10%;
    width: 25%
  }
  
  @media only screen and (max-width: 767px) {
      #side_area {
        margin: 0 auto 40px;
        width: 100%
      }
  }
  
    #blog_navi {
      margin-bottom: 30px;
    }
  
    .widgettitle {
      margin-top: 15px;
      list-style-type: none;
      background-repeat: no-repeat;
      background-position: 5px ;
      font-size: 1.5rem;
      background-color: #85C6E0;
      color: #ffff;
      padding: 4px 0 4px 10px;
      border-radius: 3px;
      margin-bottom: 10px;
    }
    .archive li {
      border-bottom-width: 1px;
      border-bottom-style: dotted;
      border-bottom-color: #666;
      list-style-type: none;
    }
    #recent-posts-3,
    #archives-3 {
      list-style-type: none;
      margin-bottom: 40px;
    }
  
  
    #blog_navi #recent-posts-3 ul ,#archives-3 ul {
      margin-left: 0.5em;
    }
  
    .blog_contents img {
      height: 100% !important;
      width: 100% !important;
      margin-bottom: 20px;
    }
  
    #blog_navi #recent-posts-3 ul li ,#blog_navi #archives-3 ul li {
      border-bottom-width: 1px;
      border-bottom-style: dotted;
      border-bottom-color: #666;
      padding-left: 0.2em;
      clear: both;
      float: none;
      overflow: hidden;
      padding-bottom: 10px;
      margin-top: 20px;
    }
  
  #side_area img{
    width: 40%;
    float: left;
    height: auto;

  }
  
  .bs_right{
    width: 50%;
    float: right;
  }
  
  .bs_date{
    font-size: 80%;
  }
  
  .bs_title{
    color: #85C6E0
  }
  

  /*========= business page===============*/

  .business{
  }

    /*========= about us page===============*/

    .about{
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center top;
      background-image: url(../images/under/page_5.jpg);
    }
  

    /* mail_form */
/* ============================================ */

.mw_wp_form {
  padding: 20px 0px 70px;
}


.mw_wp_form form dl {
  margin-bottom: 0px;
  padding-bottom: 0px;
  display: table;
  border-bottom: 1px solid rgb(203, 203, 203);
  width: 100%;
}

.mw_wp_form form dl dt {
  width: 100%;
  display: block;
  padding: 20px 0 20px;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 0;
  font-weight: 600;
}

@media only screen and (min-width: 767px) {
  .mw_wp_form form dl dt {
    width: 30%;
    padding: 30px 0px 30px 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    word-break: keep-all;
  }
}



.mw_wp_form form dl dd {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  padding: 20px 0 20px;
  display: block;
  border-bottom: 1px solid rgb(203, 203, 203);
  
}

@media only screen and (min-width: 767px) {
  .mw_wp_form form dl dd {
    padding: 30px 0px 30px 20px;
    vertical-align: middle;
    text-align: left;
    
  }
}


.mw_wp_form form dd:last-child{
  border-bottom: none;
}

.must {
  background: rgb(243, 39, 77);
  color: #fff;
  padding: 3px 10px;
  margin-left: 15px;
  font-size: 14px;

}


.privacy .privacy-inner {
  width: 100%;
  padding: 0 25px;
  height: 200px;
  overflow: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  border: 1px solid rgb(203, 203, 203);
  text-align: left;
}

@media only screen and (min-width: 767px) {
  .privacy .privacy-inner {
    width: 70%;
   margin-left: auto;
   margin-right: auto;
  }
}



.mw_wp_form form dl dd input {
  padding: 0 15px;
  box-sizing: border-box !important;
  width: 95%;
  height: 35px;
  border: 1px solid rgb(203, 203, 203);
  border-radius: 4px;
  margin-top: 0;
  background-color: #fff;
}

input.radio_btn_item {
  width: auto!important;
}


.mw_wp_form form dl dd textarea {
  padding: 15px;
  border: 1px solid rgb(203, 203, 203);
  width: 95%;
  box-sizing: border-box !important;
  background-color: #fff;
}

.privacy .doui {
  margin-bottom: 50px;
  text-align: center;
}


.form-button input {
  width: 330px;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 15px 0;
  color: #fff;
  background-color: #2E90C3;

}

p.form-button {
  text-align: center;
}


.mw_wp_form form .radio_b dd input {
  padding: 0 15px;
  box-sizing: border-box !important;
  width: auto;
  height: 35px;
  border: 1px solid rgb(203, 203, 203);
  border-radius: 4px;
  margin-top: 0;
  background-color: #fff;
}


.nichiji input{
width: auto;
}


.mw_wp_form form dl dd select {
  padding: 0 15px;
  width: 365px;
  height: 35px;
  border: 1px solid rgb(203, 203, 203);
  border-radius: 4px;
  margin-top: 10px;
  background: #ffffff;
}

 .jikan {
  width: auto;
}

.radio_btn td{
  margin-top: 10px;
  }
  .radio_btn input[type=radio].radio_btn_item{
  display: none;
  }
  .radio_btn label {
  display: inline-block;
  }
  .radio_btn .radio_btn_item + span {
  padding-left: 30px;
  display: inline-block;
  position: relative;
  }
  .radio_btn .radio_btn_item + span::after,
  .radio_btn .radio_btn_item + span::before {
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  }
  .radio_btn .radio_btn_item + span::before {
  border: 1px solid #AAAAAA;
  left: 0;
  top: 0;
  height: 17px;
  width: 17px;
  }
  .radio_btn .radio_btn_item + span::after{
  background: #c78d8d;
  height: 12px;
  left: 4px;
  opacity: 0;
  top: 4px;
  width: 12px;
  }
  .radio_btn .radio_btn_item:checked + span::after {
  opacity: 1;
  }


  .notes_li{
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .notes_li li{
    padding-left: 1em;
    text-indent: -1em;
  }
  .fb01{
  font-weight: bold;
  margin-top: 15px;
}