@charset "utf-8";
/* ---------------------------------------------------------------------------------
© 株式会社エーティーディー・ジャパン

HTML CSS Selectors top

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
.page-header {
  background-image: none;
}
.site-logo a {
  width: 100%;
  height: 100%;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/top/logo.svg") no-repeat center;
}
.sc .site-logo a {
  background: none;
  text-indent: 0;
}
.side-tel {
  color: #fff;
}
.side-info {
  border: 1px solid #fff;
  color: #fff;
}
.sc .side-tel {
  color: #637A81;
}
.sc .side-info {
  border: 1px solid #637A81;
  color: #637A81;
}

#contents-wrapper {
  padding: 115px 0 78px;
}

.sec-ttl {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: 500;
  text-align: center;
  color: #314B57;
}
/*---------------------------------------------------------------------------------
FV
--------------------------------------------------------------------------------- */
.mv {
  width: 100%;
  min-width: var(--min-width);
  height: 100vh;
  position: relative;
  z-index: 1;
}
.mv-slider {
  width: 100%;
  height: 100%;
}
.mv-slider div {
  height: 100%;
}

.mv-read {
  font-size: 30px;
  line-height: 1.73;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 109px;
  left: 50%;
  margin-left: -60px;
  z-index: 3;
  transition-delay:1100ms;
}
.mv-logo {
  width: 390px;
  position: absolute;
  bottom: 48px;
  left: 50%;
  margin-left: 233px;
  transition-delay:800ms;
}

.top-banner {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
}
.top-banner a {
  display: block;
  margin-bottom: 20px;
}
/*---------------------------------------------------------------------------------
ATDミリングセンターが信頼できる理由
--------------------------------------------------------------------------------- */
.reason {
  margin-bottom: 45px;
}
.reason-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
.reason li {
  width: 392px;
  margin-bottom: 38px;
}
.reason li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 204px;
  padding: 0 20px 0 32px;
  background-color: #fff;
  border-radius : 14px;
  box-shadow : 3px 7px 5px rgba(0, 0, 0, 0.2);
}
.reason span {
  width: 155px;
  font-size: 36px;
  line-height: 1.44;
  color: #637A81;
}
.reason img {
  width: 162px;
}
.reason li:last-child span {
  width: 100%;
}
/*---------------------------------------------------------------------------------
コズミックミリングセンターの製作物
--------------------------------------------------------------------------------- */
.product {
  padding: 40px 68px 58px;
  background-color: #B2DAEE;
  margin-bottom: 82px;
}
.product-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-list li {
  width: 194px;
}
.product-list li a {
  display: block;
  width: 100%;
  height: 335px;
  background-color: #fff;
  border-radius : 18px;
  box-shadow : 3px 7px 5px rgba(0, 0, 0, 0.2);
  overflow:hidden;
}
.product-list-in {
  padding: 22px 20px 0;
}
.product-list-in__name {
  height: 65px;
  font-size: 22px;
  line-height: 1.27;
  font-weight: 500;
}
.product-list-in__note {
  height: 32px;
  font-size: 14px;
}
.product-list-in__price {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  color: #627A82;
}

.product-list li:nth-of-type(3n+1) {
  transition-delay:900ms;
}
.product-list li:nth-of-type(3n+2) {
  transition-delay:1100ms;
}
.product-list li:nth-of-type(3n) {
  transition-delay:1300ms;
}
 /*---------------------------------------------------------------------------------
ATDミリングセンターの流れ
--------------------------------------------------------------------------------- */
.step {
  margin-bottom: 85px;
}

/*---------------------------------------------------------------------------------
ATDミリングセンターのトピックス
--------------------------------------------------------------------------------- */
.topics {
  margin-bottom: 90px;
}
.topics-list {
  display: flex;
  flex-wrap: wrap;
}
.topics-list li {
  width: 254px;
  margin-right: 24px;
}
.topics-list li:nth-of-type(2) {
  transition-delay:500ms;
}
.topics-list li:nth-of-type(3) {
  transition-delay:700ms;
  margin-right: 0;
}
.topics-list a {
  display: block;
  padding: 36px 30px 35px;
  background-color: #fff;
  border: 1px solid #637A81;
  border-radius: 14px;
  box-shadow : 3px 7px 5px rgba(0, 0, 0, 0.2);
}
.topics-list__ttl {
  padding-bottom: 15px;
  font-size: 30px;
  line-height: 1.6;
  color: #637A81;
}
.topics-list__txt {
  font-size: 18px;
  line-height: 1.72;
  display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
/*---------------------------------------------------------------------------------
ATDミリングセンターでお受けできるデータ
--------------------------------------------------------------------------------- */
.availableData {
  padding: 35px 100px 45px;
  background-color: #93CDD0;
  margin-bottom: 90px;
}
.availableData-list li {
  padding: 25px 0 26px 45px;
  background-color: #fff;
  border-radius: 17px;
  margin-bottom: 30px;
  box-shadow : 3px 7px 5px rgba(0, 0, 0, 0.2);
  font-size: 33px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #637A81;
}
.availableData-list li span {
  font-size: 24px;
}
.availableData-list li:last-child {
  padding: 17px 0 16px 45px;
}
.availableData-list a {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.availableData-list .img01 {
  width: 52px;
  margin: 0 24px 0 30px;
}
.availableData-list .img02 {
  width: 98px;
}
.availableData-note {
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: #314b57;
}

