@charset "UTF-8";
.page-head__image img {
  width: 100%;
  height: 600px;
  object-fit: contain;
  display: block;
	object-position: left center;
}
@media (max-width: 640px) {
	.page-head__image img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  display: block;
	object-position: center center;
		margin-top: 1em;
}
}

.other-work{width: 100%;margin: 1em auto;}
.other-work dl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    line-height: 1.7;
}

.other-work dl dt {
    position: relative;
    box-sizing: border-box;
    width: 10em;
    flex-shrink: 0;
    border-bottom: 1.5px solid #8ba2b1;
	background-color: #e8ecef;
    padding: 1em 1em;
    text-align: left;
	font-weight: bold;
}
.other-work dl dd {
    box-sizing: border-box;
    width: calc(100% - 10em);
    border-bottom:1px solid #a2a2a3;
    padding: 1em 2em;
}

@media screen and (max-width:640px) {
.other-work dl {
    font-size: 0.92em;
}
.other-work dl dt {
    width: 100%;
    border-bottom: 0;
    padding: 0.4em 1em 0.4em;
    text-align: left;
	background-color: #e5e6e6;
}
.other-work dl dd {
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #333;
    padding: 0.4em 1em 0.4em;
	line-height: 1.4em;
}
}
.form_box{width: 100%;padding: 5%; margin: 0 auto;border: solid 1px #8ba2b1;border-radius: 15px;box-sizing: border-box;}
.form_ttl{font-size: 1em;font-weight: normal; margin-bottom: 1em;}
.tel_ttl{font-size: 2.4em;margin-top: 1em;}
.tel-banner {
  padding: 60px 40px;
  background: #fff;
  text-align: center;
}

.tel-banner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(760px, 100%);
  height: 100px;
  border-radius: 45px;
  background: #303252;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, .28);
  color: #fff;
  font-size:3em;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-decoration: none;
}

@media (max-width: 640px) {
  .tel-banner {
    padding: 15px 3%;
  }

  .tel-banner a {
    height: 60px;
    border-radius: 26px;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, .28);
    font-size: 1.8em;
    letter-spacing: .04em;
  }
}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {

	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
.form_ttl{font-size: 0.84em;font-weight: normal; margin-bottom: 0em;}
.tel_ttl{font-size: 1.4em;margin-top: 1em;}
}
