@charset "UTF-8";
/*
Theme Name: E-Next Original theme
Theme URL: https://encp-inc.com/
Description: 株式会社EｰNextオリジナルのテーマです。
Author: 株式会社EｰNext
Version: 1.0.0
*/

/* all */
body {
    font-size: 100%;
    text-size-adjust: 100%;
    letter-spacing: 0.7px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 1;
  }

  html {
    scroll-behavior: smooth;
}
  
  *{
    box-sizing: border-box;
    margin:0;
    padding:0;
  }

  h1{
    font-size: 35px;
  }

  h2{
    font-size: 35px;
    font-weight: 500;
    line-height: 0.6;
    margin-bottom:30px;
  }

  h3{
    font-size: 23px;
    font-weight: 500;
    line-height: 1.5;
  }

  p,th,td,li{
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1.6px;
  }
  
  ul {
    list-style:none;
  }

  i{
    padding-right: 7px;
  }
  
  a{
    text-decoration: none;
  }

  ol{
    padding-left:1.5em;
    line-height: 1.6;
  }
  
  table{
    width: 100%;
    border-collapse: collapse;
  }
  
  input, select, textarea  {
    font-size: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    }
  
  textarea{
    width: 100%;
    padding:10px;
  }
  
  img {
    vertical-align: bottom;
    object-fit: cover;
  }
  
  textarea:focus,select:focus,input:focus{
    outline: none;
  }
  
  .is_sp {
    display: none;
  }
  
  a:hover,button:hover{
    cursor: pointer;
  }
  
  input,select{
    border-radius: 0;
  }

    a[href*="tel:"] {
        color:#000000;
      }
    
      .box_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
      }
      
      .cal_2{
        display: inline-block;
        width: calc(50% - 40px / 2);
      }
      
      .cal_3{
        display: inline-block;
        width: calc(33.33% - 60px / 3);
      }
      
      .cal_4{
        display: inline-block;
        width: calc(25% - 40px / 4);
      } 
      
      .wrapper{
        max-width: 1040px;
        width: 100%;
        margin:0 auto;
        padding:80px 40px;
      }
      


  /* header */
  header{
    z-index: 99;
    max-width: 1440px;
    width: 100%;
    height: 60px;
    padding:0 20px;
    position: absolute;
    top:0;
  }

  .logo_b{
    display: none;
  }

  .fixed{
    position: fixed;
    top:0;
    background: #ffffffdb;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); 
  }

  .fixed .nav_menu li a{
    color:#000000;
    padding:20px 5px;
  }

  .logo_w{
    padding:13px 0 0 20px;
  }

  .fixed .logo_w{
    display: none;
  }

  .fixed .logo_b{
    display: block;
  }

  header h1{
    float: left;
    line-height: 1.2;
  }

  .header a{
    color:#000000;
  }
  
  input#menu-btn-check{
    display: none;
  }
  
  .header ul{
    display: flex;
    max-width: 700px;
    width: 100%;
    margin: 0 0 0 auto;
  }

  .nav_menu li{
    width: calc(100% / 5);
  }

  .nav_menu li a{
    padding: 40px 5px;
    display: block;
    font-size: 12px;
    line-height: 1.4;
  }

  .nav_menu li a:hover{
    opacity: 0.7;
  }
  
  .fa-paper-plane{
    padding-right: 7px;
  }

  .header_en{
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: bold;
  }

  .header_contact a{
    background: #000000;
    color:#ffffff;
    text-align: center;
    padding: 12px 5px !important;
    margin-top: 32px;
  }

  /* index */
  .first_view{
    position: relative;
	overflow:hidden;
  }

  .first_view .text_box{
    position: absolute;
    top: 260px;
    left: 100px;
  }

  .first_view p{
    color:#ffffff;
    text-align: center;
    font-size: 20px;
  }

  h2{
    text-align: center;
  }

  h2 .jp{
    font-size: 12px;
  }

  .en{
    font-family: "Jost", sans-serif;
  }    

  .inner{
    max-width: 1060px;
    width: 100%;
    padding:80px 15px;
    margin:0 auto;
  }

  .aboutus_section .cal_3{
    padding:20px;
    border:1px solid #ddd;
    background-image: url(img/polygon.png);
  }

  .aboutus_section{
    background: #f6f6f6;
  }

  .service_section .cal_2,.service_section02 .cal_2{
    padding:20px;
    background: #ffffff;
    border:2px solid #000000;
  }

  .service_section h3,.service_section02 h3{
    font-size: 19px;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
  }

  .service_section ul,.service_section02 ul{
    padding:10px 10px 10px 25px;
    background: #f6f6f6;
    list-style: disc;
	margin: 3.5px 0;
  }
  
  .service_section02 .box_container01,.service_section .box_container01{
  margin-bottom:22px;
  }
  
  .service_section02 .link a{
    background: #026c34;
    color: #ffffff;
    padding: 7px 10px;
    margin-right: 10px;
	letter-spacing: 0;
	box-shadow:0 3px 5px rgba(0, 0, 0, 0.3);
  }
  
    .service_section02 .link{
	margin:13px 0 15px 0;
	}
	
	.service_section02 .link i{
	padding:0 0 0 5px;
	}
	
	.service_img{
	padding-top:10px;
    }
	
	.insta_a{
	position: relative;
	padding: 7px 10px 7px 35px!important;
    }
	
	.insta{
	position: absolute;
	left: 10px;
    top: 5px;
    }


