@charset "utf-8";
@import url("fonts.css");
/* CSS Document */

/* 高さを明示的に指定 */
.first-view {
  height: calc(100vh - 80px);
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.first-view .container {
  height: calc(100vh - 80px);
  height: 100%;         /* ← 必須！ */
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
	padding: 60px 0;
}

.first-view-bg {
  width: 100%;
  height: 100%;         /* ← 必須！ */
  background-image: url('../images/main_img.png'); 
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;                /* 最初は透明 */
  animation: fadeIn 5s ease 0.3s forwards;  /* アニメーション指定 */
}
/* アニメーション定義 */
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 576px) {
	.first-view .container {
		padding: 20px 0;
	}
	.first-view-bg {
		width: 100%;
		height: 100%;         /* ← 必須！ */
		background-image: url('../images/main_img_ps.png'); 
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		opacity: 0;                /* 最初は透明 */
		animation: fadeIn 5s ease 0.3s forwards;  /* アニメーション指定 */
	}
}

.greeting_box {
  background:rgba(130,84,43,1.00);
  padding: 100px 0;
  color: #fff;
	overflow-x: hidden;
}
.greeting_box h2 {
  font-weight: 200;
  font-size: 60px;
  margin-bottom: 50px;
}
.greeting_box .greeting_text p {
  text-align:justify;
  font-weight: 400;
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
.greeting_box dl {
  margin-top: 4rem;
}
.greeting_box dl dt {
  font-weight: 400;
  font-size: .9rem;
}
.greeting_box dl dd {
  font-weight: 400;
  font-size: 1.2rem;
  margin-left: 1rem;
  letter-spacing: 3px;
}
.greeting_box .profile {
  border: 1px solid rgba(255,255,255,0.50);
  font-size: 11px;
}
.business_box {
  margin: 100px auto;
  padding: 100px 0;
}
.business_box h2,
.access_box h2 {
  color: #82542b;
  font-size: 80px;
  border-bottom: 1px solid rgba(35,24,21,0.20);
  margin-bottom: 100px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, "sans-serif";
  font-weight: 400;
	overflow-x: hidden;
}
.business_box h2 small,
.access_box h2 small {
  color: #231815;
  font-size: 30px;
  display: inline-block;
  font-family: 'Noto Sans JP', 'Helvetica Neue', Helvetica, Arial, "sans-serif";
  font-weight: 600;
}
.business_box .card {
  border: none;
}
.business_box .card .card-title h5 {
  height: 2.5rem;
  margin-left: 1.5rem;
  text-indent: -2rem;
  padding-left: 1.5rem;
}
.business_box .card .card-title h5::before {
  content: "〇";
  margin-right: .5rem;
}
.business_box .card .card-footer {
  border: none;
  margin: 60px 0;
  background: none;
  text-align: end;
}
.business_box .card .index_business_imgbox {
  margin-bottom: 2rem;
}
.business_box .card .index_business_text p {
  text-align:justify;
  line-height: 2rem;
}
.Company {
  margin: 100px auto;
  padding: 100px 0;
}
.Company .title_box {
  background: rgba(130,84,43,1.00);
  color: #fff;
  padding: 20px;
  width: 380px;
  height: 380px;
  position: relative;
}
.Company .title_box h2 {
  color: #fff;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, "sans-serif";
  font-weight: 400;
  font-size: 80px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.Company .title_box h2 small {
  font-size: 30px;
  display: block;
  font-family: 'Noto Sans JP', 'Helvetica Neue', Helvetica, Arial, "sans-serif";
  font-weight: 600;
  color: #fff;
}
.Company_info dl.d-flex dt {
  min-width: 15rem;
}
.Company_info dl.d-flex dd dl dt {
  font-weight: 400;
  color: #82542b;
}
.Company_info dl.d-flex dd.post dl {
  margin-bottom: 0;
}
.Company_info dl.d-flex dd.post dl dt {
  min-width: 9rem;
  font-weight: 400;
  color: #231815;
}
.Company_info dl.d-flex dd a::after {
  font-family: "Material Symbols Outlined";
  content: "arrow_forward";
  padding-left: .5rem;
  vertical-align: middle;
}
.Company_info .company_listbox {
  background: rgba(204,203,190,1.00);
  text-align: center;
  padding: 60px 20px;
  margin: 100px auto 0 auto;
}
.Company_info .company_listbox h3 {
  margin-bottom: 2rem;
  font-weight: 400;
}
.Company_info .company_listbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.Company_info .company_listbox ul li {
  padding: 0;
  margin: 0 0 1rem 0;
}
.Company_info .company_listbox ul li:last-child {
  margin-bottom: 0;
}
.Company_info .company_listbox ul li a {
  color: #231815;
  border-bottom: none;
}
.Company_info .company_listbox ul li a:not(.button)[target="_blank"]::after {
  font-family: "Material Symbols Outlined";
  content: "\e89e";
  padding-left: 0.15rem;
  vertical-align: middle;
  color: #fff;
}
.access_box {
  margin: 200px 0;
  background: rgba(204,203,190,1.00);
  padding: 180px 0;
	overflow-x: hidden;
}
.access_box .place {
	padding: 0 5px;
  margin-bottom: 2rem;
}
.access_box .map_wrapper {
  width: 100%;
  height: 100%;
}
.access_box .map_wrapper iframe {
  width: 100%;
  height: 400px;
}
.access_box .adrress {
  margin-top: 1rem;
}
.access_box .adrress b {
  font-weight: 400;
  color: #82542b;
}
.Topics {
  margin: 100px auto;
  max-width: 1140px;
}
.Topics h2 {
  text-align: center;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, "sans-serif";
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 2rem;
}

.Topics .news dl {
  display: block;
	padding-bottom: .5rem;
  border-bottom: 1px solid rgba(130,84,43,0.20);
  padding: 1rem 0;
  margin-bottom: 0;
}
.Topics .news dl dt {
  width: 10rem;
  float: left;
  clear: left;
	padding: .5rem 0 0 0;
	font-weight: 600;
  margin-bottom: 5px;
}
.Topics .news dl dd {
  margin-left: 10rem; 
	padding: .5rem 0 0 0;
	margin-bottom: 0;
}
.index_Contact {
  margin: 100px auto;
  max-width: 1140px;
  background: rgba(130,84,43,1.00);
  padding: 80px 20px;
  color: #fff;
}
.index_Contact a {
  color: #fff;
}
.index_Contact h2 {
  text-align: center;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, "sans-serif";
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 2rem;
}
.index_Contact dl dt {
  font-weight: 400;
  margin-right: 1rem;
}
.index_Contact dl dd::before {
  font-family: "Material Symbols Outlined";
  content: "phone_enabled";
  padding-right: .5rem;
  vertical-align: middle;
  color: #fff;
  font-size: 1.1rem;
}
.index_Contact a {
  border-bottom: none;
  border: 2px solid #fff;
  padding: 1rem;
}
.index_Contact a:hover {
  background: #fff;
  color: rgba(130,84,43,1.00);
  opacity: 1;
  font-weight: 500;
}
.index_Contact a::before {
  font-family: "Material Symbols Outlined";
  content: "mail";
  padding-right: 0.15rem;
  vertical-align: middle;
  color: #fff;
  font-size: 1.5rem;
  transition: all ease 0.3s;
}
.index_Contact a:hover::before,
.index_Contact a:hover::after {
  color: rgba(130,84,43,1.00);
}
.index_Contact a::after {
  font-family: "Material Symbols Outlined";
  content: "arrow_forward";
  padding-left: .5rem;
  vertical-align: middle;
  color: #fff;
  transition: all ease 0.3s;
}
@media screen and (max-width: 991px) {
  .business_box h2,
  .access_box h2 {
    padding-bottom: 10px;
  }
  .business_box h2 small,
  .access_box h2 small {
    display:block;
  }
  .Company .title_box {
    padding: 20px;
    width: 100%;
    height: 100%;
    position:inherit;
  }
  .Company .title_box h2 {
    color: #fff;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, "sans-serif";
    font-weight: 400;
    font-size: 60px;
    display: inline-block;
    position: inherit;
    top: 0;
    transform:none;
  }
  .Company_info{
    margin: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .greeting_box h2 {
    font-size: 40px;
    font-weight: 400;
  }
  .greeting_box .greeting_text p {
    font-size: 14px;
  line-height: 1.5rem;
  }
  .business_box h2,
  .access_box h2  {
    font-size: 60px;
  }
  .Company_info dl.d-flex dt {
    min-width: 10rem;
  }
}
@media screen and (max-width: 576px) {
	.Topics .news dl dt {
		width: auto;
		float: none;
		font-size: .9rem;
	}
	.Topics .news dl dd {
		margin-left: 1rem; 
		padding: 0;
	}
}