@charset "UTF-8";
/* CSS Document */
.main {
  width: 100%;
  height: auto;
}
.main img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.img_1 {
  object-position: 53% 10%;
}
.img_2 {
  object-position: 50% 10%;
}
.img_3 {
  object-position: 60% 10%;
}
.img_4 {
  object-position: 60% 10%;
}
@media (min-width: 1160px) {
  .pc_main_img {
    display: block;
  }
}
.Profile {
  width: 100%;
  height: auto;
  background-image: url("../images/Profile-bg.jpg");
  background-size: cover;
  background-position: 52% 0%;
  background-repeat: no-repeat;
  color: #fff;
  padding: 40px 0 30px 0;
}
.Profile h2 {
  font-family: "Noto Sans JP Bold", "Arial", sans-serif;
  font-size: 2.0rem;
  color: #1e1e1e;
  background-color: #fff;
  text-align: left;
  padding: 3px 0 0 18px;
  margin-bottom: 32px;
  width: 102px;
  height: 27px;
}
.Profile h3 {
  font-size: 1.6rem;
  text-align: left;
  padding-left: 18px;
  margin-bottom: 30px;
}
.Profile p {
  font-size: 1.4rem;
  text-align: left;
  margin: 0 18px 30px 18px;
  line-height: 2.0;
}
.Profile p span {
  color: #FFD601;
}
.Profile_btn {
  background-color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 100px;
  width: 161px;
  height: 43px;
  margin: 0 18px 0 auto;
  display: block;
  transition: all .3s;
}
.Profile_btn:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
}
.btn_wrapper {
  font-family: 'Noto Serif CJK JP Bold', serif;
  font-weight: 600;
  font-size: 1.4rem;
  display: flex;
  width: 108px;
  margin: 0 auto;
  vertical-align: middle;
  color: #1e1e1e;
}
.Profile_btn-block {
  margin-left: 10px;
  padding-top: 3px;
}
.Profile_btn-content {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  transform: translateY(20%) rotate(45deg);
}
.Profile_btn a {
  text-decoration: none;
  color: #1e1e1e;
}
@media (min-width: 1160px) {
  .Profile {
    padding: 60px 0 70px;
  }
  .Profile h2 {
    font-size: 3.0rem;
    padding: 6px 0 0 359px;
    margin-bottom: 50px;
    width: 571px;
    height: 37px;
  }
  .Profile h3 {
    font-size: 2.4rem;
    padding-left: 0;
    margin: 0 auto 50px auto;
    width: 842px;
  }
  .Profile p {
    font-size: 2.0rem;
    margin: 0 auto 50px auto;
    width: 842px;
  }
  .Profile p:last-of-type {
    margin-bottom: 40px;
  }
  .Profile_button_wrapper {
    width: 842px;
    margin: 0 auto;
  }
  .Profile_btn {
    width: 219px;
    height: 64px;
    margin-right: 0;
  }
  .btn_wrapper {
    font-size: 2.0rem;
    width: 155px;
  }
  .Profile_btn-block {
    margin-left: 18px;
    padding-top: 8px;
  }
}
.Works {
  width: 100%;
  height: auto;
}
.Works_1 {
  background-image: url("../images/IMG_9135.JPG");
  background-size: 100%;
  background-position: 30% 100%;
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
  display: flex;
}
.Works_1::before {
  content: '';
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  background: inherit;
  filter: blur(3px);
  z-index: -1;
  width: 100%;
}
.Works_1_wrapper, .Works_3_wrapper {
  margin: 27px auto;
  display: flex;
}
.works_img_1, .works_img_3 {
  height: 116px;
  margin-right: 32px
}
.works_title_text1 {
  display: block;
  margin-bottom: 10px;
  width: 154px;
}
.works_title_text2 {
  display: block;
  margin: 24px 0 10px;
  width: 154px;
}
.works_title_text3 {
  display: block;
  margin: 12px 0 10px;
  width: 154px;
}
.Works_btn {
  background-color: #D0B38D;
  border: none;
  width: 124px;
  height: 34px;
  border-radius: 100px;
  color: #fff;
  display: block;
  transition: all .3s;
}
.Works_btn:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
}
.Works_2 {
  background-image: url("../images/IMG_9150.JPG");
  background-size: 120%;
  background-position: 30% 45%;
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
  display: flex;
}
.Works_2::before {
  content: '';
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  background: inherit;
  filter: blur(3px);
  z-index: -1;
  width: 100%;
}
.Works_2_wrapper {
  margin: 27px auto;
  display: flex;
  flex-direction: row-reverse;
}
.works_img_2 {
  height: 116px;
  margin-left: 32px
}
.Works_btn_2 {
  background-color: #7BC3D9;
  border: none;
  width: 124px;
  height: 34px;
  border-radius: 100px;
  color: #fff;
  display: block;
  transition: all .3s;
}
.Works_btn_2:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
}
.Works_3 {
  background-image: url("../images/IMG_9137.JPG");
  background-size: 120%;
  background-position: 30% 100%;
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
  display: flex;
}
.Works_3::before {
  content: '';
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  background: inherit;
  filter: blur(3px);
  z-index: -1;
  width: 100%;
}
.Works_btn_3 {
  background-color: #C27A83;
  border: none;
  width: 124px;
  height: 34px;
  border-radius: 100px;
  color: #fff;
  display: block;
  transition: all .3s;
}
.Works_btn_3:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
}
.Works_btn_wrapper {
  font-family: 'Noto Serif CJK JP Bold', serif;
  font-weight: 700;
  font-size: 1.4rem;
  display: flex;
  width: 93px;
  margin: 0 auto;
  vertical-align: middle;
}
.Works_btn-block {
  margin-left: 12px;
  padding-top: 7px;
}
.Works_btn-content {
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(20%) rotate(45deg);
}
.Works_btn a, .Works_btn_2 a, .Works_btn_3 a {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 550px) {
  .Works_1, .Works_2, .Works_3 {
    height: auto;
  }
  .Works_1_wrapper, .Works_2_wrapper, .Works_3_wrapper {
    margin: 68px auto;
  }
  .works_img_1, .works_img_3 {
    height: 272px;
    margin-right: 42px;
  }
  .works_img_2 {
    height: 272px;
    margin-left: 42px;
  }
  .works_title_text1 {
    margin-top: 70px;
    width: 154px;
  }
  .works_title_text2 {
    margin-top: 100px;
  }
  .works_title_text3 {
    margin-top: 90px;
  }
  .Works_1 h2 {
    margin-top: 70px;
  }
  .Works_2 h2 {
    margin-top: 100px;
  }
  .Works_3 h2 {
    margin-top: 90px;
  }
}
@media (min-width: 1160px) {
  .Works_1, .Works_2, .Works_3 {
    height: auto;
  }
  .Works_1::before, .Works_2::before, .Works_3::before {
    filter: blur(7px);
  }
  .works_img_1, .works_img_3 {
    height: 472px;
    margin-right: 62px;
  }
  .Works_1_wrapper, .Works_2_wrapper, .Works_3_wrapper {
    margin: 98px auto;
  }
  .Works_btn-block {
    margin-left: 15px;
    padding-top: 10px;
  }
  .Works_btn-content {
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .Works_1 h2 {
    font-size: 4.8rem;
    margin: 80px 0 48px;
    text-stroke: 2px #1e1e1e;
    -webkit-text-stroke: 2px #1e1e1e;
  }
  .works_title_text1 {
    margin: 80px 0 48px;
    width: 336px;
  }
  .works_title_text2 {
    width: 336px;
    margin: 149px 0 48px;
  }
  .works_title_text3 {
    width: 336px;
    margin: 115px 0 48px;
  }
  .Works_btn_wrapper {
    font-size: 2.4rem;
    width: 150px;
  }
  .Works_btn, .Works_btn_2, .Works_btn_3 {
    width: 210px;
    height: 61px;
  }
  .works_img_2 {
    height: 472px;
    margin-left: 62px;
  }
  .Works_2 h2 {
    font-size: 4.8rem;
    margin: 149px 0 48px;
    text-stroke: 2px #1e1e1e;
    -webkit-text-stroke: 2px #1e1e1e;
  }
  .Works_3 h2 {
    font-size: 4.8rem;
    margin: 115px 0 48px;
    text-stroke: 2px #1e1e1e;
    -webkit-text-stroke: 2px #1e1e1e;
  }
}
.Service {
  padding: 35px 21px;
  height: auto;
  width: 100%;
}
.Service img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media (min-width: 1160px) {
  .Service {
    display: none;
  }
}












