/* st-PageIntro
-----------------------------------*/
.is-about .st-PageIntro {
  background-image: url("../img/bg_about_01_sp.jpg");
}

@media screen and (min-width: 700px) {
  .is-about .st-PageIntro {
    background-image: url("../img/bg_about_01_pc.jpg");
  }
}
/* about-Intro
-----------------------------------*/
.about-Intro {
  margin-top: 50px;
}
.about-Intro_Message {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: 20px;
}
.about-Intro_Message_Text {
  font-size: 1.25rem;
  font-weight: 500;
}
.about-Intro_Message_EnText {
  font-family: "EB Garamond", serif;
  font-size: 1.5rem;
  color: rgba(42, 42, 42, 0.2);
  line-height: 1.2;
}
.about-Intro_Message_Text + .about-Intro_Message_EnText {
  margin-top: 29px;
}
.about-Intro_Content {
  margin-top: 50px;
  padding-top: 240px;
  position: relative;
}
.about-Intro_Content_Inner {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 20px;
}
.about-Intro_Content_Title + .about-Intro_Content_Text {
  margin-top: 25px;
}
.about-Intro_Content_Text + .about-Intro_Content_Text {
  margin-top: 10px;
}
.about-Intro_Content_Image {
  width: 100%;
  height: 200px;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 600px) {
  .about-Intro_Content {
    padding-top: 360px;
  }
  .about-Intro_Content_Image {
    height: 320px;
  }
}
@media screen and (min-width: 960px) {
  .about-Intro {
    margin-top: 60px;
  }
  .about-Intro_Message {
    padding-inline: 40px;
  }
  .about-Intro_Message_Text {
    font-size: 1.5rem;
  }
  .about-Intro_Message_EnText {
    font-size: 1.875rem;
  }
  .about-Intro_Content {
    margin-top: 80px;
    padding-block: 29px;
  }
  .about-Intro_Content_Title, .about-Intro_Content_Text {
    margin-left: calc(50% + 50px);
  }
  .about-Intro_Content_Inner {
    padding-inline: 40px;
  }
  .about-Intro_Content_Image {
    width: 50%;
    height: 100%;
  }
}
/* about-Philosophy
-----------------------------------*/
.about-Philosophy {
  margin-top: 64px;
  margin-inline: auto;
}
.about-Philosophy .sw-Title02 {
  padding-inline: 20px;
  text-align: center;
}
.about-Philosophy_Catch {
  padding-inline: 20px;
  text-align: center;
  font-size: 1.5625rem;
  line-height: 1.8;
}
.sw-Title02 + .about-Philosophy_Catch {
  margin-top: 40px;
}
.about-Philosophy_Text {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: 20px;
  font-size: 0.9375rem;
}
.about-Philosophy_Catch + .about-Philosophy_Text {
  margin-top: 20px;
}
.about-Philosophy_Text + .about-Philosophy_Text {
  margin-top: 10px;
}
.about-Philosophy_CompanyName {
  margin-top: 30px;
  padding: 40px 20px;
  background: url("../img/bg_about_02_sp.jpg") center center no-repeat;
  background-size: cover;
}
.about-Philosophy_CompanyName_Box {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
}
.about-Philosophy_CompanyName_Text {
  width: 240px;
  padding-block: 3px 4px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}
.about-Philosophy_CompanyName_Text_Ja {
  font-size: 0.75rem;
}
.about-Philosophy_CompanyName_Text_En {
  display: block;
  margin-top: -3px;
  font-family: "EB Garamond", serif;
  color: #003D6D;
  font-size: 1.625rem;
}
.about-Philosophy_CompanyName_Logo {
  display: block;
  margin-top: 20px;
  margin-inline: auto;
  width: 160px;
  height: auto;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}

