@charset "UTF-8";
/* reset
-----------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

img {
  border: 0;
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}

table {
  border-spacing: 0;
  empty-cells: show;
}

h1, h2, h3, h4, h5, h6, strong, th {
  font-weight: normal;
  text-align: left;
}

/* setting
-----------------------------------*/
a {
  color: #2A2A2A;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

ul li {
  list-style-type: disc;
}

ol li {
  list-style-type: decimal;
}

address {
  font-style: normal;
}

/* html
-----------------------------------*/
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

/* body
-----------------------------------*/
body {
  color: #2A2A2A;
  background-color: #F6F6F8;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  text-align: left;
  box-sizing: border-box;
  position: relative;
}

/* st-Header
-----------------------------------*/
.st-Header {
  width: 100%;
  height: 87px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.st-Header.is-hidden {
  transform: translateY(-100%);
}
.st-Header_Logo {
  position: absolute;
  left: 15px;
  top: 10px;
}
.st-Header_Logo_Image {
  width: 80px;
  height: auto;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}
.st-Header_Logo_Link {
  text-decoration: none;
}
.st-Header_Trigger {
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  width: 70px;
  height: 70px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
  cursor: pointer;
}
.st-Header_Trigger_Inner, .st-Header_Trigger::before, .st-Header_Trigger::after {
  width: 30px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-inline: auto;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
}
.st-Header_Trigger::before, .st-Header_Trigger::after {
  content: "";
}
.st-Header_Trigger_Inner {
  top: 36px;
}
.st-Header_Trigger::before {
  top: 43px;
}
.st-Header_Trigger::after {
  top: 50px;
}
.st-Header_Trigger_Text {
  top: 0;
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.39px;
  display: block;
  margin-inline: auto;
  position: absolute;
  transform: translate(0.05em, 13px);
}
.st-Header_Trigger[aria-expanded=true] {
  position: fixed;
}
.st-Header_Trigger[aria-expanded=true] .st-Header_Trigger {
  background: rgba(255, 255, 255, 0.5);
}
.st-Header_Trigger[aria-expanded=true] .st-Header_Trigger_Inner {
  width: 32px;
  transform: translateY(6px) rotate(24.57deg);
}
.st-Header_Trigger[aria-expanded=true]::before {
  opacity: 0;
}
.st-Header_Trigger[aria-expanded=true]::after {
  width: 32px;
  transform: translateY(-8px) rotate(-24.57deg);
}
.st-Header_Drawer {
  width: 330px;
  height: 614px;
  background: rgba(0, 0, 0, 0.9);
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  z-index: 1001;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.6s ease;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.is-drawerActive .st-Header_Drawer {
  transform: translateX(0);
}
.st-Header_Drawer_Inner {
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.st-Header_SpLogo {
  position: absolute;
  left: 0;
  right: 0;
  top: 63px;
  text-align: center;
}
.st-Header_SpLogo_Link {
  text-decoration: none;
}
.st-Header_SpLogo_Image {
  width: 100px;
  height: auto;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}
.st-Header_Nav {
  max-width: 100%;
  margin-inline: auto;
  transform: translateY(33px);
}
.st-Header_Nav_Item {
  list-style: none;
}
.st-Header_Nav_Link {
  text-decoration: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-block: 11px 17px;
}
.st-Header_Nav_En {
  color: #fff;
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
  font-size: 1.1875rem;
  letter-spacing: 0.57px;
}
.st-Header_Nav_Ja {
  font-family: "Shippori Mincho", serif;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: -2px;
}
.st-Header_SpContact {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 40px;
}
.st-Header_SpContact_Link {
  max-width: 250px;
  margin-inline: auto;
  text-decoration: none;
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
  font-size: 1.0625rem;
  color: #fff;
  background-color: #003D6D;
  letter-spacing: 0.51px;
  padding-block: 20px 24px;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  position: relative;
}
.st-Header_SpContact_Text {
  margin-left: 30px;
}
.st-Header_SpContact_Mail {
  width: 18px;
  height: 14px;
  position: absolute;
  left: 64px;
  top: -3px;
  bottom: 0;
  margin-block: auto;
}
.st-Header_Contact {
  display: none;
}
.st-Header_DrawerOverlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.6s ease;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.is-drawerActive .st-Header_DrawerOverlay {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 960px) {
  .st-Header {
    height: 138px;
  }
  .st-Header_Logo {
    top: 22px;
    left: 25px;
    z-index: 10;
  }
  .st-Header_Logo_Image {
    width: 125px;
  }
  .st-Header_Drawer {
    width: auto;
    height: auto;
    background-color: transparent;
    overflow: visible;
    position: static;
    transform: translateX(0);
    z-index: 0;
    transition: none;
  }
  .st-Header_Drawer_Inner {
    height: auto;
    min-height: 0;
    display: block;
    padding-block: 0;
    position: static;
  }
  .st-Header_Nav {
    transform: translateY(0);
    position: absolute;
    right: 226px;
    top: 8px;
  }
  .st-Header_Nav_List {
    display: flex;
    justify-content: center;
    column-gap: 20px;
  }
  .st-Header_Nav_Item {
    border-bottom: none;
  }
  .st-Header_Nav_Link {
    padding: 10px;
    position: relative;
  }
  .st-Header_Nav_Link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #003D6D;
    left: 0;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: all 0.2s ease;
  }
  .st-Header_Nav_En {
    font-size: 1.0625rem;
    text-transform: uppercase;
  }
  .st-Header_Nav_Ja {
    font-size: 0.625rem;
  }
  .st-Header_SpLogo, .st-Header_SpContact, .st-Header_Trigger {
    display: none;
  }
  .st-Header_Contact {
    width: 200px;
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
  }
  .st-Header_Contact_Link {
    max-width: 200px;
    margin-inline: auto;
    text-decoration: none;
    font-family: "EB Garamond", serif;
    text-transform: uppercase;
    font-size: 1.0625rem;
    color: #fff;
    background-color: #003D6D;
    letter-spacing: 0.51px;
    padding-block: 25px 29px;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    position: relative;
  }
  .st-Header_Contact_Text {
    margin-left: 30px;
  }
  .st-Header_Contact_Mail {
    width: 18px;
    height: 14px;
    position: absolute;
    left: 41px;
    top: -3px;
    bottom: 0;
    margin-block: auto;
  }
}
@media screen and (min-width: 1200px) {
  .st-Header_Logo {
    left: 85px;
  }
  .st-Header_Nav {
    right: 277px;
  }
  .st-Header_Nav_List {
    column-gap: 40px;
  }
}
@media screen and (min-width: 1300px) {
  .st-Header_Logo {
    left: calc(50% - 637px);
  }
}
@media (any-hover: hover) {
  .st-Header_Logo_Link {
    transition: all 0.2s ease;
  }
  .st-Header_Logo_Link:hover .st-Header_Logo_Image {
    transform: translateY(2px);
    opacity: 0.7;
  }
  .st-Header_Logo_Image {
    transition: all 0.2s ease;
  }
  .st-Header_Nav_Link {
    transition: all 0.2s ease;
  }
  .st-Header_Nav_Link:hover::before {
    transform: scale(1, 1);
  }
  .st-Header_Contact_Link {
    transition: all 0.2s ease;
  }
  .st-Header_Contact_Link:hover {
    opacity: 0.8;
  }
}
/* st-PageIntro
-----------------------------------*/
.st-PageIntro {
  height: 250px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.st-PageIntro_Title {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 5px;
  box-sizing: border-box;
  margin-inline: auto;
  padding-inline: 30px;
  transform: translateY(30px);
  color: #fff;
}
.st-PageIntro_Title_En {
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
  font-size: 2rem;
  position: relative;
}
.st-PageIntro_Title_En::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 280px;
  height: 1px;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -2px;
  margin-inline: auto;
}
.st-PageIntro_Title_Ja {
  margin-top: 7px;
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  letter-spacing: 0.42px;
}

@media screen and (min-width: 960px) {
  .st-PageIntro {
    height: 280px;
  }
  .st-PageIntro_Title {
    transform: translateY(20px);
  }
  .st-PageIntro_Title_En {
    font-size: 2.25rem;
    bottom: 0;
  }
  .st-PageIntro_Title_En::before {
    width: 500px;
  }
  .st-PageIntro_Title_Ja {
    margin-top: 4px;
    font-size: 0.875rem;
  }
}
/* st-BreadCrumbs
-----------------------------------*/
.st-BreadCrumbs {
  display: none;
}

@media screen and (min-width: 960px) {
  .st-BreadCrumbs {
    max-width: 1180px;
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
    margin-inline: auto;
    padding-inline: 40px;
  }
  .st-BreadCrumbs_Item {
    opacity: 0.6;
    font-size: 0.75rem;
    list-style: none;
  }
  .st-BreadCrumbs_Item + .st-BreadCrumbs_Item {
    margin-left: 18px;
    position: relative;
  }
  .st-BreadCrumbs_Item + .st-BreadCrumbs_Item::before {
    content: "";
    width: 1px;
    background-color: rgba(42, 42, 42, 0.3);
    display: block;
    position: absolute;
    left: -9px;
    top: 4px;
    bottom: 3px;
    transform: skewX(-22deg);
  }
  .st-BreadCrumbs_Link {
    text-decoration: none;
  }
  .st-BreadCrumbs_Ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
  }
}
@media (any-hover: hover) {
  .st-BreadCrumbs_Link {
    transition: all 0.2s ease;
  }
  .st-BreadCrumbs_Link:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
  .st-BreadCrumbs_Link:hover .st-BreadCrumbs_Ellipsis {
    text-decoration: underline;
  }
}
/* st-Footer
-----------------------------------*/
.st-Footer {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
}
.st-Footer_Logo {
  text-align: center;
}
.st-Footer_Logo_Image {
  width: 150px;
  height: auto;
}
.st-Footer_About {
  text-align: center;
}
.st-Footer_About_Title {
  margin-top: 35px;
  font-family: "Shippori Mincho", serif;
  line-height: 0.9;
  text-align: center;
}
.st-Footer_About_Title_Sm {
  font-size: 0.625rem;
  color: rgba(42, 42, 42, 0.8);
}
.st-Footer_About_Text {
  margin-top: 7px;
  font-size: 0.875rem;
}
.st-Footer_Nav {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 3px;
}
.st-Footer_Nav_Item {
  list-style: none;
  width: calc(50% - 4px);
  text-align: center;
}
.st-Footer_Nav_Link {
  text-decoration: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-block: 10px;
}
.st-Footer_Nav_En {
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
}
.st-Footer_Nav_Ja {
  font-family: "Shippori Mincho", serif;
  font-size: 0.625rem;
}
.st-Footer_PrivacyCopyright {
  max-width: 1000px;
  margin-top: 15px;
  margin-inline: auto;
  border-top: 1px solid rgba(42, 42, 42, 0.2);
  padding-top: 10px;
  padding-bottom: 75px;
}
.st-Footer_PrivacyCopyright_Inner {
  max-width: 1000px;
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.st-Footer_Copyright {
  font-family: "EB Garamond", serif;
  font-size: 0.75rem;
}
.st-Footer_Copyright_Sm {
  font-size: 100%;
}
.st-Footer_Privacy_Link {
  text-decoration: none;
  font-size: 0.75rem;
  display: inline-block;
  padding-block: 5px;
}
.st-Footer_Pagetop {
  position: fixed;
  right: 10px;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 999;
}
.st-Footer_Pagetop_Link {
  text-decoration: none;
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
  color: #003D6D;
  font-size: 0.75rem;
  line-height: 1.2;
  border: 1px solid rgba(0, 61, 109, 0.6);
  background-color: #fff;
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 13px 10px 7px;
  position: relative;
}
.st-Footer_Pagetop_Link::before {
  content: "";
  width: 8px;
  height: 10px;
  background: url("../img/ico_arrow_01.svg") no-repeat 0 0;
  background-size: 100% 100%;
  display: block;
  margin-inline: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
}
.st-Footer_Pagetop.is-show {
  opacity: 1;
  bottom: 25px;
}

@media screen and (min-width: 600px) {
  .st-Footer_Nav_Item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 960px) {
  .st-Footer {
    padding-inline: 40px;
  }
  .st-Footer_Nav {
    flex-wrap: nowrap;
  }
  .st-Footer_PrivacyCopyright {
    margin-top: 30px;
    padding-bottom: 25px;
  }
  .st-Footer_PrivacyCopyright_Inner {
    padding-inline: 40px;
  }
  .st-Footer_Pagetop_Link {
    padding: 21px 15px 9px;
  }
  .st-Footer_Pagetop_Link::before {
    top: 8px;
  }
  .st-Footer_Pagetop.is-show {
    bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .st-Footer {
    padding-inline: 40px;
  }
  .st-Footer_Inner {
    margin-top: 14px;
    max-width: 920px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .st-Footer_About {
    text-align: left;
  }
  .st-Footer_About_Title {
    text-align: left;
  }
  .st-Footer_Nav {
    justify-content: space-between;
    column-gap: 40px;
  }
  .st-Footer_Nav_Item {
    min-width: 80px;
    transform: translateY(15px);
  }
  .st-Footer_Pagetop {
    right: 30px;
  }
}
@media (any-hover: hover) {
  .st-Footer_Logo_Link {
    transition: all 0.2s ease;
  }
  .st-Footer_Logo_Link:hover {
    opacity: 0.6;
  }
  .st-Footer_Nav_Link {
    transition: all 0.2s ease;
  }
  .st-Footer_Nav_Link:hover {
    opacity: 0.6;
  }
  .st-Footer_Privacy_Link {
    transition: all 0.2s ease;
  }
  .st-Footer_Privacy_Link:hover {
    opacity: 0.6;
  }
  .st-Footer_Pagetop_Link {
    transition: all 0.2s ease;
  }
  .st-Footer_Pagetop_Link:hover::before {
    transform: translateY(-2px);
  }
  .st-Footer_Pagetop_Link::before {
    transition: all 0.2s ease;
  }
}
/* sw-Title
-----------------------------------*/
.sw-Title01_En {
  font-family: "EB Garamond", serif;
  font-size: 2.8125rem;
  color: #003D6D;
  text-transform: uppercase;
  display: block;
}
.sw-Title01_Ja {
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  color: rgba(42, 42, 42, 0.5);
  display: block;
}

@media screen and (min-width: 960px) {
  .sw-Title01_En {
    font-size: 3.75rem;
  }
}
.sw-Title02_En {
  font-family: "EB Garamond", serif;
  font-size: 2.25rem;
  color: #003D6D;
  text-transform: uppercase;
  display: block;
}
.sw-Title02_Ja {
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  color: rgba(42, 42, 42, 0.5);
  display: block;
}

@media screen and (min-width: 960px) {
  .sw-Title02_En {
    font-size: 2.8125rem;
  }
  .sw-Title02_Ja {
    font-size: 1.125rem;
    margin-top: -5px;
  }
}
.sw-Title03 {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
}

/* sw-Btn
-----------------------------------*/
.sw-Btn01 {
  font-family: "Shippori Mincho", serif;
  color: #2A2A2A;
  text-decoration: none;
  background-color: #fff;
  display: inline-block;
  box-sizing: border-box;
  padding-block: 27px 29px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.sw-Btn01::after {
  content: "";
  display: block;
  margin-block: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #003D6D;
  border-right: 2px solid #003D6D;
  right: 20px;
  -webkit-transform: rotate(deg);
  transform: rotate(45deg);
}
.sw-Btn01::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #003D6D;
  left: 0;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all 0.2s ease;
}

@media screen and (min-width: 960px) {
  .sw-Btn01 {
    padding-left: 25px;
  }
}
@media (any-hover: hover) {
  .sw-Btn01 {
    transition: all 0.2s ease;
  }
  .sw-Btn01:hover::before {
    transform: scale(1, 1);
  }
  .sw-Btn01:hover::after {
    transform: rotate(45deg) translateX(3px) translateY(-3px);
  }
  .sw-Btn01::after {
    transition: all 0.2s ease;
  }
}
.sw-Btn02 {
  font-family: "Shippori Mincho", serif;
  font-size: 1.0625rem;
  color: #fff;
  text-decoration: none;
  background-color: #003D6D;
  border: none;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  padding-block: 25px 29px;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.sw-Btn02::before {
  content: "";
  width: 18px;
  height: 14px;
  background: url("../img/ico_mail_01.svg") no-repeat 0 0;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  margin-block: auto;
}

@media screen and (max-width: 374px) {
  .sw-Btn02::before {
    left: 15px;
  }
}
@media screen and (min-width: 600px) {
  .sw-Btn02::before {
    left: 63px;
  }
}
@media screen and (min-width: 960px) {
  .sw-Btn02 {
    font-size: 1.125rem;
  }
}
@media (any-hover: hover) {
  .sw-Btn02 {
    transition: all 0.2s ease;
  }
  .sw-Btn02:hover {
    opacity: 0.8;
  }
}
.sw-Btn03 {
  font-family: "Shippori Mincho", serif;
  color: #fff;
  text-decoration: none;
  background-color: #003D6D;
  border: none;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  padding-block: 26px 30px;
  position: relative;
  cursor: pointer;
}
.sw-Btn03::after {
  content: "";
  display: block;
  margin-block: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 20px;
  -webkit-transform: rotate(deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 960px) {
  .sw-Btn03 {
    font-size: 1.125rem;
  }
  .sw-Btn03::after {
    right: 30px;
  }
}
@media (any-hover: hover) {
  .sw-Btn03 {
    transition: all 0.2s ease;
  }
  .sw-Btn03:hover {
    opacity: 0.8;
  }
  .sw-Btn03:hover::after {
    transform: rotate(45deg) translateX(3px) translateY(-3px);
  }
  .sw-Btn03::after {
    transition: all 0.2s ease;
  }
}
.sw-Btn04 {
  font-family: "Shippori Mincho", serif;
  color: #2A2A2A;
  text-decoration: none;
  background-color: rgba(229, 229, 229, 0.8);
  border: none;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  padding-block: 21px 20px;
  position: relative;
  cursor: pointer;
}

@media (any-hover: hover) {
  .sw-Btn04:hover {
    opacity: 0.8;
  }
}
/* st-Value
-----------------------------------*/
.st-Value {
  padding-top: 264px;
  position: relative;
}
.st-Value_Inner {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 20px;
}
.st-Value_Title + .st-Value_Text {
  margin-top: 25px;
}
.st-Value_Text_List {
  background-color: #fff;
  padding: 10px 15px;
  display: flex;
  column-gap: 15px;
  align-items: center;
}
.st-Value_Text_List + .st-Value_Text_List {
  margin-top: 5px;
}
.st-Value_Text_Number {
  font-family: "EB Garamond", serif;
  color: #003D6D;
  text-transform: uppercase;
}
.st-Value_Text_Number_Bg {
  font-size: 1.25rem;
  margin-left: 5px;
}
.st-Value_Text_Item {
  font-weight: 700;
}
.st-Value_Text_Item_Thin {
  font-weight: 400;
}
.st-Value_EnText {
  font-family: "EB Garamond", serif;
  color: #003D6D;
}
.st-Value_Text + .st-Value_EnText {
  margin-top: 25px;
}
.st-Value_Image {
  width: 100%;
  height: 240px;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 600px) {
  .st-Value {
    padding-top: 320px;
  }
  .st-Value_Image {
    height: 280px;
  }
}
@media screen and (min-width: 960px) {
  .st-Value {
    padding-block: 20px 60px;
  }
  .st-Value_Title, .st-Value_Text, .st-Value_EnText {
    margin-left: calc(50% + 50px);
  }
  .st-Value_Inner {
    padding-inline: 40px;
  }
  .st-Value_Title + .st-Value_Text {
    margin-top: 30px;
  }
  .st-Value_Image {
    width: 50%;
    height: 100%;
  }
}
/* st-Owners
-----------------------------------*/
.st-Owners {
  color: #fff;
  background: url("../img/img_owners_01_sp.jpg") center no-repeat;
  background-size: cover;
}
.st-Owners_Inner {
  max-width: 1000px;
  margin-inline: auto;
  padding: 52px 20px 70px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.st-Owners .sw-Title02_En, .st-Owners .sw-Title02_Ja {
  color: #fff;
}
.st-Owners .sw-Title02_En {
  font-size: 1.875rem;
  line-height: 1.2;
}
.st-Owners .sw-Title02_Ja {
  margin-top: 4px;
  font-size: 1.125rem;
}
.st-Owners_EnText {
  font-family: "EB Garamond", serif;
}
.st-Owners_Title + .st-Owners_EnText {
  margin-top: 30px;
}
.st-Owners_List {
  margin-top: 10px;
}
.st-Owners_List_Item {
  list-style: none;
}
.st-Owners_List_Item::before {
  content: "・";
}

@media screen and (min-width: 700px) {
  .st-Owners {
    background-image: url("../img/img_owners_01_pc.jpg");
  }
}
@media screen and (min-width: 960px) {
  .st-Owners_Inner {
    padding: 90px 40px 80px;
    flex-direction: row;
    column-gap: 60px;
  }
  .st-Owners_Item-title {
    margin-top: -8px;
    width: 400px;
  }
  .st-Owners_Item-text {
    flex: 1;
  }
}
/* st-Menu01
-----------------------------------*/
.st-Menu01 {
  max-width: 1000px;
  margin-top: 40px;
  margin-inline: auto;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.st-Menu01_Item-service .st-Menu01_Link::before {
  background-image: url("../img/bg_menu_01.jpg");
}
.st-Menu01_Item-project .st-Menu01_Link::before {
  background-image: url("../img/bg_menu_02.jpg");
}
.st-Menu01_Item-about .st-Menu01_Link::before {
  background-image: url("../img/bg_menu_03.jpg");
}
.st-Menu01_Link {
  text-decoration: none;
  display: block;
  padding: 52px 20px 51px;
  overflow: hidden;
  position: relative;
}
.st-Menu01_Link::before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.st-Menu01_Title {
  color: #fff;
  text-align: center;
}
.st-Menu01_Title_En {
  font-family: "EB Garamond", serif;
  font-size: 1.875rem;
  text-transform: uppercase;
  position: relative;
}
.st-Menu01_Title_En::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all 0.2s ease;
}
.st-Menu01_Title_Ja {
  margin-top: 2px;
  font-family: "Shippori Mincho", serif;
  font-size: 0.75rem;
  display: block;
}

@media screen and (min-width: 600px) {
  .st-Menu01 {
    flex-direction: row;
    justify-content: space-between;
    column-gap: 30px;
  }
  .st-Menu01_Item {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .st-Menu01 {
    margin-top: 70px;
    padding-inline: 40px;
    column-gap: 60px;
  }
  .st-Menu01_Link {
    padding-block: 108px 111px;
  }
  .st-Menu01_Title_En {
    font-size: 2.25rem;
  }
  .st-Menu01_Title_Ja {
    margin-top: 4px;
    font-size: 0.875rem;
  }
}
@media (any-hover: hover) {
  .st-Menu01_Link {
    transition: all 0.6s ease;
  }
  .st-Menu01_Link::before {
    transition: all 0.6s ease;
  }
  .st-Menu01_Link:hover::before {
    transform: scale(1.12);
  }
  .st-Menu01_Link:hover .st-Menu01_Title_En::before {
    transform: scale(1, 1);
  }
}
/* st-Contact
-----------------------------------*/
.st-Contact {
  background: url("..//img/bg_contact_01_sp.jpg") no-repeat 0 0;
  background-size: cover;
  padding-inline: 20px;
}
.st-Contact_Inner {
  max-width: 900px;
  margin-inline: auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 20px 50px;
}
.st-Contact_Title {
  text-align: center;
}
.st-Contact_Title_En {
  font-family: "EB Garamond", serif;
  color: #003D6D;
  font-size: 2.8125rem;
  text-transform: uppercase;
}
.st-Contact_Title_Ja {
  font-family: "Shippori Mincho", serif;
  color: rgba(42, 42, 42, 0.5);
  font-size: 1.125rem;
  display: block;
  margin-top: -8px;
}
.st-Contact_Text {
  max-width: 540px;
  margin-inline: auto;
  font-size: 0.8125rem;
}
.st-Contact_Title + .st-Contact_Text {
  margin-top: 30px;
}
.st-Contact_Btn {
  margin-top: 30px;
  text-align: center;
}
.st-Contact_Btn .sw-Btn02 {
  max-width: 360px;
  width: 100%;
}

@media screen and (min-width: 700px) {
  .st-Contact {
    background-image: url("../img/bg_contact_01_pc.jpg");
  }
}
@media screen and (min-width: 960px) {
  .st-Contact_Inner {
    padding: 20px 0 70px;
  }
  .st-Contact_Title {
    text-align: center;
  }
  .st-Contact_Title_En {
    font-size: 3.75rem;
  }
  .st-Contact_Title_Ja {
    margin-top: -4px;
  }
  .st-Contact_Text {
    font-size: 1rem;
  }
  .st-Contact_Title + .st-Contact_Text {
    margin-top: 40px;
  }
  .st-Contact_Btn {
    margin-top: 40px;
  }
}
/* sw-Form
-----------------------------------*/
.sw-Form_Inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 20px;
}
.sw-Form_Section + .sw-Form_Section {
  margin-top: 36px;
}
.sw-Form_Title + .sw-Form_Section {
  margin-top: 9px;
}
.sw-Form_SectionLabel {
  color: #211C19;
  width: 100%;
  max-width: 980px;
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 22px;
}
.sw-Form_SectionLabel-maxw305 {
  max-width: 305px;
}
.sw-Form_SectionLabel-maxw390 {
  max-width: 390px;
}
.sw-Form_SectionLabel-maxw440 {
  max-width: 440px;
}
.sw-Form_SectionLabel-maxw475 {
  max-width: 475px;
}
.sw-Form_SectionLabel-maxw580 {
  max-width: 580px;
}
.sw-Form_SectionLabel-maxw640 {
  max-width: 640px;
}
.sw-Form_SectionLabel-maxw720 {
  max-width: 720px;
}
.sw-Form_SectionLabel_Text {
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 4px;
}
.sw-Form_SectionLabel_Text-necessary {
  max-width: calc(100% - 50px - 20px);
}
.sw-Form_SectionLabel_Text_Sm {
  font-size: 80%;
}
.sw-Form_SectionLabel_Msg {
  color: #b41428;
  line-height: 1.5;
  margin-left: auto;
  margin-right: 0;
  padding-top: 4px;
}
.sw-Form_SectionLabel_Msg::before {
  content: "［";
}
.sw-Form_SectionLabel_Msg::after {
  content: "］";
}
.sw-Form_SectionNecessary {
  color: #fff;
  line-height: 50px;
  width: 50px;
  background-color: #b41428;
  text-align: center;
  margin-right: 20px;
}
.sw-Form_SectionInput {
  color: #211C19;
  font-size: 1rem;
  max-width: 880px;
  margin-top: 10px;
}
.sw-Form_SectionInput_Item {
  font-family: "Shippori Mincho", serif;
  color: #211C19;
  font-size: 1rem;
  width: 100%;
  background-color: #fff;
  border: 1px solid #646464;
  border-radius: 0;
  box-sizing: border-box;
  outline: none;
  padding: 15px;
  appearance: none;
}
.sw-Form_SectionInput_Item-radio, .sw-Form_SectionInput_Item-checkbox {
  display: inline-block;
  padding: 4px 10px 4px 26px;
  cursor: pointer;
  position: relative;
}
.sw-Form_SectionInput_Item-radio input[type=radio],
.sw-Form_SectionInput_Item-radio input[type=checkbox], .sw-Form_SectionInput_Item-checkbox input[type=radio],
.sw-Form_SectionInput_Item-checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 6px;
}
.sw-Form_SectionInput_Item-error {
  border-color: #b41428;
  border-width: 2px;
}
.sw-Form_SectionInput_Item::placeholder {
  color: #c8c8c8;
}
.sw-Form_SectionInput_Item-name {
  width: calc(50% - 20px);
}
.sw-Form_SectionInput_Item-name + .sw-Form_SectionInput_Item-name {
  margin-left: 10px;
}
.sw-Form_SectionInput_Item-tel01 {
  width: calc(28% - 0.35em);
  max-width: 140px;
}
.sw-Form_SectionInput_Item-tel02 {
  width: calc(36% - 0.35em);
  max-width: 180px;
}
.sw-Form_SectionInput_Item-zipcode01 {
  width: calc(45% - 0.3em);
  max-width: 140px;
}
.sw-Form_SectionInput_Item-zipcode02 {
  width: calc(55% - 0.3em);
  max-width: 180px;
}
.sw-Form_SectionInput_Item-age {
  max-width: 310px;
}
.sw-Form_SectionInput_Item-m1w {
  width: calc(100% - 42px);
}
.sw-Form_SectionInput_Item-m2w {
  width: calc(100% - 45px);
}
.sw-Form_SectionInput_Item-h150 {
  height: 150px;
}
.sw-Form_SectionInput_Item-h200 {
  height: 200px;
}
.sw-Form_SectionInput select::-ms-expand {
  display: none;
}
.sw-Form_SectionInput_Select {
  position: relative;
}
.sw-Form_SectionInput_Select::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 14px 10px;
  border-style: solid;
  border-color: #646464 transparent transparent transparent;
  display: block;
  margin: auto 0;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  pointer-events: none;
  transform: translateY(7px);
}
.sw-Form_SectionInput_Select-pref {
  max-width: 330px;
}
.sw-Form_SectionInput_Text-01 {
  margin-left: 24px;
  color: #646464;
}
.sw-Form_SectionInput_Text-02 {
  color: #211C19;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
}
.sw-Form_SectionInput_Note {
  color: #211C19;
  font-size: 1rem;
  text-indent: -1em;
  margin: 6px 0 0 1em;
}
.sw-Form_SectionInput_Note_Str {
  color: #b41428;
  font-weight: 400;
}
.sw-Form_Btn {
  margin-top: 55px;
  text-align: center;
}
.sw-Form_Btn .sw-Btn03 {
  width: 100%;
  max-width: 400px;
  font-size: 1.125rem;
}
.sw-Form_Btn-disabled .sw-Btn03 {
  color: #fff;
  background-color: #c8c8c8;
  cursor: auto;
}
.sw-Form_Btn-disabled .sw-Btn03::after {
  display: none;
}
.sw-Form_Thanks {
  max-width: 640px;
  margin-inline: auto;
}
.sw-Form_ThanksTitle + .sw-Form_ThanksText {
  margin-top: 20px;
}
.sw-Form_ThanksText + .sw-Form_ThanksText {
  margin-top: 10px;
}
.sw-Form_ThanksBtn {
  max-width: 400px;
  margin: 60px auto 0;
}
.sw-Form_ThanksBtn .sw-Btn01 {
  width: 100%;
}
.sw-Form-confirm .sw-Form_Section + .sw-Form_Section {
  margin-top: 30px;
}
.sw-Form-confirm .sw-Form_SectionLabel_Text {
  color: #646464;
  font-size: 1rem;
}
.sw-Form-confirm .sw-Form_SectionLabel_Text_Sm {
  font-size: 100%;
}
.sw-Form-confirm .sw-Form_SectionInput {
  margin-top: 17px;
}
.sw-Form-confirm .sw-Form_SectionInput_Text-01 {
  margin-left: 8px;
}
.sw-Form-confirm .sw-Form_Btn {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin: 60px auto 0;
}
.sw-Form-confirm .sw-Form_Btn-submit {
  width: 100%;
  margin-top: 20px;
}
.sw-Form-confirm .sw-Form_Btn-back {
  width: 220px;
  text-align: left;
}
.sw-Form-confirm .sw-Form_Btn-back .sw-Btn04 {
  width: 100%;
  font-size: 1rem;
}

@media screen and (min-width: 960px) {
  .sw-Form_Inner {
    padding-inline: 40px;
  }
  .sw-Form_Section + .sw-Form_Title {
    margin-top: 140px;
  }
  .sw-Form_SectionLabel-baseline {
    align-items: center;
  }
  .sw-Form_SectionLabel_Text {
    margin-left: 70px;
  }
  .sw-Form_SectionLabel_Text-necessary {
    margin-left: 0;
  }
  .sw-Form_SectionInput {
    margin-left: 60px;
  }
  .sw-Form_SectionInput_Item-name {
    width: calc(50% - 30px);
  }
  .sw-Form_SectionInput_Item-name + .sw-Form_SectionInput_Item-name {
    margin-left: 20px;
  }
  .sw-Form_SectionInput_Item-m1w {
    width: calc(100% - 40px);
  }
  .sw-Form_SectionInput_Item-m2w {
    width: calc(100% - 55px);
  }
  .sw-Form_SectionInput_Text-01 {
    margin-left: 20px;
  }
  .sw-Form_Note {
    margin: 135px 0 0 60px;
  }
  .sw-Form_Btn {
    margin-top: 95px;
  }
  .sw-Form_Btn .is-sp {
    display: none;
  }
  .sw-Form_ThanksBtn {
    margin-top: 100px;
  }
  .sw-Form-confirm .sw-Form_Section + .sw-Form_Section {
    margin-top: 50px;
  }
  .sw-Form-confirm .sw-Form_Btn {
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  .sw-Form-confirm .sw-Form_Btn-submit {
    width: 400px;
    margin: 0;
  }
}
@media (any-hover: hover) {
  .sw-Form_Btn-disabled .sw-Btn03 {
    opacity: 1;
  }
}
/* sw-inview
-----------------------------------*/
@media (scripting: enabled) {
  .sw-fadeinview {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .sw-fadeinview.is-active {
    opacity: 1;
    transform: translateY(0);
  }
}