@charset "UTF-8";

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #333333;
}

.sp-br {
  display: none;
}

a {
  text-decoration: none;
}

header {
  height: 100px;
}

.header-inner {
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: space-between;
  max-width: 1140px;
  height: 100% ;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.header-logo h1 a img {
  margin-right: 10px;
  vertical-align: middle;
}
.header-logo h1 a {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.header-nav-list-item {
  padding: 10px;
}

.header-nav-list-item a {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}

.header-nav-list-item:last-child {
  padding-right: 0;
}

.button {
  display: inline-block;
  width: 186px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 23.17px;
  text-align: center;
  color: white;
  border-radius: 20px;
}

.header-nav-list-item .button {
  background-color: #006536;
  color: white;
}

.mv {
  padding: 105px 143px;
  background-image: url(../image/koretequ-fv\ 1.png);
  background-position: center;
  background-size: cover;
  text-align: center;
}

.mv-copy {
  max-width: 1140px;
  margin: 0 auto;
}

.mv-copy-ttl {
  font-size: 38px;
  line-height: 76px;
}

.mv-copy-txt {
  font-size: 16px;
  line-height: 28px;
  margin: 40px 0;
}

.mv-copy .button {
  background-color: #006536;
  color: white;
}

.md-wrapper {
  background: #F1F5F2;
  height: 632px;
}

.md-inner {
  max-width: 1140px;
  margin: 0 auto;
}

h2 {
  font-size: 28px;
  line-height: 40.54px;
  text-align: center;
}

.md-ttl {
  padding-top: 40px;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 58px;
}

.contents-box {
  width: 30%;
  height: 446px;
  margin-top: 47px;
  margin-right: 20px;
  margin-left: 20px;
}

.contents-box img { /*class名じゃなくimgタグを指定*/
  width: 100%;
  height: 191px;
  object-fit: cover;
}

.contents-box-ttl {
  color: #006536;
  font-size: 18px;
  line-height: 26.06px;
  text-align: center;
  margin: 20px 0;
}

.contents-box-txt {
  font-size: 14px;
  line-height: 24.5px;
}

.cta {
  background-image: url(../image/coretequ-contact\ 1.png);
  background-size: cover;
}

.cta-inner {
  max-width: 1140px;
  padding: 76px 20px 72px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cta-inner-ttl {
  font-size: 28px;
  line-height: 40.54px;
}

.cta-inner-txt {
  font-size: 16px;
  line-height: 23.17px;
  margin-top: 20px;
  margin-bottom: 55px;
}

.cta-inner .info-button {
  display: inline-block;
  width: 186px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 23.17px;
  color: white;
  border-radius: 20px;
  background-color: #4356B7;
  margin-right: 32px;
}

.cta-inner .button {
  background-color: #006536;
  color: white;
}

.footer {
  padding: 49px 0 20px;
  background-color: #333333;
  color: #FFFFFF;
}

.footer-inner {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.footer-nav-list {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.footer-nav-list-item a {
  color: #FFFFFF;
}

.footer-nav-list-item {
  list-style: none;
  font-size: 16px;
  line-height: bold;
  margin-right: 30px; 
}

.footer-nav-list li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.footer-inner p {
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}

/* タブレット版
--------------------------------- */
@media (max-width:980px) {

  /*.md-inner {
    max-width: 765px;
    margin: 0 auto;
  }*/


  .contents-box {
    margin-right: 25px;
  }

  .cta-inner-ttl {
    font-size: 20px;
    line-height: 26px;
  }
}

/* タブレットミニ版
--------------------------------- */
@media screen and (max-width: 821px) {
	.md-wrapper {
    height: auto;
  }

  .wrapper {
    flex-direction: column;
    text-align: center;
  }
 
  .contents-box {
    width: 80%;
   /* height: 400px;*/
    margin-right: auto;
    margin-left: auto;

}


/* モバイル版
--------------------------------- */

@media (max-width: 767px) {

.hidden-mb {
    display: none;
}

.sp-br {
  display: block;
}

header {
  height: 72px;
}

.header-logo h1 a img {
  width: 42px;
  height: 42px;
  margin-right: 5px;
}

.header-logo h1 a {
  font-size: 24px;
}

.mv {
  padding: 126px 12px 154px;
  text-align: left;
}

.mv-copy {
  width:80%;
}

.mv-copy-ttl {
  font-size: 28px;
}

.mv-copy-txt {
  font-size: 14px;
  margin-bottom: 65px;
}

.button{
  font-size: 15px;
  width: 158px;
  height: 34px;
  line-height: 34px;
}

/*.wrapper {
  flex-direction: column;
  text-align: center;
}*/

.md-ttl {
  margin-bottom: 40px;
}

/*.contents-box {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}*/

.contents-box-txt {
  text-align: left;
}

.cta {
  height: 380px;
}

.cta-inner-ttl {
  font-size: 18.5px;
  line-height: 26px;
}

.cta-inner-txt {
  font-size: 14px;
  line-height: 18px;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
}


.cta-buttons .info-button{
  margin: 10px auto;
  width: 158px;
  height: 34px;
  line-height: 34px;
}

.cta-buttons .button{
  margin: 10px auto;
} 

.footer-nav-list-item a{
  font-size: 14px;
}

}