@media screen and (min-width: 960px) {
  .about-Philosophy {
    margin-top: 102px;
  }
  .about-Philosophy_Catch {
    padding-inline: 40px;
    font-size: 1.875rem;
  }
  .sw-Title02 + .about-Philosophy_Catch {
    margin-top: 60px;
  }
  .about-Philosophy_Text {
    font-size: 1rem;
    text-align: center;
  }
  .about-Philosophy_Text_Item {
    display: block;
  }
  .about-Philosophy_CompanyName {
    margin-top: 50px;
    padding: 50px 40px 60px;
    background-image: url("../img/bg_about_02_pc.jpg");
  }
  .about-Philosophy_CompanyName_Box {
    justify-content: center;
    flex-direction: row;
    column-gap: 19px;
  }
  .about-Philosophy_CompanyName_Text {
    width: 280px;
    padding-block: 6px 7px;
  }
  .about-Philosophy_CompanyName_Text_Ja {
    font-size: 0.875rem;
  }
  .about-Philosophy_CompanyName_Text_En {
    font-size: 1.875rem;
  }
  .about-Philosophy_CompanyName_Logo {
    margin-top: 41px;
    width: 190px;
  }
}
/* about-BrandStory
-----------------------------------*/
.about-BrandStory {
  padding: 64px 20px 360px;
  position: relative;
}
.about-BrandStory::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 36px;
  z-index: -1;
}
.about-BrandStory .sw-Title02 {
  max-width: 1000px;
  margin-inline: auto;
}
.about-BrandStory_Content {
  max-width: 1000px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: 31px;
}
.sw-Title02 + .about-BrandStory_Content {
  margin-top: 39px;
}
.about-BrandStory_Content_Item-image {
  text-align: right;
}
.about-BrandStory_Content_Text {
  line-height: 1.8;
}
.about-BrandStory_Content_Text + .about-BrandStory_Content_Text {
  margin-top: 15px;
}
.about-BrandStory_Content_Image {
  width: 249px;
  height: auto;
}
.about-BrandStory_Text {
  max-width: 1000px;
  line-height: 1.8;
}
.about-BrandStory_Text + .about-BrandStory_Text {
  margin-top: 20px;
}
.about-BrandStory_Content + .about-BrandStory_Text {
  margin-top: 30px;
}
.about-BrandStory_Text-sm {
  font-size: 0.875rem;
}
.about-BrandStory_Image {
  max-width: 720px;
  width: 325px;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 600px) {
  .about-BrandStory_Content {
    flex-direction: row;
    column-gap: 30px;
    justify-content: space-between;
  }
  .sw-Title02 + .about-BrandStory_Content {
    margin-top: 0;
  }
  .about-BrandStory_Content_Item-text {
    margin-top: 100px;
  }
  .about-BrandStory_Content_Text + .about-BrandStory_Content_Text {
    margin-top: 19px;
  }
  .about-BrandStory_Content_Image {
    max-width: 402px;
    width: 100%;
    height: auto;
    margin-right: 40px;
  }
  .about-BrandStory_Text {
    margin-left: calc(50% + 20px);
  }
  .about-BrandStory_Content + .about-BrandStory_Text {
    margin-top: 80px;
  }
  .about-BrandStory_Text-sm {
    font-size: 1rem;
  }
  .about-BrandStory_Image {
    width: 50%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 300px;
  }
}
@media screen and (min-width: 960px) {
  .about-BrandStory {
    padding: 100px 40px 197px;
  }
  .about-BrandStory::before {
    bottom: 47px;
  }
  .about-BrandStory_Content {
    column-gap: 60px;
  }
  .about-BrandStory_Content_Text {
    font-size: 1.25rem;
  }
  .about-BrandStory_Content_Image {
    margin-right: 68px;
  }
  .about-BrandStory_Text {
    font-size: 1.25rem;
    margin-left: calc(50% + 50px);
  }
  .about-BrandStory_Text + .about-BrandStory_Text {
    margin-top: 30px;
  }
  .about-BrandStory_Image {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1281px) {
  .about-BrandStory_Text_Item {
    display: block;
  }
}
/* about-Message
-----------------------------------*/
.about-Message {
  max-width: 1180px;
  margin-top: 80px;
  margin-inline: auto;
  padding-inline: 20px;
}
.about-Message .sw-Title02 {
  text-align: center;
}
.about-Message_Content {
  margin-top: 25px;
  display: flex;
  flex-direction: column-reverse;
  row-gap: 40px;
}
.about-Message_Content_Image {
  margin-inline: auto;
  width: 250px;
  height: auto;
  object-fit: cover;
}
.about-Message_Content_Text_Catch {
  font-size: 1.625rem;
  line-height: 1.8;
  font-weight: 500;
}
.about-Message_Content_Text_Catch_En {
  font-family: "EB Garamond", serif;
}
.about-Message_Content_Text_Catch + .about-Message_Content_Text_Item {
  margin-top: 20px;
}
.about-Message_Content_Text_Item + .about-Message_Content_Text_Item {
  margin-top: 10px;
}
.about-Message_Content_Text_Name {
  margin-top: 22px;
}
.about-Message_Content_Text_Name_Bold {
  font-weight: 500;
}

@media screen and (min-width: 700px) {
  .about-Message_Content {
    flex-direction: row-reverse;
    column-gap: 40px;
    align-items: center;
  }
  .about-Message_Content_Text, .about-Message_Content_Image {
    flex: 1;
  }
}
@media screen and (min-width: 960px) {
  .about-Message {
    padding-inline: 40px;
  }
  .about-Message_Content {
    margin-top: 60px;
    column-gap: 60px;
  }
  .about-Message_Content_Text_Catch {
    font-size: 1.875rem;
  }
  .about-Message_Content_Text_Catch + .about-Message_Content_Text_Item {
    margin-top: 30px;
  }
  .about-Message_Content_Text_Item_Break {
    display: block;
  }
  .about-Message_Content_Text_Name {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .about-Message_Content {
    column-gap: 80px;
    margin-right: 160px;
  }
}
/* about-Value
-----------------------------------*/
.about-Value {
  margin-top: 80px;
}

@media screen and (min-width: 960px) {
  .about-Value {
    margin-top: 120px;
  }
}
/* about-Owners
-----------------------------------*/
.about-Owners {
  margin-top: 60px;
}

@media screen and (min-width: 960px) {
  .about-Owners {
    margin-top: 100px;
  }
}
/* about-Overview
-----------------------------------*/
.about-Overview {
  margin-inline: auto;
  padding: 53px 20px 70px;
  background-color: #fff;
}
.about-Overview .sw-Title02 {
  text-align: center;
}
.about-Overview_Content {
  max-width: 800px;
  margin-top: 39px;
  margin-inline: auto;
}
.about-Overview_Content_Row {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  border-bottom: 1px solid rgba(42, 42, 42, 0.2);
  padding-block: 20px 19px;
}
.about-Overview_Content_Row:first-of-type {
  border-top: 1px solid rgba(42, 42, 42, 0.2);
}
.about-Overview_Content_Data_Mail {
  text-decoration: none;
}
.about-Overview_Content_Data_Link {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.about-Overview_Access {
  max-width: 1000px;
  margin-top: 40px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.about-Overview_Access_Map {
  max-width: 500px;
  width: 100%;
  height: 228px;
}
.about-Overview_Access_Text {
  flex: 1;
}
.sw-Title03 + .about-Overview_Access_Text_Item {
  margin-top: 17px;
}
.about-Overview_Access_Text_Sm {
  font-size: 0.875rem;
}
.about-Overview_Access_Text_Item + .about-Overview_Access_Text_Sm {
  margin-top: 10px;
}
.about-Overview_Access_Btn {
  margin-top: 30px;
}
.about-Overview_Access_Btn_Link {
  margin-inline: auto;
  width: 280px;
  font-family: "Shippori Mincho", serif;
  text-decoration: none;
  background-color: #F6F6F8;
  border: none;
  display: block;
  box-sizing: border-box;
  padding-block: 11px 15px;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
.about-Overview_Access_Btn_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;
}
.about-Overview_Access_Btn_Link::after {
  content: "";
  width: 13px;
  height: 13px;
  background: url("../img/arrow_about_01.svg") no-repeat 0 0;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin-block: auto;
}

@media screen and (min-width: 600px) {
  .about-Overview_Content_Title {
    width: 140px;
  }
  .about-Overview_Content_Row {
    flex-direction: row;
    column-gap: 10px;
  }
  .about-Overview_Content_Data {
    flex: 1;
  }
  .about-Overview_Content_MapLink {
    margin-top: 0;
  }
  .about-Overview_Access {
    flex-direction: row;
    align-items: center;
    column-gap: 35px;
  }
  .about-Overview_Access_Map {
    height: 300px;
  }
  .about-Overview_Access_Btn_Link {
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .about-Overview {
    padding: 79px 40px 96px;
  }
  .about-Overview_Content {
    margin-top: 59px;
  }
  .about-Overview_Content_Row {
    padding: 25px 30px;
    column-gap: 59px;
  }
  .about-Overview_Content_Data {
    position: relative;
  }
  .about-Overview_Access {
    margin-top: 59px;
    column-gap: 70px;
  }
  .about-Overview_Access_Map {
    height: 340px;
  }
  .about-Overview_Access_Text {
    margin-top: -8px;
  }
  .sw-Title03 + .about-Overview_Access_Text_Item {
    margin-top: 30px;
  }
  .about-Overview_Access_Text_Item + .about-Overview_Access_Text_Sm {
    margin-top: 20px;
  }
  .about-Overview_Access_Btn {
    margin-top: 40px;
  }
}
@media (any-hover: hover) {
  .about-Overview_Content_Data_Mail {
    transition: all 0.2s ease;
  }
  .about-Overview_Content_Data_Mail:hover {
    opacity: 0.6;
  }
  .about-Overview_Access_Btn_Link {
    transition: all 0.2s ease;
  }
  .about-Overview_Access_Btn_Link:hover::before {
    transform: scale(1, 1);
  }
  .about-Overview_Access_Btn_Link:hover::after {
    transform: translateX(3px);
  }
  .about-Overview_Access_Btn_Link::after {
    transition: all 0.2s ease;
  }
}
/* about-Contact
-----------------------------------*/
.about-Contact {
  margin-block: 60px 50px;
}

@media screen and (min-width: 960px) {
  .about-Contact {
    margin-block: 100px 70px;
  }
}