@charset "UTF-8";
br.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}

/*見出し*/
.ttl01 {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.ttl01 h3 {
  font-size: 4.6875vw;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1100px) {
  .ttl01 h3 {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .ttl01 h3 {
    font-size: 6.25vw;
  }
}
.ttl01 p {
  color: #B4B4B4;
  margin-left: 10px;
}

.ttl02 h3 {
  position: relative;
  text-align: center;
  text-align: center;
  font-size: 2.5vw;
  margin-bottom: 100px;
}
@media screen and (max-width: 1100px) {
  .ttl02 h3 {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  .ttl02 h3 {
    display: none;
    font-size: 6.25vw;
  }
}
.ttl02 h3 span {
  font-size: 3.125vw;
}
@media screen and (max-width: 1100px) {
  .ttl02 h3 span {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .ttl02 h3 span {
    display: none;
    font-size: 7.8125vw;
  }
}
.ttl02 h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #ff7700;
}

.ttl03 h3 {
  font-size: 2.03125vw;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .ttl03 h3 {
    font-size: 6.5625vw;
  }
}
.ttl03 h3::before {
  display: inline-block;
  content: "";
  margin-top: 6px;
  margin-right: 7px;
  width: 10px;
  height: 10px;
  vertical-align: center;
  border-radius: 5px;
  background-color: #ff7700;
}

/*ボタン*/
.more_btn {
  line-height: 50px;
}
.more_btn a {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.more_btn a img {
  width: 47px !important;
  margin-left: 50px;
}
.more_btn a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.more_btn a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*top*/
.m_box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 4.6875vw;
}

.img-lbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .img-lbox {
    display: block;
  }
}
.img-lbox img {
  width: 30%;
  margin-right: 20px;
}
.img-lbox h4 {
  font-size: 1.953125vw;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .img-lbox h4 {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .img-lbox h4 {
    display: none;
    font-size: 5.625vw;
  }
}
.img-lbox h4 span {
  font-size: 2.96875vw;
  color: #ff7700;
  margin-right: 10px;
}

#topBox02 .wrap {
  background-color: #F5F5F5;
  border-radius: 15px;
}
#topBox02 .wrap > div {
  padding: 60px;
}
#topBox02 .wrap h3 {
  font-size: 1.796875vw;
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  #topBox02 .wrap h3 {
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 767px) {
  #topBox02 .wrap h3 {
    display: none;
    font-size: 5.625vw;
  }
}
#topBox02 .wrap h3:before {
  position: absolute;
  top: 25%;
  left: 20px;
  width: 6px;
  height: 60%;
  content: "";
  border-radius: 3px;
  background: #ff7700;
}
#topBox02 .wrap .works {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
}
#topBox02 .wrap .works a {
  cursor: pointer;
}
#topBox02 .wrap .works a .work-img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
#topBox02 .wrap .works a .work-img img {
  transition: transform 0.6s ease; /* ゆっくり変化させる */
}
#topBox02 .wrap .works a .work-btn {
  background: #fff;
  padding: 20px 15px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
#topBox02 .wrap .works a .work-btn h5 {
  display: flex;
  justify-content: space-between;
}
#topBox02 .wrap .works a .work-btn h5 img {
  width: 47px;
}
#topBox02 .wrap .works a:hover img {
  transform: scale(1.1); /* 拡大 */
}

#topBox03 {
  background-image: url(../img/top-bg01.webp);
  background-size: cover;
  margin-bottom: 0;
}
#topBox03 .wrap > div {
  padding: 100px;
}
#topBox03 .wrap > div > div {
  display: flex;
  margin-bottom: 60px;
  color: #fff;
}
#topBox03 .wrap > div > div img {
  width: 50%;
  margin-right: 50px;
}
#topBox03 .wrap > div > div h4 {
  font-size: 4.6875vw;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  #topBox03 .wrap > div > div h4 {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #topBox03 .wrap > div > div h4 {
    font-size: 6.25vw;
    margin-top: 15px;
  }
}
#topBox03 .wrap > div > div p {
  margin-bottom: 30px;
}
#topBox03 .wrap > div > div .more_btn a {
  color: #fff;
}
#topBox03 .wrap > div > div .more_btn a img {
  margin-right: 0;
}
#topBox03 .wrap > div > div .more_btn a::after {
  background: #fff;
}

/*事業内容*/
.serviceBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.serviceBox img {
  width: 48%;
}
.serviceBox .textBox {
  width: 48%;
}
.serviceBox h4 {
  font-size: 1.953125vw;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .serviceBox h4 {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .serviceBox h4 {
    display: none;
    font-size: 5.625vw;
  }
}
.serviceBox h4 span {
  font-size: 2.96875vw;
  color: #ff7700;
  margin-right: 10px;
}

.img_text01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.img_text01 img {
  width: 44%;
}
.img_text01 > div {
  width: 53%;
}
.img_text01 > div h4 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 2.1875vw;
}
@media screen and (max-width: 767px) {
  .img_text01 > div h4 {
    font-size: 7.1875vw;
  }
}
.img_text01 > div h4 img {
  width: 29px;
  height: 37px;
  margin-right: 10px;
}

