main::before {
  background-image: url("../img/company-profile/main-bg.png");
  background-image: -webkit-image-set(url("../img/company-profile/main-bg.webp") type("image/webp"), url("../img/company-profile/main-bg.png") type("image/png"));
  background-image: image-set(url("../img/company-profile/main-bg.webp") type("image/webp"), url("../img/company-profile/main-bg.png") type("image/png"));
  height: 100%;
}

.page-title {
  background-image: url("../img/company-profile/mv.jpg");
}
@supports ((background-image: -webkit-image-set(url("") type("image/webp"))) or (background-image: image-set(url("") type("image/webp")))) {
  .page-title {
    background-image: -webkit-image-set(url("../img/company-profile/mv.webp") type("image/webp"), url("../img/company-profile/mv.jpg") type("image/jpeg"));
    background-image: image-set(url("../img/company-profile/mv.webp") type("image/webp"), url("../img/company-profile/mv.jpg") type("image/jpeg"));
  }
}
@media only screen and (max-width: 767px) {
  .page-title {
    background-image: url("../img/company-profile/sp/mv.jpg");
  }
  @supports ((background-image: -webkit-image-set(url("") type("image/webp"))) or (background-image: image-set(url("") type("image/webp")))) {
    .page-title {
      background-image: -webkit-image-set(url("../img/company-profile/sp/mv.webp") type("image/webp"), url("../img/company-profile/sp/mv.jpg") type("image/jpeg"));
      background-image: image-set(url("../img/company-profile/sp/mv.webp") type("image/webp"), url("../img/company-profile/sp/mv.jpg") type("image/jpeg"));
    }
  }
}
.page-title::before {
  width: 97.6rem;
  height: 5.5rem;
  background-image: url("../img/company-profile/en-title.svg");
}
@media print, screen and (min-width: 768px) {
  .page-title::before {
    left: clamp(0px, (100vw - 1600px) / 2, 160px);
  }
}
@media only screen and (max-width: 767px) {
  .page-title::before {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    height: 4.5rem;
    width: 100%;
  }
}

.section-ttl {
  padding: 5rem 0 0 5.6rem;
  margin-bottom: 3.9rem;
}

