/* FontFace
============================================== */
@font-face {
  font-family: "Noto Sans JP";
  src: url("/tci/711/corp/purpose/common/font/NotoSansJP-Black.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: optional;
}
:root {
  --PurposeColor: #149ABF;
  --PurposeBg: #35B6E8;
}

@media screen and (min-width: 769px) {
  br.sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
/* MainVisual
============================================== */
.MainVisual {
  background-color: var(--PurposeBg);
  position: relative;
}
.MainVisual .MainVisual__wrap {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .MainVisual .MainVisual__wrap {
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.MainVisual .MainVisual__bg {
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
  height: 680px;
  width: 1366px;
}
@media screen and (max-width: 768px) {
  .MainVisual .MainVisual__bg {
    height: auto;
    width: auto;
  }
}
.MainVisual .MainVisual__bg img {
  max-width: initial;
  height: 100%;
  width: 100%;
}
.MainVisual .MainVisual__title {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .MainVisual .MainVisual__title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
.MainVisual .MainVisual__text {
  color: var(--PurposeColor);
  font-size: 20px;
  font-weight: 700;
}
.MainVisual .MainVisual__text > span {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px var(--PurposeColor);
          box-shadow: 0 3px 6px var(--PurposeColor);
  display: table;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  margin-top: 24px;
  padding: 5px 8px;
}
.MainVisual .MainVisual__text > span:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .MainVisual .MainVisual__text {
    font-size: 11px;
  }
  .MainVisual .MainVisual__text > span {
    margin-top: 14px;
    padding: 4px;
  }
}

/* AnchorNavigation
============================================== */
.AnchorNavigation {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 3px 6px rgba(121, 105, 105, 0.16);
          box-shadow: 0 3px 6px rgba(121, 105, 105, 0.16);
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.AnchorNavigation.-active {
  position: fixed;
  bottom: auto;
  top: 0;
}
@media screen and (max-width: 768px) {
  .AnchorNavigation {
    height: 36px;
  }
}
.AnchorNavigation > ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 48px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .AnchorNavigation > ul {
    gap: 0 18px;
  }
}
.AnchorNavigation > ul > li {
  font-size: 18px;
  font-weight: 600;
}
.AnchorNavigation > ul > li > a {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.AnchorNavigation > ul > li > a::before {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  height: 7px;
  width: 7px;
  position: absolute;
  right: 0;
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.AnchorNavigation > ul > li > a.-active {
  color: var(--PurposeColor);
}
@media (hover: hover) {
  .AnchorNavigation > ul > li > a:hover {
    color: var(--PurposeColor);
  }
}
@media screen and (max-width: 768px) {
  .AnchorNavigation > ul > li {
    font-size: 14px;
    font-weight: 400;
  }
  .AnchorNavigation > ul > li > a {
    padding-right: 12px;
  }
  .AnchorNavigation > ul > li > a::before {
    height: 4px;
    width: 4px;
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px);
  }
}

/* Heading__Purpose
============================================== */
.Heading__Purpose {
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Heading__Purpose {
    margin-bottom: 60px;
  }
}
.Heading__Purpose .Heading__Purpose__title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 24px;
  position: relative;
}
.Heading__Purpose .Heading__Purpose__title::before {
  background-color: var(--PurposeColor);
  content: "";
  height: 5px;
  width: 25px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.Heading__Purpose .Heading__Purpose__text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .Heading__Purpose .Heading__Purpose__text {
    font-size: 16px;
  }
}
.Heading__Purpose.-white {
  color: #fff;
}
.Heading__Purpose.-white .Heading__Purpose__title::before {
  background-color: #fff;
}

/* PurposeContent
============================================== */
.PurposeContent {
  background: -webkit-linear-gradient(315deg, rgba(255, 238, 232, 0.8) 30%, rgba(215, 239, 248, 0.8));
  background: linear-gradient(135deg, rgba(255, 238, 232, 0.8) 30%, rgba(215, 239, 248, 0.8));
  padding: 70px 20px 100px;
}
@media screen and (max-width: 768px) {
  .PurposeContent {
    background: -webkit-linear-gradient(275deg, rgba(255, 238, 232, 0.8) 30%, rgba(215, 239, 248, 0.8));
    background: linear-gradient(175deg, rgba(255, 238, 232, 0.8) 30%, rgba(215, 239, 248, 0.8));
    padding-left: 0;
    padding-right: 0;
  }
}
.PurposeContent .PurposeContent__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 932px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .PurposeContent .PurposeContent__wrap {
    width: auto;
  }
}
.PurposeContent .PurposeContent__title {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.3;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .PurposeContent .PurposeContent__title {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 64px;
  }
}
.PurposeContent .PurposeContent__title > i {
  display: inline;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04em;
}
.PurposeContent .PurposeContent__box {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 9px rgba(0, 0, 0, 0.07);
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .PurposeContent .PurposeContent__box {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.PurposeContent .PurposeContent__box .PurposeContent__box__heading {
  color: var(--PurposeColor);
  font-weight: 600;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .PurposeContent .PurposeContent__box .PurposeContent__box__heading {
    text-align: left;
  }
}
.PurposeContent .PurposeContent__box .PurposeContent__box__heading .Accordion__title {
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 24px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .PurposeContent .PurposeContent__box .PurposeContent__box__heading .Accordion__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
  }
}
.PurposeContent .PurposeContent__box .PurposeContent__box__heading .Accordion__icon {
  height: 18px;
  width: 18px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.PurposeContent .PurposeContent__box .PurposeContent__box__heading .Accordion__icon::after, .PurposeContent .PurposeContent__box .PurposeContent__box__heading .Accordion__icon::before {
  background-color: var(--PurposeColor);
  left: 0;
  width: 18px;
}
@media screen and (max-width: 768px) {
  .PurposeContent .PurposeContent__box .PurposeContent__box__heading .Accordion__icon {
    height: 12px;
    width: 12px;
    right: 20px;
  }
  .PurposeContent .PurposeContent__box .PurposeContent__box__heading .Accordion__icon::after, .PurposeContent .PurposeContent__box .PurposeContent__box__heading .Accordion__icon::before {
    width: 12px;
  }
}
.PurposeContent .PurposeContent__box .PurposeContent__box__inner {
  padding: 48px 60px 60px;
}
@media screen and (max-width: 768px) {
  .PurposeContent .PurposeContent__box .PurposeContent__box__inner {
    padding: 20px 15px 60px;
  }
}
.PurposeContent .PurposeContent__box .PurposeContent__box__title {
  border-left: 4px solid var(--PurposeColor);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .PurposeContent .PurposeContent__box .PurposeContent__box__title {
    font-size: 16px;
    padding-left: 6px;
  }
}
.PurposeContent .PurposeContent__box .PurposeContent__box__text {
  margin-bottom: 48px;
}
.PurposeContent .PurposeContent__box .PurposeContent__box__text:last-child {
  margin-bottom: 0;
}
.PurposeContent .PurposeContent__box .PurposeContent__box__text p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
  margin-bottom: 1.7777777778em;
}
.PurposeContent .PurposeContent__box .PurposeContent__box__text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .PurposeContent .PurposeContent__box .PurposeContent__box__text p {
    font-size: 16px;
  }
}

/* StoryContent
============================================== */
.StoryContent {
  padding-bottom: 100px;
  padding-top: 70px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1239px) {
  .StoryContent {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .StoryContent {
    padding-left: 0;
    padding-right: 0;
  }
}
.StoryContent .StoryContent__bg {
  height: 100%;
  min-width: 1366px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .StoryContent .StoryContent__bg {
    min-width: 0;
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.StoryContent .StoryContent__bg .StoryContent__bg__bottom,
.StoryContent .StoryContent__bg .StoryContent__bg__top {
  width: 100%;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .StoryContent .StoryContent__bg .StoryContent__bg__bottom img,
  .StoryContent .StoryContent__bg .StoryContent__bg__top img {
    width: 100%;
  }
}
.StoryContent .StoryContent__bg .StoryContent__bg__top {
  aspect-ratio: 697/474;
  max-width: 697px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .StoryContent .StoryContent__bg .StoryContent__bg__top {
    aspect-ratio: 375/443;
    max-width: initial;
  }
}
.StoryContent .StoryContent__bg .StoryContent__bg__bottom {
  aspect-ratio: 936/480;
  max-width: 936px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .StoryContent .StoryContent__bg .StoryContent__bg__bottom {
    aspect-ratio: 375/281;
    max-width: initial;
  }
}
.StoryContent .StoryContent__box {
  background-color: rgba(255, 255, 255, 0.83);
  -webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 9px rgba(0, 0, 0, 0.16);
  margin: 60px auto 0;
  max-width: 932px;
  padding: 96px 132px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .StoryContent .StoryContent__box {
    margin: 70px 20px 0;
    padding: 60px 20px;
    width: auto;
  }
}
.StoryContent .StoryContent__box p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.2727272727;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .StoryContent .StoryContent__box p {
    font-size: 13px;
    line-height: 2.6153846154;
  }
}
.StoryContent .StoryContent__box p:first-child {
  margin-bottom: 2em;
  margin-top: 0;
}
.StoryContent .StoryContent__box p:last-child {
  margin-top: 2em;
}

/* SloganContent
============================================== */
.SloganContent {
  background-color: var(--PurposeBg);
  position: relative;
  z-index: 0;
}
.SloganContent .SloganContent__heading {
  width: 100%;
  position: absolute;
  left: 0;
  top: 70px;
}
.SloganContent .SloganContent__catch {
  color: #fff;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .SloganContent .SloganContent__catch {
    font-size: 34px;
    top: 57%;
  }
}
@media screen and (max-width: 325px) {
  .SloganContent .SloganContent__catch {
    font-size: 30px;
    top: 65%;
  }
}
.SloganContent .SloganContent__bg {
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
  width: 1366px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .SloganContent .SloganContent__bg {
    width: auto;
  }
}
.SloganContent .SloganContent__bg::before {
  background: -webkit-linear-gradient(55deg, rgba(46, 179, 239, 0.85), rgba(52, 193, 234, 0.85));
  background: linear-gradient(35deg, rgba(46, 179, 239, 0.85), rgba(52, 193, 234, 0.85));
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.SloganContent .SloganContent__bg img {
  max-width: initial;
  width: 100%;
}

/* RelationContent
============================================== */
.RelationContent {
  padding-bottom: 100px;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .RelationContent {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.RelationContent .RelationContent__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-left: auto;
  margin-right: auto;
  width: 1245px;
}
@media screen and (max-width: 768px) {
  .RelationContent .RelationContent__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
    width: auto;
  }
}
.RelationContent .RelationContent__list > li {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  font-size: 24px;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
}
.RelationContent .RelationContent__list > li > a {
  display: block;
}
.RelationContent .RelationContent__list > li > a > span {
  display: block;
  padding-bottom: 24px;
  padding-top: 16px;
}

@media all and (min-width: 769px) {
  .page-corp {
    font-size: 1.6rem;
    overflow: auto;
  }