@charset "UTF-8";
/* CSS Document */

html{
	font-size:62.5%;/*16px×62.5%=10px*/
}
body{
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-feature-settings: "pkna";
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.7; 
  color: #333;
  background-color: #FCF4E5;
  overflow-x: hidden;
}
a{
  text-decoration: none;
  display: block;
}
.sp-img{
  display: none;
}
.text-center{
  text-align: center;
}
.br-line{
  display: inline-block;
}
.pd-20{
  padding: 0 20px;
}
h1{
  font-weight: 600;
  font-style: normal;
  font-size: 2.2rem;
  color: #fff;
  text-shadow: 2px 3px 7px rgba(0,0,0,0.2);
}
h2{
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  padding: 80px 0 40px;
  text-align: center;
  color: #003f79;
}

h3{
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2rem;
  padding: 0.5em;
  line-height: 1;
  color: #2aa2dd;
  background: #fff;
  border-left: solid 10px #F6DFAC;
  margin-bottom: 30px;
  box-shadow: 2px 2px 7px rgba(0,0,0,0.2);
}

.contain{
  max-width: 730px;
  margin: 0 auto;
  padding: 0 40px;
}

/*メインビジュアル*/
.mv{
  padding-top: 20px;
  background: linear-gradient(to bottom, rgba(252,244,229,0) 40%,rgba(252,244,229,0.5) 60%,rgba(252,244,229,1) 100%),url("../image/top/topimage.jpg");
　background-position: bottom;
 background-size: cover;
}
.catch-copy{
  margin: 50px 40px 20px;
}
.catch-main{
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 2px 3px 7px rgba(0,0,0,0.2);
}
.catch-main-large{
  font-size: 5.5rem;
  font-weight: 700;
  color: #003f79;
}
.catch-sub-area{
	display: flex;
	justify-content: center;
	align-items: center;
}
.catch-sub{
  max-width: 490px;
  font-size: 1.8rem;
  line-height: 2;
  margin: 30px 10px;
  font-weight: 500;
  color: #003f79;
}
.catch-note{
  margin: 0 auto;
  max-width: 465px;
  font-size: 1.4rem;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
.catch-note span{
  font-weight: 600;
  color: #0071be;
  font-size: 1.5rem;
}
.kani-img{
	width: 100px;
	transform:rotate(30deg);
	opacity: 0.7;
}
/*お知らせ・イベント情報*/
.news-title{
  width: 110px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 2px;
  color: #fff;
  background-color: #2aa2dd;
  border-radius: 15px;
  margin-bottom: 10px;
}
.news-detail{
  padding: 0 0 20px 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #F6DFAC;
}
.info-pdf{
  color: #00a0e1;
  padding-top: 15px;
}

/*事業紹介*/
.business-intro dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.business-intro div{
  width: 300px;
  border-radius: 20px;
  border: solid 5px #F6DFAC;
  margin-bottom: 20px;
  position: relative;
  background-color: #fff;
  box-shadow: 2px 3px 7px rgba(0,0,0,0.2);
}
.business-intro dt{
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  text-align: center;
  padding: 5px 0 8px;
  font-size: 1.8rem;
  line-height: normal;
}
.business-intro dd{
  text-align: center;
  padding-bottom: 25px;
  font-size: 1.5rem;
}
.business-number{
  position:absolute;
  width: 45px;
  height: 45px;
  top:20px;
  left:20px;
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  color: #fff;
  border-radius: 50%;
  background-color: #F6DFAC;
  text-align: center;
  box-sizing: border-box;
  padding-top: 3px;
  margin-right: 10px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.business-icon{
  width: 130px;
  padding-top: 30px;
}

/*企業理念*/
.business-img{
  max-width: 450px;
  padding: 30px 0;
}

/*行動理念*/
.action-philosophy h3{
 margin-top: 40px;
}
.action-philosophy ul{
  margin-top: 20px;
}
.action-philosophy li{
  margin-bottom: 20px;
}
.action-philosophy-list{
  display: flex;
  align-items: flex-start;
}
.action-philosophy-list dd{
  width: calc(100% - 50px);
}
.circle-number {
  font-family: "Roboto", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  color: #fff;
  background-color: #F6DFAC;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  padding: 2px 0 0 2px;
  margin-right: 15px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

/*信条・モットー*/
.belief dl{
  padding: 0 30px 30px 30px;
}
.belief dt{
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding-top: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #2aa2dd;
}
.belief dd{
  padding-left: 30px;
}
.icon{
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  color: #e94933;
}

/*会社概要*/
.company h3{
  margin-top: 40px;
}
.company dl{
}
.company div{
  display: flex;
}
.company div:last-child{
  border-bottom: 0;
}
.company dt{
  width: 170px;
  padding: 5px 20px 5px 30px;
  font-weight: 400;
}
.company dd{
  padding: 5px 0;
  width: calc(100% - 170px);
}
iframe{
  display: block;
  margin: 40px auto 0;
  width: 450px;
}

/*footer*/
footer{
  background-color:#F6DFAC;
  margin-top: 50px;
  padding: 25px 0 10px;
}
.footer-company-name {
	font-size: 1.8rem;
	font-weight: 500;
	padding-bottom: 10px;
}
address{
  padding-bottom: 30px;
}
.copyright{
  font-size: 1.4rem;
}

@media screen and (max-width:680px){
  h1{
	 font-size: 1.8rem;
	}
  h2{
    font-size: 2.4rem;
    padding: 60px 0 35px;
  }
  
  h3{
    font-size: 1.8rem;
  }
  .contain{
    padding: 0 20px;
  }
  .catch-copy{
  margin: 50px 20px 10px;
}
  .catch-main{
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .catch-main-large{
    font-size: 4rem;
    line-height: 1.4;
  }
  .mv{
    padding-bottom: 0;
  }
	.catch-sub-area{
		display: block;
	}
  .catch-sub{
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .kani-img{
		padding-bottom: 30px;
		width: 80px;
	}
  .catch-note{
    padding: 15px 20px;
  }
  
/*企業理念*/
  .business-img{
    width: 320px;
    padding: 20px 0;  
  }
  
  /*会社概要*/
  .company div{
    display: block;
  }
  .company dt{
    width: auto;
    padding-left: 15px;
    padding-bottom: 0;
	font-weight: 500;
  }
  .company dd{
    width: auto;
    padding-left: 30px;
  }
  iframe{
    width: 300px;
  }
  
  
  /*フッター*/
  address{
  font-size: 1.5rem;
}
}



