@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800|Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i|Lora:400,400i,700,700i');

/*font-family: 'Josefin Sans', sans-serif;
font-family: 'Lora', serif;
font-family: 'Dosis', sans-serif;*/

/* 冒頭でimport */
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
/* フォントを指定したいところで
font-family: 'Rounded Mplus 1c';*/


/*----------------------------------------------------------------------
PC
----------------------------------------------------------------------*/
.cover h1.cover_title{
  font-size: 40px;
}

h2.color-light.bold.wow.animated {
  font-size: 35px;
}

.section_title.text-center.mb50.fadeIn.wow h3.title {
  font-size: 30px;
}

a.nav-link.has_sub_menu::after{
  display: none !important;
}

h2.comp_head{
  text-align: center;
  font-size: 30px;
  margin: 30px 0;
}

.al_company_inner{
  width: 600px;
  margin: 20px auto 50px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px 20px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 23px rgba(0, 0, 0, 0.2);
}

table.al_company th{
  color: #ff214f;
  width:30%;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
  padding: 10px 0;
}

table.al_company td{
  font-size: 16px;
  padding: 12px 0;
}

table.al_company iframe{
  margin: 20px auto;
  max-width: 100%;
  height: 260px;
  width: 380px;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  margin: auto;
  display: block;
  height: auto;
}

.post_page .post_heading h2{
  font-size: 32px;
}

.post_page .post_body h2{
  font-size: 28px;
}

.post_page .post_body h3{
  font-size: 24px;
}

.row a:hover h5{
  color: #ff214f;
}

.row a:hover .img_holder{
  opacity: 0.7;
}

img.attachment-blog_thumb.size-blog_thumb.wp-post-image {
  height: auto;
}


/*------------ページネーション-----------*/

.blog_pagination{
  margin:30px auto;
  display: block;
  text-align: center;
}

.blog_pagination a.page-numbers {
  padding: 5px 10px;
  margin: 0 3px;
  background: #ff214f;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 10Px;
}

.blog_pagination span.page-numbers.current {
  color: #333;
}

.call p {
    margin-bottom: 0;
}

.call p.number a {
    font-size: 32px;
}

.services .col-md-4.col-12 {
    background: #fff;
    box-sizing: border-box;
}

.services .col-md-4.col-12:nth-child(even) {
    background: #eee;
}

p.sengen img {
    width: 20%;
    display: block;
    margin: auto;
}

span.word8 span.char1,
span.word7 span.char1 {
    color: #528be4;
}

.section_title .title {
    text-transform: initial;
}

.img_box_two p{
  text-align: left;
}

/*-----------サライ--------------*/

p.visoion_text {
    font-size: 15px;
    margin-top: 30px;
    line-height: 1.8;
}

h5.kodawari{
  font-weight: bold;
  color: #333;
}

h2.aisatsu {
    font-size: 28px;
    letter-spacing: 4px;
    margin-bottom: 20px;
    color: #528be4;
}

.nashi_work p{
  text-align: left;
}

p.mes_text {
    font-size: 16px;
    line-height: 1.8;
    /* font-weight: bold; */
    margin-top: 20px;
    color: #000;
}

p.aisatsu_text {
    letter-spacing: 0.5px;
    font-size: 15px;
    line-height: 1.8;
}

.company table {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    margin: 5px 0;
    box-sizing: border-box;
    width: 100%;
}

.company table th, .company table td{
  padding: 2px 0px;
}

.company table th{
  width: 40%;
  color: #528be4;
}

.company table tr:last-child th,
.company table tr:last-child td{
  padding-bottom: 5px;
}

.tb_box table:last-child{
  border-bottom: none;
}

.aisatsu_box{
  overflow: hidden;
  box-sizing: border-box;
}

.nashi_work {
  overflow: hidden;
}

.img_box_two h5 {
  color: #528be4;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 20px;
}

p.ecofarmer img {
    width: 150px;
}

p.ecofarmer span.n-n {
    display: block;
}



/*----------------------------------------------------------------------

media query

----------------------------------------------------------------------*/

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    h1.font-xl.bold {
      font-size: 50px;
    }

    .row.text-center.justify-content-center {
      margin: 0;
    }

    .cover h1.cover_title {
      font-size: 30px;
    }

    h2.color-light.bold.wow.animated {
      font-size: 28px;
    }

    .section_title.text-center.mb50.fadeIn.wow h3.title {
      font-size: 24px;
    }

    .testimonial_box_two {
      margin: 15px;
    }

    table.al_company th,table.al_company td{
      display: block;
      width: 100%;
      text-align: center;
    }

    .al_company_inner {
      max-width: 95%;
      padding: 30px 10px;
    }

    h2.comp_head {
      font-size: 24px;
    }

    .pb100{
      padding:30px 0 !important;
    }

    .pb120{
      padding:20px 0 !important;
    }

    .post_page .post_heading h2 {
      font-size: 22px;
    }

    section.post_heading {
      padding: 10px 0px;
    }

    .post_heading .breadcrumbs li:last-child{
    display: none;
    }

    .post_page .post_body h2 {
      font-size: 22px;
    }

    .post_page .post_body h3 {
      font-size: 20px;
    }

    .row.justify-content-center {
      margin: 0;
    }

    .company table th, .company table td {
      box-sizing: border-box;
      padding: 0px 5px;
    }

    .company .pr30 {
      padding-right: 0px !important;
      padding-left: 10px;
    }

    .company table th {
      width: 45%;
    }

    #works h6.small_title{
      margin-bottom: 10px;
    }

    #works .lead3{
      line-height: 1.2;
    }

    p.visoion_text{
      text-align: left !important;
    }




}
/*media queryここまで*/










