@charset "UTF-8";
/* st-PageIntro
-----------------------------------*/
.is-company .st-PageIntro {
  background-image: url("../img/bg_company_01_sp.jpg");
}

@media screen and (min-width: 700px) {
  .is-company .st-PageIntro {
    background-image: url("../img/bg_company_01_pc.jpg");
  }
}
/* company-Intro
-----------------------------------*/
.company-Intro {
  margin-top: 60px;
  margin-bottom: 224px;
  position: relative;
  padding-top: 267px;
}
.company-Intro_Inner {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 20px;
  z-index: 1;
  display: block;
  position: absolute;
  top: 207px;
  left: 0;
  right: 0;
}
.company-Intro_Logo {
  margin-right: 20px;
  text-align: right;
  margin-bottom: 20px;
}
.company-Intro_Logo_Image {
  width: 190px;
  height: auto;
}
.company-Intro_Image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 0;
}

@media screen and (max-width: 374px) {
  .company-Intro_Title .is-sp {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .company-Intro_Inner {
    top: 300px;
  }
  .company-Intro_Logo {
    margin-right: 40px;
  }
  .company-Intro_Title .is-sp {
    display: none;
  }
  .company-Intro_Image {
    height: 320px;
    right: 40px;
  }
}
@media screen and (min-width: 800px) {
  .company-Intro_Logo {
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .company-Intro {
    margin-top: 80px;
    margin-bottom: 155px;
  }
  .company-Intro_Inner {
    padding-block: 101px 81px;
    top: 0;
    padding-inline: 40px;
  }
  .company-Intro_Logo {
    text-align: left;
    margin-right: 0;
  }
  .company-Intro_Logo, .company-Intro_Title {
    margin-left: calc(50% - 132px);
  }
  .company-Intro_Image {
    width: 50%;
    left: 0;
  }
}
/* company-Greeting
-----------------------------------*/
.company-Greeting {
  background-color: #FFF9F5;
}
.company-Greeting_Inner {
  max-width: 1000px;
  margin-inline: auto;
  padding: 50px 20px;
  color: #211c19;
}
.company-Greeting_Row {
  display: flex;
  flex-direction: column;
}
.company-Greeting_Row + .company-Greeting_Row {
  margin-top: 30px;
}
.company-Greeting_Col + .company-Greeting_Col {
  margin-top: 30px;
}
.company-Greeting_Text + .company-Greeting_Text {
  margin-top: 10px;
}
.company-Greeting_Title + .company-Greeting_Text {
  margin-top: 15px;
}
.company-Greeting_Name {
  margin-top: 30px;
  text-align: right;
}
.company-Greeting_Image {
  width: 100%;
  height: auto;
}
.company-Greeting_BgImage {
  margin-top: 30px;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 700px) {
  .company-Greeting_Row {
    flex-direction: row;
    justify-content: space-between;
  }
  .company-Greeting_Col {
    width: calc((100% - 30px) / 2);
  }
  .company-Greeting_Col + .company-Greeting_Col {
    margin-top: 0;
  }
  .company-Greeting_BgImage {
    margin-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .company-Greeting_Inner {
    padding: 90px 40px;
  }
  .company-Greeting_Row + .company-Greeting_Row {
    margin-top: 60px;
  }
  .company-Greeting_Col {
    width: calc((100% - 60px) / 2);
  }
}
/* company-Credo
-----------------------------------*/
.company-Credo {
  margin-top: 50px;
}
.company-Credo_Intro {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.company-Credo_Intro_Title {
  max-width: 700px;
  width: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #5E1D83 0%, rgba(91, 28, 126, 0.5) 67%, rgba(21, 6, 29, 0) 100%);
  padding: 12px 20px 15px;
  box-sizing: border-box;
}
.company-Credo_Intro_Title_Ja {
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  width: 66px;
}
.company-Credo_Intro_Title_En {
  font-family: "Libre Baskerville", serif;
  font-size: 0.75rem;
  opacity: 0.5;
  width: 99px;
  flex: 1;
}
.company-Credo_Intro_SubTitle {
  font-size: 1.125rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
.company-Credo_Intro_Title + .company-Credo_Intro_SubTitle {
  margin-top: 25px;
}
.company-Credo_Intro_List {
  margin-top: 20px;
}
.company-Credo_Intro_List_Item {
  list-style: none;
  text-indent: -2em;
  margin-left: 2em;
}
.company-Credo_Intro_List_Item + .company-Credo_Intro_List_Item {
  margin-top: 10px;
}
.company-Credo_Intro_Image {
  width: 100%;
  height: auto;
}
.company-Credo_Content {
  margin-top: 80px;
  position: relative;
  padding-bottom: 310px;
}
.company-Credo_Content_Inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
}
.company-Credo_Content_Title {
  text-align: center;
}
.company-Credo_Content_Title_Item {
  display: block;
}
.company-Credo_Content_List {
  margin-top: 30px;
}
.company-Credo_Content_List_Item {
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 10px 21px;
}
.company-Credo_Content_List_Item:first-of-type {
  padding-top: 0;
}
.company-Credo_Content_List_Title {
  font-size: 1.125rem;
  font-family: "Libre Baskerville", serif;
  color: #0ea418;
}
.company-Credo_Content_List_Title_Sm {
  font-size: 0.875rem;
  font-family: "Shippori Mincho", serif;
  color: #FFF;
}
.company-Credo_Content_List_Title_Sm::before {
  content: "（";
}
.company-Credo_Content_List_Title_Sm::after {
  content: "）";
}
.company-Credo_Content_List_Title + .company-Credo_Content_List_Text {
  margin-top: 3px;
}
.company-Credo_Content_List + .company-Credo_Content_Text {
  margin-top: 30px;
}
.company-Credo_Content_Image {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 374px) {
  .company-Credo_Content_Title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 600px) {
  .company-Credo_Intro_List_Item .is-sp {
    display: none;
  }
  .company-Credo_Content {
    padding-bottom: 410px;
  }
  .company-Credo_Content_Image {
    height: 370px;
  }
}
@media screen and (min-width: 700px) {
  .company-Credo_Intro {
    flex-direction: row;
    justify-content: space-between;
  }
  .company-Credo_Intro_Col-text {
    flex-wrap: 1;
    margin-right: 30px;
  }
  .company-Credo_Intro_Col-image {
    margin-top: 40px;
  }
  .company-Credo_Intro_Image {
    width: 310px;
  }
}
@media screen and (min-width: 960px) {
  .company-Credo_Intro {
    padding-inline: 40px;
  }
  .company-Credo_Intro_Title {
    padding: 16px 30px 18px;
  }
  .company-Credo_Intro_Title_Ja {
    font-size: 1.5rem;
    width: 68px;
  }
  .company-Credo_Intro_SubTitle {
    font-size: 1.25rem;
  }
  .company-Credo_Intro_SubTitle_Item {
    display: block;
  }
  .company-Credo_Intro_List_Item + .company-Credo_Intro_List_Item {
    margin-top: 0;
  }
  .company-Credo_Content {
    padding-bottom: 0;
  }
  .company-Credo_Content_Inner {
    padding-inline: 40px;
  }
  .company-Credo_Content_Title {
    text-align: left;
  }
  .company-Credo_Content_Title_Item {
    display: inline;
  }
  .company-Credo_Content_Title_Item + .company-Credo_Content_Title_Item {
    margin-left: 27px;
  }
  .company-Credo_Content_List_Item {
    padding-left: 20px;
  }
  .company-Credo_Content_List_Title {
    font-size: 1.25rem;
  }
  .company-Credo_Content_List_Title + .company-Credo_Content_List_Text {
    margin-top: 0;
  }
  .company-Credo_Content_Title, .company-Credo_Content_List, .company-Credo_Content_Text {
    margin-left: calc(50% + 60px);
  }
  .company-Credo_Content_Image {
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 1100px) {
  .company-Credo_Intro_SubTitle, .company-Credo_Intro_List {
    margin-left: 30px;
  }
}
/* company-Overview
-----------------------------------*/
.company-Overview {
  margin-top: 80px;
  background-color: #FFF;
}
.company-Overview_Inner {
  max-width: 1000px;
  margin-inline: auto;
  padding: 40px 20px 60px;
  color: #211c19;
}
.company-Overview_Title {
  text-align: center;
}
.company-Overview_Content {
  max-width: 800px;
  margin-inline: auto;
  margin-top: 30px;
}
.company-Overview_Content_List_Row {
  border-bottom: 1px solid rgba(33, 28, 25, 0.2);
  padding-block: 20px;
}
.company-Overview_Content_List_Row:first-of-type {
  border-top: 1px solid rgba(33, 28, 25, 0.2);
}
.company-Overview_Content_List_Title {
  font-weight: 700;
}
.company-Overview_Content_List_Title + .company-Overview_Content_List_Data {
  margin-top: 12px;
}
.company-Overview_Content_List_Link, .company-Overview_Content_List_Mail,
.company-Overview_Content_List .js-TelLink {
  text-decoration: none;
  color: #211c19;
}
.company-Overview_Access {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 80px;
  display: flex;
  flex-direction: column-reverse;
  row-gap: 33px;
}
.company-Overview_Access_Title + .company-Overview_Access_Text {
  margin-top: 15px;
}
.company-Overview_Access_Text + .company-Overview_Access_Text {
  margin-top: 20px;
}
.company-Overview_Access_Text_Item {
  display: block;
}
.company-Overview_Access_Content {
  margin-top: 20px;
}
.company-Overview_Access_Content_Title {
  font-size: 0.875rem;
}
.company-Overview_Access_Content_Title::before {
  content: "【";
}
.company-Overview_Access_Content_Title::after {
  content: "】";
}
.company-Overview_Access_Content_Text {
  font-size: 0.875rem;
}
.company-Overview_Access_Btn {
  margin-top: 40px;
  text-align: center;
}
.company-Overview_Access_Btn .sw-Btn01 {
  width: 280px;
}
.company-Overview_Access_Map_Item {
  width: 100%;
  height: 227px;
}

@media screen and (min-width: 600px) {
  .company-Overview_Access_Map_Item {
    height: 327px;
  }
}
@media screen and (min-width: 700px) {
  .company-Overview_Content_List_Row {
    padding-inline: 32px;
  }
  .company-Overview_Access {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .company-Overview_Access_Inner {
    flex: 1;
  }
  .company-Overview_Access_Content {
    display: flex;
  }
  .company-Overview_Access_Map {
    width: 400px;
    margin-right: 50px;
  }
  .company-Overview_Access_Btn {
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .company-Overview {
    margin-top: 120px;
  }
  .company-Overview_Inner {
    padding: 80px 40px 100px;
  }
  .company-Overview_Content {
    margin-top: 40px;
  }
  .company-Overview_Content_List_Row {
    display: flex;
    padding-block: 25px;
  }
  .company-Overview_Content_List_Title {
    width: 200px;
  }
  .company-Overview_Content_List_Data {
    flex: 1;
  }
  .company-Overview_Content_List_Title + .company-Overview_Content_List_Data {
    margin-top: 0;
  }
  .company-Overview_Access_Title + .company-Overview_Access_Text {
    margin-top: 30px;
  }
  .company-Overview_Access_Text_Item {
    display: inline;
  }
  .company-Overview_Access_Inner {
    flex: 1;
  }
  .company-Overview_Access_Map {
    width: 500px;
    margin-right: 70px;
  }
  .company-Overview_Access_Map_Item {
    height: 340px;
  }
}
@media (any-hover: hover) {
  .company-Overview_Content_List_Mail, .company-Overview_Content_List_Link {
    transition: all 0.2s ease;
  }
  .company-Overview_Content_List_Mail:hover, .company-Overview_Content_List_Link:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
}
/* company-History
-----------------------------------*/
.company-History {
  max-width: 800px;
  margin: 60px auto 120px;
  padding-inline: 20px;
}
.company-History_Title {
  text-align: center;
}
.company-History_List {
  margin-top: 30px;
}
.company-History_List_Row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-block: 20px;
}
.company-History_List_Row:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.company-History_List_Day {
  font-size: 0.9375rem;
  opacity: 0.6;
}
.company-History_List_Day + .company-History_List_Text {
  margin-top: 12px;
}

@media screen and (min-width: 700px) {
  .company-History_List_Row {
    display: flex;
    padding: 18px 20px;
  }
  .company-History_List_Day {
    width: 170px;
  }
  .company-History_List_Text {
    flex: 1;
  }
  .company-History_List_Day + .company-History_List_Text {
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .company-History {
    margin-top: 100px;
    padding-inline: 40px;
  }
  .company-History_List {
    margin-top: 40px .company-History_List _Row;
    margin-top-display: flex;
    margin-top-padding-block: 18px;
  }
  .company-History_List_Day {
    width: 170px;
  }
  .company-History_List_Text {
    flex: 1;
  }
  .company-History_List_Day + .company-History_List_Text {
    margin-top: 0;
  }
}