@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Work+Sans:wght@500&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
.company_about {
  position: relative;
  margin-bottom: 75px;
}
@media screen and (min-width: 1300px) {
  .company_about {
    display: flex;
    padding-top: 110px;
    align-items: center;
    margin-bottom: 150px;
  }
}
.company_about::before {
  content: "";
  display: block;
  width: 60%;
  height: 200px;
  background-color: #0b4d88;
  opacity: 0.06;
  position: absolute;
  right: 0;
  bottom: 120px;
}
@media screen and (min-width: 1300px) {
  .company_about::before {
    width: 20%;
    height: 150px;
    bottom: 150px;
  }
}
.company_about .img_1 {
  display: block;
  width: 66%;
  max-width: 500px;
  padding-top: 40px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1300px) {
  .company_about .img_1 {
    width: 25%;
    max-width: none;
    padding-top: 50px;
  }
}
.company_about div {
  width: 85%;
  margin: 0 auto;
  position: relative;
  padding-left: 11px;
  box-sizing: border-box;
}
@media screen and (min-width: 1300px) {
  .company_about div {
    width: 33%;
    padding-bottom: 70px;
    padding-left: 0;
  }
}
.company_about div::before {
  content: "ABOUT US";
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  writing-mode: vertical-rl;
  display: block;
  position: absolute;
  color: #0b4d88;
  left: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (min-width: 1300px) {
  .company_about div::before {
    left: -40px;
  }
}
.company_about .img_2 {
  display: block;
  width: 66%;
  max-width: 500px;
  padding-top: 35px;
  margin-left: auto;
  margin-right: 7.5%;
}
@media screen and (min-width: 1300px) {
  .company_about .img_2 {
    width: 20%;
    padding-top: 0;
    margin-left: 0;
    margin-right: 3.25%;
    max-width: none;
    align-self: flex-end;
  }
}

.philosophy {
  position: relative;
  padding: 50px 0 40px;
  z-index: 0;
}
@media screen and (min-width: 1300px) {
  .philosophy {
    width: 90%;
    padding: 90px 0 90px;
  }
}
.philosophy::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: url(./../img/company/philosophy_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  top: 0;
  left: 0;
}
.philosophy::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #063057;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
}
.philosophy__inner {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .philosophy__inner {
    display: flex;
  }
}
.philosophy h2 {
  color: rgba(255, 255, 255, 0.8509803922);
  text-align: center;
}
@media screen and (min-width: 960px) {
  .philosophy h2 {
    width: 230px;
    text-align: left;
    flex-shrink: 0;
  }
}
.philosophy h2 strong {
  color: #ffffff;
}
.philosophy__body {
  margin-top: 44px;
}
@media screen and (min-width: 960px) {
  .philosophy__body {
    max-width: 600px;
    margin: 0 auto;
  }
}
.philosophy__content {
  border-top: 1px #ffffff solid;
  margin-bottom: 24px;
}
@media screen and (min-width: 960px) {
  .philosophy__content {
    margin-bottom: 70px;
  }
}
.philosophy__content h3 {
  margin: 20px 0 10px;
}
.philosophy__content h3 .index {
  color: #ffffff;
  margin-right: 13px;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
}
.philosophy__content h3 .name {
  color: #de8000;
  font-weight: 400;
}
.philosophy__content p {
  color: #ffffff;
}

.greeting {
  margin-top: 100px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .greeting {
    margin-top: 240px;
  }
}
.greeting::before {
  content: "";
  display: block;
  width: 50%;
  height: 150px;
  background-color: #0b4d88;
  opacity: 0.06;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -25px;
}
@media screen and (min-width: 960px) {
  .greeting::before {
    width: 20%;
    top: 10px;
  }
}
.greeting h2 {
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.greeting__banner {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 960px) {
  .greeting__banner {
    display: block;
    margin: 0 auto;
    width: 95%;
  }
}
.greeting__inner {
  background-color: #F2F5F8;
  position: relative;
  z-index: -1;
}
.greeting__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  background-color: inherit;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  transform: translateY(-85px);
}
.greeting__inner::after {
  content: "Greetings from the President";
  color: #ffffff;
  position: absolute;
  z-index: -1;
  top: 25px;
  left: 0;
  font-size: 57px;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  line-height: 68px;
}
@media screen and (min-width: 960px) {
  .greeting__inner::after {
    font-size: 140px;
    line-height: 220px;
    top: 70px;
  }
}
.greeting__flex {
  width: 85%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 60px;
  max-width: 1200px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .greeting__flex {
    display: flex;
    padding-top: 160px;
    gap: 16px;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 100px;
  }
}
.greeting__content p {
  font-size: 32px;
  font-weight: 700;
  color: #0b4d88;
  margin-bottom: 35px;
  line-height: 50px;
}
@media screen and (min-width: 960px) {
  .greeting__content p {
    font-size: 34px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 960px) {
  .greeting__img {
    width: 320px;
    flex-shrink: 0;
  }
}
.greeting__img img {
  display: block;
  margin: 60px auto 25px;
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  .greeting__img img {
    margin-top: 0;
    width: 300px;
    margin-right: 0;
  }
}
.greeting__img div {
  text-align: right;
}
.greeting__img div span {
  display: inline-block;
  margin-left: 1em;
}

.profile {
  background-color: #fafafa;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .profile {
    padding-top: 165px;
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 960px) {
  .profile__inner {
    max-width: 900px;
    margin: 0 auto;
  }
}
.profile h2 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
@media screen and (min-width: 960px) {
  .profile h2 {
    width: 100%;
    margin-bottom: 80px;
  }
}
.profile .row {
  width: 95%;
  margin: 0 auto;
  position: relative;
  padding: 30px 0;
}
@media screen and (min-width: 960px) {
  .profile .row {
    display: flex;
    padding: 50px 0;
  }
}
.profile .row::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d0d0d0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.profile .row::after {
  content: "";
  display: block;
  width: 20%;
  height: 1px;
  background-color: #0b4d88;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 960px) {
  .profile .row::after {
    width: 30%;
  }
}
.profile .row .label {
  width: 90%;
  margin: 0 auto 20px;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .profile .row .label {
    width: 30%;
    box-sizing: border-box;
    padding-left: 35px;
    margin: 0;
    padding-right: 15px;
  }
}
.profile .row .content {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .profile .row .content {
    width: 70%;
  }
}

.history {
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .history {
    margin-top: 160px;
  }
}
.history__inner {
  width: 85%;
  max-width: 1000px;
  margin: 0 auto;
}
.history__content {
  padding-left: 30px;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .history__content {
    display: flex;
  }
}
.history__content::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15.5px;
  left: 0;
  z-index: 1;
  background-color: #0b4d88;
  border-radius: 50%;
  transform: translateY(-50%);
}
.history__content:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 15.5px;
  left: 10px;
  z-index: 0;
  background-color: #0b4d88;
  transform: translateX(-50%);
}
.history__content span {
  font-size: 20px;
  font-weight: 700;
  color: #0b4d88;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .history__content span {
    width: 120px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
.history__content ul {
  padding-left: 20px;
}
.history__content ul li::marker {
  content: "・";
}/*# sourceMappingURL=company.css.map */