@charset "UTF-8";
/* CSS Document */
.omoi {
  padding-top: 30px;
  background-image: url("../img/company/logo.png");
  text-align: center;
  background-repeat: no-repeat;
  background-position: -7% -150%;
}
.omoi ul {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  flex-wrap: wrap;
}
.greeting {
  border: solid 1px #dbdbd8;
  background-image: url("../img/company/greeting-bg.png");
  padding: 25px;
  background-repeat: no-repeat;
  background-position: 102% 30%;
}
.greeting h2 {
  font-size: 3.5rem;
  font-family: "Yu Mincho", "YuMincho";
  color: #000;
  border-bottom: solid 1px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: inline-block;
}
.greeting p {
  line-height: 2;
}
.info-title {
  background-color: #21b11e;
  padding: 25px 0 25px 20px;
}
.company-info table {
  width: 100%;
  margin-top: 30px;
}
.company-info th, .company-info td {
  border: solid 1px #dbdbd8;
  padding: 25px 20px;
}
.company-info th {
  text-align: left;
  width: 200px;
  background-color: #f2f2f2;
  font-size: 1.8rem;
}
td {
  line-height: 2;
}
.info-kochi {
  margin-top: 15px;
}
.license {
  display: flex;
}
.license p {
  width: 60%;
  white-space: nowrap;
}
.license-img {
  width: 70%;
}
.license-img img {
  width: 100%;
}
.company-info_note {
  font-size: 1.8rem;
  margin-top: 40px;
  color: #ea3200;
  line-height: 2;
}
.free-tell {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.free-tell p {
  font-size: 3.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin-left: 15px;
}
.comp-contact_btn {
  margin-top: 25px;
}
.comp-contact_btn .contact-btn_cont {
  left: 18% !important;
  top: 47% !important;
}
iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 80px;
}
.sec-greeting, .company-info {
	padding-top: 80px;
}
.greeting-inner, .info-inner {
	padding-top: 80px;
	margin-top: -80px;
}

@media only screen and (max-width:1100px) {
  .omoi1 {
    width: 100%;
  }
  .omoi2 {
    width: 50%;
  }
}
@media only screen and (max-width:990px) {
  .omoi {
    background-position: center;
    background-size: contain;
  }
  .license {
    flex-wrap: wrap;
  }
  .license p {
    width: 100%;
  }
  .license-img {
    width: 100%;
    margin-top: 20px;
  }
  .greeting {
    background-position: 103% 57%;
  }
}
@media only screen and (max-width:768px) {
  .comp-contact_btn .contact-btn_cont {
    left: 22% !important;
  }
}
@media only screen and (max-width:520px) {
  .content-wrapper {
    display: block !important;
  }
  .mv-lower h2 img {
    width: 36%;
  }
  .omoi {
    background-position: 54% 70%;
    padding-top: 0;
  }
  .omoi ul {
    margin-top: 15px;
  }
  .omoi ul .omoi1 {
    width: 100%;
  }
  .omoi ul li img {
    width: 145px;
  }
  .omoi ul .omoi2 {
    width: 50%;
    margin-top: 15px;
  }
	.sec-greeting, .company-info {
		padding-top: 60px;
	}
	.greeting-inner, .info-inner {
		padding-top: 60px;
		margin-top: -60px;
	}
  .greeting {
    padding: 15px;
  }
  .greeting h2 {
    font-size: 1.8rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .greeting {
    background-image: url("../img/about/about-main_bg.jpg");
    background-position: 69% 30%;
  }
  .info-title {
    margin-bottom: 20px;
  }
  .company-info table {
    margin-top: 20px;
  }
  .company-info th, .company-info td {
    padding: 7px;
  }
	.company-info .tel_fax {
		white-space: nowrap;
		color: #000;
	}
  .company-info th {
    width: 100px;
    font-size: 1.3rem;
  }
  .license {
    flex-wrap: wrap;
  }
  .license p, .license-img {
    width: 100%;
  }
  .license-img {
    margin-top: 15px;
  }
  .company-info_note {
    font-size: 1.4rem;
    margin-top: 30px;
  }
  .free-tell {
    margin-top: 15px;
  }
  .free-tell img {
    width: 10%;
  }
  .free-tell p {
    font-size: 2.5rem;
    margin-left: 10px;
  }
  iframe {
    margin-top: 40px;
  }
  .contact-btn a {
    text-align: center;
  }
  .contact-btn_bg {
    width: 250px;
    height: 40px;
  }
  .contact-btn_cont p {
    font-size: 1.4rem;
  }
  .comp-contact_btn .contact-btn_cont {
    left: 50% !important;
    top: 43% !important;
  }
  .contact-mail {
    width: 18%;
  }
}