/*font設定*/
/* 100*/

@font-face {
  font-family: 'Noto Sans JP', sans-serif;
  src: url('../fonts/NotoSansJP-Thin.woff') format('woff');
  font-weight: 100;
}

/* 300*/
@font-face {
  font-family: 'Noto Sans JP', sans-serif;
  src: url('../fonts/NotoSansJP-Light.woff') format('woff');
  font-weight: 300;
}

/* 400*/
@font-face {
  font-family: 'Noto Sans JP', sans-serif;
  src: url('../fonts/NotoSansJP-Regular.woff') format('woff');
  font-weight: 400;
}

/* 500*/
@font-face {
  font-family: 'Noto Sans JP', sans-serif;
  src: url('../fonts/NotoSansJP-Medium.woff') format('woff');
  font-weight: 500;
}

/* 700*/
@font-face {
  font-family: 'Noto Sans JP', sans-serif;
  src: url('../fonts/NotoSansJP-Bold.woff') format('woff');
  font-weight: 700;
}

/* 900*/
@font-face {
  font-family: 'Noto Sans JP', sans-serif;
  src: url('../fonts/NotoSansJP-Black.woff') format('woff');
  font-weight: 900;
}

html{
  width: 100%;
  overflow-x: hidden;
}

body{
  width: 100%;
  overflow-x: hidden;
  font-family: 'Noto Sans JP', sans-serif;
}

main{
  padding-top: 0;
}


/*section*/
section{
  padding-top: 0;
  padding-bottom: 60px;
}

.section_title{
  padding-top: 80px;
  margin-bottom: 60px;
}

.section_title h2{
  display: block;
  text-align: center;
  font-size: 42px;
  letter-spacing: 3px;
  text-indent: 3px;
  font-weight: bold;
  margin-bottom:0 !important;
}

.section_title span{
  display: block;
  text-align: center;
  font-size: 16px;
  margin-top: 8px;
  font-weight: bold;
}

.bg_wrapper{
  padding: 60px 0;
  background-color: #f3fef9;
}

@media only screen and (min-width: 820px){


.section_title{
  margin-bottom: 80px;
}


.section_title h2{
  font-size: 60px;
  letter-spacing: 12px;
  text-indent: 12px;
}

.section_title span{
  font-size: 16px;
  margin-top: 10px;
}

}

/*contact_form*/

.wpcf7-form.sent .contact_list{
  display:none;
}

#contact{
  padding-top: 0;
}

#contact h3{
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  color: black;
}

.contact_list{
  padding: 0px 40px 20px;
  font-size: 16px;
}

.contact_list h3{
  margin-bottom: 40px;
}

.contact_list dt{
  margin-bottom: 8px;
}

.contact_list dd{
  display: block;
  background-color: #f0f0f0;
  border-radius: 5px;
  margin-bottom: 24px;
  width: 100%;
}

.contact_list dt span{
  color: red
}

.contact_list dd input{
  width: 100%;
  padding: 5px;
}

.contact_list dd select{
  width: 100%;
  padding: 5px;
}

.contact_list dd textarea{
  width: 100%;
  padding: 5px;
}

.contact_list .privacy-policy_wrapper{
  margin-bottom: 40px;
}

.contact_list .privacy-policy_link{
  color: #43906b;
  border-bottom: 1px solid #43906b;
}

.send_btn{
  display: block;
  width: 160px;
  height: 60px;
  border-radius: 30px;
  background-color: black;
  color: white;
  margin: 0 auto;
}

.wpcf7-form.sent .wpcf7-response-output{
  width: 90vw;
  height: auto;
  margin: 40px auto;
  border: none !important;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}

.wpcf7-form .hp_top_link{
  display: none;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: black;
  width: 200px;
  margin: auto;
  padding: 20px;
  border-bottom: 1px solid #43906b;
}

.wpcf7-form.sent .hp_top_link{
  display: block;
}

@media only screen and (min-width: 840px){

.contact_list{
  width: 720px;
  padding: 0px 0px 20px;
  margin: auto;
  font-size: 16px;

}

.contact_list dt{
  margin-bottom: 8px;
}


.contact_list dd{
  display: block;
  background-color: #f0f0f0;
  border-radius: 5px;
  margin-bottom: 24px;
  width: 100%;
}

.contact_list dt span{
  color: red
}

.contact_list dd input{
  width: 100%;
  padding: 5px;
}

.contact_list dd select{
  width: 100%;
  padding: 5px;
}

.contact_list dd textarea{
  width: 100%;
  padding: 5px;
}

.send_btn{
  display: block;
  width: 160px;
  height: 60px;
  border-radius: 30px;
  background-color: black;
  color: white;
  margin: 0 auto;
}
}

/*campany------------*/

.company dl{
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  justify-content: space-between;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 40px;
}

.company dl dt{
  font-weight: bold;
  width: 70px;
  margin-bottom: 20px;
}

.company dl dd{
  font-weight: bold;
  width: 180px;
  margin-bottom: 20px;
}

.company dl dd:nth-child(4){
  line-height: 1.8;
  font-size: 14px;
}

.company dl dd:last-child{
  line-height: 1.8;
  font-size: 12px;
}

@media only screen and (min-width: 1000px){

.company dl{
  display: flex;
  flex-wrap: wrap;
  width: 480px;
  justify-content: space-between;
  margin: 0 auto;
  font-size: 20px;
  margin-top: 60px;
}

.company dl dt{
  font-weight: bold;
  width: 160px;
  margin-bottom: 20px;
}

.company dl dd{
  font-weight: bold;
  width: 280px;
  margin-bottom: 20px;
}

.company dl dd:nth-child(4){
  line-height: 1.8;
  font-size: 14px;
}

.company dl dd:last-child{
  line-height: 1.8;
  font-size: 14px;
}
}

.service_contents_slider .slider{
  height: 50vw;
  max-height: 520px;
}