/* home-Hero
-----------------------------------*/
.home-Hero {
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}
.home-Hero_Inner {
  max-width: 1255px;
  padding-inline: 20px;
  margin-inline: auto;
}
.home-Hero_Logo {
  text-align: center;
}
.home-Hero_Logo_Image {
  width: 160px;
  height: auto;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}
.home-Hero_Content {
  max-width: 400px;
  margin-left: auto;
}
.home-Hero_Catch {
  margin-top: 40px;
  color: #fff;
}
.home-Hero_Catch_En {
  font-family: "EB Garamond", serif;
  font-size: 3.1875rem;
  display: block;
  position: relative;
}
.home-Hero_Catch_En::before, .home-Hero_Catch_En::after {
  content: "";
  height: 1px;
  bottom: -3px;
  position: absolute;
}
.home-Hero_Catch_En::before {
  width: 90px;
  background-color: #fff;
}
.home-Hero_Catch_En::after {
  content: "";
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  left: 90px;
}
.home-Hero_Catch_Ja {
  font-family: "Shippori Mincho", serif;
  font-size: 2.1875rem;
  letter-spacing: 1.05px;
  margin-top: 20px;
  display: block;
}
.home-Hero_Catch_Ja_Item {
  display: block;
}
.home-Hero_Catch_Ja_Sm {
  font-size: 1.75rem;
}
.home-Hero_Text {
  color: #fff;
  line-height: 180%;
  letter-spacing: 0.48px;
  text-align: left;
}
.home-Hero_Catch + .home-Hero_Text {
  margin-top: 20px;
}
.home-Hero_Icon {
  margin-top: 12px;
  transform: translateY(35px);
  text-align: right;
  margin-right: 20px;
}
.home-Hero_Icon_Image {
  width: 221px;
  height: auto;
}
.home-Hero_Image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 374px) {
  .home-Hero_Catch_En {
    font-size: 2.5rem;
  }
  .home-Hero_Catch_Ja {
    font-size: 1.875rem;
  }
  .home-Hero_Text {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 600px) {
  .home-Hero_Content {
    max-width: 500px;
  }
  .home-Hero_Catch_Ja_Item {
    display: inline;
  }
}
@media screen and (min-width: 800px) {
  .home-Hero_Logo {
    text-align: left;
  }
  .home-Hero_Catch {
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .home-Hero {
    padding-top: 75px;
  }
  .home-Hero_Inner {
    padding-inline: 40px;
  }
  .home-Hero_Logo_Image {
    width: 232px;
  }
  .home-Hero_Content {
    max-width: 685px;
  }
  .home-Hero_Catch {
    margin-top: 40px;
  }
  .home-Hero_Catch_En {
    font-size: 5.3125rem;
  }
  .home-Hero_Catch_En::before, .home-Hero_Catch_En::after {
    bottom: 6px;
  }
  .home-Hero_Catch_En::before {
    width: 200px;
  }
  .home-Hero_Catch_Ja {
    font-size: 2.5rem;
  }
  .home-Hero_Catch_Ja_Sm {
    font-size: 2rem;
  }
  .home-Hero_Text {
    font-size: 1.125rem;
  }
  .home-Hero_Icon {
    margin-top: 0;
    transform: translateY(6px);
    margin-right: 81px;
  }
  .home-Hero_Icon_Image {
    width: 354px;
  }
}
@media screen and (min-width: 1100px) {
  .home-Hero_Catch {
    margin-top: -106px;
  }
  .home-Hero_Image {
    max-height: 770px;
  }
}
/* home-News
-----------------------------------*/
.home-News {
  max-width: 900px;
  margin-top: 38px;
  margin-inline: auto;
  padding-inline: 20px;
}
.home-News .sw-Title01 {
  text-align: center;
}
.home-News .sw-Title01_En {
  font-size: 2.8125rem;
}
.home-News .sw-Title01_Ja {
  font-size: 1.125rem;
  margin-top: -5px;
}
.home-News_Wrapper {
  max-width: 900px;
  max-height: 300px;
  margin-top: 20px;
  margin-inline: auto;
  overflow: auto;
}
.home-News_List {
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  padding: 30px 20px;
}
.home-News_List_Item {
  list-style: none;
  border-top: 2px dotted rgba(42, 42, 42, 0.2);
}
.home-News_List_Item:first-of-type {
  padding-top: 0;
  border-top: none;
}
.home-News_List_Inner {
  text-decoration: none;
  display: block;
  padding-block: 20px;
  position: relative;
}
.home-News_List_Date {
  display: block;
  font-size: 0.875rem;
}
.home-News_List_Title {
  display: block;
}
.home-News_List_Date + .home-News_List_Title {
  margin-top: 10px;
}
.home-News_List_Text {
  display: block;
  font-size: 0.875rem;
}
.home-News_List_Date + .home-News_List_Text {
  margin-top: 10px;
}
.home-News_List_Title + .home-News_List_Text {
  margin-top: 5px;
}
.home-News_List_Link {
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  .home-News {
    margin-top: -65px;
    padding-inline: 40px;
  }
  .home-News .sw-Title01_En {
    font-size: 3.75rem;
  }
  .home-News_List {
    padding-block: 45px;
    padding: 5px 45px;
  }
  .home-News_List_Inner {
    padding: 25px 20px 19px 205px;
  }
  .home-News_List_Date {
    position: absolute;
    left: 50px;
    top: 25px;
  }
  .home-News_List_Date + .home-News_List_Title {
    margin-top: 0;
  }
  .home-News_List_Date + .home-News_List_Text {
    margin-top: 0;
  }
}
@media (any-hover: hover) {
  .home-News_List_Link {
    transition: all 0.2s ease;
  }
  .home-News_List_Link:hover {
    opacity: 0.8;
  }
}
/* home-Service
-----------------------------------*/
.home-Service {
  margin-top: -100px;
  padding-top: 470px;
  position: relative;
}
.home-Service_Inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 20px;
  margin-top: -40px;
}
.home-Service .sw-Title01_En {
  font-size: 2.8125rem;
}
.home-Service .sw-Title01_Ja {
  font-size: 1rem;
  margin-top: -6px;
}
.home-Service_SubTitle {
  font-size: 1.3125rem;
  line-height: 180%;
  letter-spacing: 0.78px;
}
.home-Service_Title + .home-Service_SubTitle {
  margin-top: 30px;
}
.home-Service_Text {
  max-width: 540px;
}
.home-Service_SubTitle + .home-Service_Text {
  margin-top: 25px;
}
.home-Service_Text + .home-Service_Text {
  margin-top: 10px;
}
.home-Service_Btn {
  margin-top: 40px;
  text-align: center;
}
.home-Service_Btn .sw-Btn01 {
  width: 280px;
  text-align: left;
  padding-block: 17px 19px;
  padding-left: 25px;
}
.home-Service_Image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.home-Service_Image_Item {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (min-width: 500px) {
  .home-Service {
    padding-top: 500px;
  }
  .home-Service_Btn {
    text-align: left;
  }
  .home-Service_SubTitle {
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 600px) {
  .home-Service {
    padding-top: 700px;
  }
  .home-Service_Btn {
    text-align: left;
  }
}
@media screen and (min-width: 700px) {
  .home-Service {
    padding-top: 500px;
  }
  .home-Service_Image_Item {
    height: 600px;
  }
  .home-Service_Text_Item {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .home-Service {
    padding-top: 300px;
    padding-bottom: 70px;
  }
  .home-Service_Inner {
    padding-inline: 40px;
  }
  .home-Service .sw-Title01_En {
    font-size: 3.75rem;
  }
  .home-Service_SubTitle {
    font-size: 1.875rem;
  }
  .home-Service_Title + .home-Service_SubTitle {
    margin-top: 40px;
  }
  .home-Service_SubTitle + .home-Service_Text {
    margin-top: 35px;
  }
  .home-Service_Btn {
    margin-top: 60px;
  }
  .home-Service_Title, .home-Service_SubTitle, .home-Service_Text, .home-Service_Btn {
    margin-right: calc(50% + 50px);
  }
  .home-Service_Image {
    width: 56.94%;
    height: 100%;
  }
  .home-Service_Image_Item {
    height: 100%;
    object-position: left center;
  }
}
@media screen and (min-width: 1300px) {
  .home-Service {
    padding-top: 273px;
  }
  .home-Service_Inner {
    transform: translateX(40px);
  }
}
/* home-About
-----------------------------------*/
.home-About {
  margin-top: 80px;
  padding-top: 263px;
  position: relative;
}
.home-About_Inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 20px;
}
.home-About_Text {
  font-size: 0.875rem;
}
.home-About_Title + .home-About_Text {
  margin-top: 30px;
}
.home-About_Text + .home-About_Text {
  margin-top: 10px;
}
.home-About_Btn {
  margin-top: 30px;
  text-align: center;
}
.home-About_Btn .sw-Btn01 {
  width: 280px;
  text-align: left;
  padding-block: 17px 19px;
  padding-left: 25px;
}
.home-About_Image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 600px) {
  .home-About {
    padding-top: 363px;
  }
  .home-About_Image {
    height: 340px;
  }
  .home-About_Btn {
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .home-About {
    margin-top: 100px;
    padding-block: 44px 64px;
  }
  .home-About_Inner {
    padding-inline: 40px;
  }
  .home-About .sw-Title02_Ja {
    font-size: 1rem;
  }
  .home-About_Text {
    font-size: 1rem;
  }
  .home-About_Title + .home-About_Text {
    margin-top: 40px;
  }
  .home-About_Text_Item {
    display: block;
  }
  .home-About_Title, .home-About_Text, .home-About_Btn {
    margin-left: calc(50% + 50px);
  }
  .home-About_Image {
    width: 50%;
    height: 100%;
  }
}
/* home-Project
-----------------------------------*/
.home-Project {
  margin-top: 60px;
  padding-top: 263px;
  position: relative;
}
.home-Project_Inner {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 20px;
}
.home-Project_Text {
  font-size: 0.9375rem;
}
.home-Project_Title + .home-Project_Text {
  margin-top: 30px;
}
.home-Project_Text + .home-Project_Text {
  margin-top: 10px;
}
.home-Project_Btn {
  margin-top: 30px;
  text-align: center;
}
.home-Project_Btn .sw-Btn01 {
  width: 280px;
  text-align: left;
  padding-block: 17px 19px;
  padding-left: 25px;
}
.home-Project_Image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 600px) {
  .home-Project {
    padding-top: 363px;
  }
  .home-Project_Image {
    height: 340px;
  }
  .home-Project_Btn {
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .home-Project {
    margin-top: 0;
    padding-block: 54px 74px;
  }
  .home-Project_Inner {
    padding-inline: 40px;
  }
  .home-Project .sw-Title02_Ja {
    font-size: 1rem;
  }
  .home-Project_Text {
    font-size: 1rem;
  }
  .home-Project_Title + .home-Project_Text {
    margin-top: 40px;
  }
  .home-Project_Text_Item {
    display: block;
  }
  .home-Project_Title, .home-Project_Text, .home-Project_Btn {
    margin-right: calc(50% + 50px);
  }
  .home-Project_Image {
    width: 50%;
    height: 100%;
    left: 50%;
  }
}
/* home-Contact
-----------------------------------*/
.home-Contact {
  margin-top: 100px;
  margin-bottom: 50px;
}

@media screen and (min-width: 960px) {
  .home-Contact {
    margin-top: 120px;
    margin-bottom: 70px;
  }
}