.anchorlink {
  margin-bottom: 11.5rem;
}
@media only screen and (max-width: 767px) {
  .anchorlink {
    width: 65.2rem;
    margin: 0 auto 11rem;
  }
}
.anchorlink ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem 0;
}
@media only screen and (max-width: 767px) {
  .anchorlink ul {
    gap: 1.4rem 0;
  }
}
.anchorlink ul li {
  border-right: 1px solid #4d4d4d;
}
.anchorlink ul li:first-of-type {
  border-left: 1px solid #4d4d4d;
}
@media only screen and (max-width: 767px) {
  .anchorlink ul li:nth-of-type(3) {
    border-left: 1px solid #4d4d4d;
  }
}
.anchorlink ul li a {
  display: flex;
  align-items: center;
  color: #4d4d4d;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 2.6rem;
}
@media only screen and (max-width: 767px) {
  .anchorlink ul li a {
    font-size: 2.8rem;
    padding: 0 4rem;
  }
}
.anchorlink ul li a::before {
  content: "";
  transition: 0.3s;
  position: absolute;
  right: 0;
  bottom: -0.5em;
  left: 0;
  width: 0;
  height: 1px;
  background: #4d4d4d;
  margin: auto;
}
.anchorlink ul li a::after {
  content: "";
  transform: rotate(90deg);
  display: block;
  margin-left: 1.3rem;
  width: 1rem;
  height: 1rem;
  border-right: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  transform: rotate(45deg);
  position: relative;
  top: -0.2rem;
}
@media only screen and (max-width: 767px) {
  .anchorlink ul li a::after {
    width: 1.8rem;
    height: 1.8rem;
    margin-left: 3rem;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}
.anchorlink ul li a:hover::before {
  width: 100%;
}

.greeting {
  padding: 0 0 5.4rem;
}
@media only screen and (max-width: 767px) {
  .greeting {
    padding: 0 0 5.2rem;
  }
}
.greeting .content-inner {
  width: 120rem;
  margin: 0 auto 9.1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media print, screen and (min-width: 768px) {
  .greeting .content-inner {
    padding-left: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .greeting .content-inner {
    width: 68.3rem;
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .greeting--left {
    width: 65.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .greeting--left .section-ttl {
    padding-left: 0;
    text-align: center;
    margin-bottom: 5.8rem;
  }
  .greeting--left .section-ttl img {
    right: 0;
    margin: auto;
  }
}
.greeting--left h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2.7rem;
  line-height: 1.65625;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 767px) {
  .greeting--left h3 {
    font-size: 4.16rem;
    margin-bottom: 4rem;
  }
}
.greeting--left p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media only screen and (max-width: 767px) {
  .greeting--left p {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .greeting--left p {
    line-height: 1.7141;
  }
}
@media print, screen and (min-width: 768px) {
  .greeting--left__text {
    width: 55rem;
  }
}
@media only screen and (max-width: 767px) {
  .greeting--right {
    display: none;
  }
}
.greeting .president {
  width: 47.4rem;
  margin: 15rem 0 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .greeting .president {
    width: 60.7rem;
    margin: 0 auto 6.4rem;
  }
}
.greeting .president::before {
  content: "";
  width: 43.8rem;
  height: 41rem;
  border-right: 2px solid #28A5EB;
  border-bottom: 2px solid #28A5EB;
  border-radius: 0 0 7.5rem 0;
  position: absolute;
  right: -1.6rem;
  bottom: -1.3rem;
}
@media only screen and (max-width: 767px) {
  .greeting .president::before {
    width: 58.7rem;
    height: 36.8rem;
    right: -2.1rem;
    bottom: -2.1rem;
    border-radius: 0 0 5.8rem 0;
  }
}
.greeting .president figcaption {
  position: absolute;
  bottom: -2rem;
  left: 4rem;
  background: #000;
  padding: 0.1rem 0rem 0.6rem 0.1em;
}
@media only screen and (max-width: 767px) {
  .greeting .president figcaption {
    padding: 0.4rem 0.4rem 1.1rem 0.4em;
    left: 12rem;
    bottom: -2.1rem;
  }
}
.greeting .president figcaption * {
  color: #fff;
}
.greeting .president figcaption p {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .greeting .president figcaption p {
    line-height: 1;
    font-size: 4.16rem;
  }
}
.greeting .president figcaption p span {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .greeting .president figcaption p span {
    font-size: 2.6rem;
  }
}
.greeting--txt__content {
  width: 100rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .greeting--txt__content {
    width: 68.7rem;
  }
}
.greeting--txt__content dl dt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #28A5EB;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 8rem;
  border-radius: 6rem 0;
  margin-bottom: 4.2rem;
}
@media only screen and (max-width: 767px) {
  .greeting--txt__content dl dt {
    line-height: 10.5rem;
    border-radius: 4rem 0;
    font-size: 4.68rem;
    border-radius: 3.7rem 0;
    margin-bottom: 4.5rem;
  }
}
.greeting--txt__content dl dd {
  margin-bottom: 8.8rem;
}
.greeting--txt__content dl dd ul li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .greeting--txt__content dl dd ul li {
    font-size: 4.16rem;
  }
}
.greeting--txt__content dl dd ul li:not(:last-of-type) {
  margin-bottom: 0.2rem;
}
.greeting--txt__content dl dd p {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .greeting--txt__content dl dd p {
    font-size: 3.1rem;
  }
}

.company {
  background: rgba(240, 240, 240, 0.85);
  padding: 15rem 0;
  margin-bottom: 10rem;
  border-radius: 0 32rem 0 0;
}
@media only screen and (max-width: 767px) {
  .company {
    border-radius: 0 17rem 0 0;
  }
}
.company .section-ttl {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .company .section-ttl {
    margin-bottom: 5.8rem;
    padding-left: 0;
    text-align: center;
  }
  .company .section-ttl img {
    right: 0;
    margin: auto;
  }
}
.company--content {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .company--content {
    width: 100rem;
  }
}
.company--content dl {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  border-bottom: 1px solid #b3b3b3;
  position: relative;
}
.company--content dl::after {
  content: "";
  width: 25rem;
  background: #28A5EB;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media only screen and (max-width: 767px) {
  .company--content dl::after {
    width: 15rem;
  }
}
.company--content dl dt, .company--content dl dd {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 3.6rem 0 3.8rem;
}
@media only screen and (max-width: 767px) {
  .company--content dl dt, .company--content dl dd {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .company--content dl dt, .company--content dl dd {
    padding: 3rem 0 3.3rem;
    letter-spacing: 0;
  }
}
.company--content dl dt {
  border-top: 1px solid #28A5EB;
  width: 25rem;
}
@media only screen and (max-width: 767px) {
  .company--content dl dt {
    font-weight: 700;
    width: 15rem;
  }
}
.company--content dl dd {
  width: calc(100% - 25rem);
  border-top: 1px solid #b3b3b3;
  padding-left: 5rem;
}
.company--content dl dd p {
  font-size: inherit;
}
@media only screen and (max-width: 767px) {
  .company--content dl dd {
    width: calc(100% - 15rem);
    padding-left: 4rem;
  }
  .company--content dl dd p {
    padding-left: 8.4rem;
    text-indent: -8.4rem;
  }
}

.access {
  padding-bottom: 22.8rem;
}
@media only screen and (max-width: 767px) {
  .access {
    padding-bottom: 29rem;
  }
}
.access .content-inner {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.access .content-inner .section-ttl {
  padding: 4.4rem 0 0 24.6rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .access .content-inner .section-ttl {
    padding: 5rem 0 0 16rem;
    margin-bottom: 5.7rem;
  }
}
.access .content-inner .section-ttl h2 {
  letter-spacing: -0.05em;
}
.access .left-title {
  width: 7rem;
  height: 47.4rem;
  position: absolute;
  left: 10rem;
}
@media only screen and (max-width: 767px) {
  .access .left-title {
    width: 7.5rem;
    height: 50.6rem;
    left: 0;
  }
}
.access--map {
  width: calc(100% - 20rem);
  margin-left: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .access--map {
    width: calc(100% - 11rem);
  }
}
.access--map::before {
  content: "";
  width: 52rem;
  height: 52.4rem;
  background: no-repeat top center/cover;
  background-image: url("../img/company-profile/access-image.png");
  position: absolute;
  bottom: calc(100% - 21.5rem);
  right: clamp(-12rem, 5vw - 92rem, 4rem);
}
@supports ((background-image: -webkit-image-set(url("") type("image/webp"))) or (background-image: image-set(url("") type("image/webp")))) {
  .access--map::before {
    background-image: -webkit-image-set(url("../img/company-profile/access-image.webp") type("image/webp"), url("../img/company-profile/access-image.png") type("image/png"));
    background-image: image-set(url("../img/company-profile/access-image.webp") type("image/webp"), url("../img/company-profile/access-image.png") type("image/png"));
  }
}
@media only screen and (max-width: 767px) {
  .access--map::before {
    width: 44rem;
    height: 44rem;
    bottom: auto;
    top: -32rem;
    right: -13rem;
  }
}
.access--map iframe {
  width: 100%;
  height: 49.3rem;
  border-radius: 10rem 0 0 10rem;
}
@media only screen and (max-width: 767px) {
  .access--map iframe {
    height: 59.5rem;
  }
}
.access--map__text {
  position: absolute;
  bottom: -8rem;
  left: 10rem;
  background: #000000;
  border-radius: 3rem;
  width: 48rem;
  height: 11.5rem;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  padding: 1.5rem 0 0 4.8rem;
}
@media only screen and (max-width: 767px) {
  .access--map__text {
    bottom: -14rem;
    left: -7rem;
    width: 68.7rem;
    height: 25rem;
    padding: 2.5rem 4rem 0 4rem;
  }
}
.access--map__text p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .access--map__text p {
    font-size: 2.8rem;
  }
}

.history {
  padding: 15rem 0;
  background: no-repeat right top/100%;
  background-image: url("../img/company-profile/history-bg.png");
  margin-bottom: 15rem;
}
@supports ((background-image: -webkit-image-set(url("") type("image/webp"))) or (background-image: image-set(url("") type("image/webp")))) {
  .history {
    background-image: -webkit-image-set(url("../img/company-profile/history-bg.webp") type("image/webp"), url("../img/company-profile/history-bg.jpg") type("image/jpeg"));
    background-image: image-set(url("../img/company-profile/history-bg.webp") type("image/webp"), url("../img/company-profile/history-bg.jpg") type("image/jpeg"));
  }
}
@media only screen and (max-width: 767px) {
  .history {
    background-image: url("../img/company-profile/sp/history-bg.png");
  }
  @supports ((background-image: -webkit-image-set(url("") type("image/webp"))) or (background-image: image-set(url("") type("image/webp")))) {
    .history {
      background-image: -webkit-image-set(url("../img/company-profile/sp/history-bg.webp") type("image/webp"), url("../img/company-profile/sp/history-bg.png") type("image/png"));
      background-image: image-set(url("../img/company-profile/sp/history-bg.webp") type("image/webp"), url("../img/company-profile/sp/history-bg.png") type("image/png"));
    }
  }
}
.history .content-inner .section-ttl {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .history .content-inner .section-ttl {
    text-align: center;
    padding-left: 0;
    margin-bottom: 5.9rem;
  }
  .history .content-inner .section-ttl img {
    right: 0;
    margin: auto;
  }
}
.history dl {
  width: 100rem;
  margin: auto;
  border-top: 1px solid #b3b3b3;
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .history dl {
    width: 68.7rem;
  }
}
.history dl::before {
  content: "";
  width: 25rem;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  background: #28A5EB;
}
.history dl dt, .history dl dd {
  color: #fff;
  padding: 3.5rem 0 3.4rem;
}
@media only screen and (max-width: 767px) {
  .history dl dt, .history dl dd {
    padding: 2.9rem 0px 3.2rem;
  }
}
.history dl dt {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #28A5EB;
  width: 25rem;
}
@media only screen and (max-width: 767px) {
  .history dl dt {
    width: 16rem;
    font-size: 2.625rem;
  }
}
.history dl dd {
  border-bottom: 1px solid #fff;
  padding-left: 5rem;
  padding-right: 5rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  width: calc(100% - 25rem);
  line-height: 1.875;
}
@media only screen and (max-width: 767px) {
  .history dl dd {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .history dl dd {
    width: calc(100% - 16rem);
    line-height: 1.7;
    padding-left: 4rem;
    padding-right: 0;
  }
}