.btn, .submit-container {
  background: #000000;
  max-width: 248px;
  width: 100%;
  margin: 50px auto 0 auto;
  transition: .2s;
}

.btn a, .submit-container input {
  padding: 16px;
  text-align: center;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  background: #fff;
  font-weight: 700;
  background: 0 0;
  color: #fff;
  cursor: pointer;
}

.page_section h2 {
  font-family: "Jost", sans-serif;
  padding: 70px 100px 60px;
  background: linear-gradient(rgb(0 35 72 / 42%), rgb(0 34 69 / 37%)), url(img/top.png);
  background-size: cover;
  text-align: center;
  background-position: center;
  margin: 110px 0 0 0;
  color:#ffffff;
}

.breadcrumbs {
  padding: 10px 40px;
  line-height: 1.5;
  font-size: 13px;
  color: #686868;
  font-family: "Jost", sans-serif;
}

.breadcrumbs a{
  color: #686868;
  font-family: "Jost", sans-serif;
}

.breadcrumbs .jp{
  display: none;
}

.table th {
  width: 25%;
  background: #eee;
}

.table th, .table td {
  padding: 20px 40px;
  border: 1px dotted #6c6c6c;
  border-right: none !important;
  border-left: none !important;
}

.table td{
	background:#ffffff;
}

.icon01{
    margin-right: 5px;
}

.icon02{
    margin-right: 10px;
}

.archive_item {
  margin-bottom: 20px;
  border: 2px solid #6c6c6c;
  padding: 15px 20px;
}


.wpcf7-spinner{
  display: none;
}

.single_h3{
  color:#026c34;
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 15px;
}

.service_section .img{
  padding-top:10px;
}

.single_date{
  font-family: "Jost", sans-serif;
}

.message_container .text{
padding-top:10px;
}

.message_container .left{
  width: 35%;
}

.message_container .right{
  width: 62%;
}

.message_container p{
font-size:13px;
}

.message_container .name{
    text-align: right;
}

.user{
    text-align: right;
}

.voice_section .cal_3{
    background: #ffffff;
    padding:40px 20px 20px 20px;
    position: relative;
}

.voice_section .box_container{
    margin-top:55px;
}

.voice_section .user_img{
    position: absolute;
    z-index: 10;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

  /* footer */

.footer_top{
	text-align:center;
	padding:20px 10px;
}

.tell a{
	color:#00aae6;
	font-size:26px;
	font-weight: bold;
}

.tell{
	line-height:1.5;
}

.tell img{
	padding: 0 5px 6px 0;
}

.footer_logo{
	padding-top:10px;
}

  footer{
    background: #000000;
    color:#ffffff;
    padding:20px;
    text-align: center;
  }

  small{
    font-size: 12px;
  }