.g_bg {
  background: #F5F5F5;
  padding: 20px;
  margin-top: 20px;
}
.g_bg h3 {
  font-size: 1.328125vw;
}
.g_bg h4 {
  color: #ff7700;
}
.g_bg h4::before {
  display: inline-block;
  content: "";
  margin-top: 6px;
  margin-right: 7px;
  width: 10px;
  height: 10px;
  vertical-align: center;
  border-radius: 5px;
  background-color: #ff7700;
}
.g_bg ul {
  display: flex;
  margin-left: 20px;
}
.g_bg ul li {
  font-size: 1.25vw;
  margin-right: 30px;
  list-style: disc;
  text-indent: -5px;
}
@media screen and (max-width: 767px) {
  .g_bg ul li {
    font-size: 4.0625vw;
  }
}
.g_bg ul li::marker {
  color: #ff7700;
  line-height: 1;
}
.g_bg > div:first-child {
  margin-bottom: 20px;
}

.merit {
  margin-bottom: 60px;
  text-align: center;
}
.merit img {
  width: 80%;
}
.merit ul {
  width: 95%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2%;
}
.merit ul li img {
  width: 100%;
}

.achievements ul {
  width: 95%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
}

/*代表挨拶*/
#messsage01 .wrap {
  width: 70%;
}
#messsage01 .wrap img {
  margin-bottom: 40px;
}
#messsage01 .wrap p {
  margin-bottom: 20px;
}
#messsage01 .wrap .name {
  text-align: right;
  font-weight: 700;
}

/*会社案内*/
#company01 .wrap {
  width: 70%;
}

#company02 .wrap {
  width: 70%;
}
#company02 table {
  width: 100%;
}
#company02 table th, #company02 table td {
  border-bottom: 1px solid #B4B4B4;
  padding: 20px;
}
#company02 table th iframe, #company02 table td iframe {
  margin-top: 20px;
}
#company02 table th {
  padding: 20px 20px 20px 0;
}

/*問い合わせ*/
#contact01 .wrap {
  width: 70%;
}
#contact01 .wrap .center {
  text-align: center;
  margin-bottom: 70px;
}
#contact01 .wrap .center a {
  text-decoration: underline;
  color: #ff7700;
}
#contact01 .wrap p {
  text-align: center;
  margin-bottom: 50px;
}
#contact01 .wrap .formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  margin-bottom: 70px;
}
#contact01 .wrap .formTable td, #contact01 .wrap .formTable th {
  border-bottom: 1px solid #ccc;
  padding: 25px 0 25px;
}
#contact01 .wrap .formTable th {
  width: 30%;
  text-align: left;
  vertical-align: top;
}
#contact01 .wrap .formTable th span {
  background-color: #ff7700;
  color: #fff;
  font-size: 0.9375vw;
  padding: 1px 4px;
  margin-left: 15px;
  border-radius: 5px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #contact01 .wrap .formTable th span {
    font-size: 3.75vw;
  }
}

form input[type=text], form textarea {
  width: 98%;
  padding: 15px;
  font-size: 110%;
  display: block;
  border-radius: 5px;
  background-color: #F5F5F5;
  border: none;
}

.btn_con, .btn_back {
  position: relative;
  display: inline-block;
}

.btn_con, input[type=submit], input[type=button] {
  width: 192px;
  height: 49.5px;
}

input[type=submit] {
  background-image: url("../img/btn_con.png");
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background-color: #fff;
}

input[type=button] {
  background-image: url("../img/btn_back.png");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background-color: #fff;
}

input#btn_fin {
  background-image: url("../img/btn_fin.png");
  background-size: contain;
}

.btn_con::after, .btn_back::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

.btn_con:hover::after, .btn_back:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

::-moz-placeholder {
  color: #B4B4B4;
}

::placeholder {
  color: #B4B4B4;
}

#formWrap h4 {
  margin-bottom: 30px;
}
#formWrap .error_messe {
  margin-bottom: 10px !important;
  text-align: left !important;
  color: #FF0040;
}

h4.thank {
  font-size: 2.1875vw;
  margin-bottom: 30px;
}

/*Privacy policy*/
#privacy01 .wrap {
  width: 80%;
}
#privacy01 .wrap > p {
  margin-bottom: 40px;
}
#privacy01 .wrap h3 {
  font-size: 1.875vw;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #privacy01 .wrap h3 {
    font-size: 5vw;
  }
}
#privacy01 .wrap div {
  margin-bottom: 40px;
}

/*404*/
.not {
  margin-top: 110px !important;
}

#notfound {
  text-align: center;
}
#notfound h3 {
  font-size: 5.3125vw;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #notfound h3 {
    font-size: 9.375vw;
  }
}
#notfound h4 {
  font-size: 1.5625vw;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #notfound h4 {
    font-size: 4.6875vw;
  }
}
#notfound .wrap {
  width: 70%;
}
#notfound .wrap > p {
  margin-bottom: 50px;
}
#notfound .wrap .bg_gl {
  background-color: #F5F5F5;
  padding: 30px 60px;
  border-radius: 10px;
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #notfound .wrap .bg_gl {
    padding: 30px 30px 30px 50px;
  }
}
#notfound .wrap .bg_gl ul li {
  list-style: disc;
  margin-bottom: 10px;
}
/*# sourceMappingURL=style.css.map */