@font-face {
  font-family: "notosansjp";
  font-weight: 400;
  src: url("../font/static/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 500;
  src: url("../font/static/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 600;
  src: url("../font/static/NotoSansJP-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 700;
  src: url("../font/static/NotoSansJP-Bold.ttf") format("truetype");
}
.about {
  background-color: #E8F1FB;
}
.about__wrapper {
  width: min(1200px, 90%);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 80px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about__wrapper {
    row-gap: 50px;
  }
}

.company {
  padding-bottom: 141px;
}
@media screen and (max-width: 768px) {
  .company {
    padding-bottom: 56px;
  }
}
.company__wrapper {
  width: min(1120px, 90%);
  margin: 0 auto;
}
.company__row {
  width: 100%;
  border-top: 1px solid #D3DEE9;
  padding-top: 25px;
  padding-bottom: 24px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .company__row {
    padding-top: 24px;
    padding-bottom: 24px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.company__row:first-child {
  border-top: none;
}
.company__row:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .company__row:last-child {
    padding-bottom: 24px;
    border-bottom: 1px solid #D3DEE9;
  }
}
.company__label {
  width: 280px;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .company__label {
    width: 100%;
  }
}
.company__content {
  width: calc(100% - 280px);
  padding-right: 0px;
}
@media screen and (max-width: 768px) {
  .company__content {
    width: 100%;
  }
}
.company__text {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .company__text {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.8666666667;
  }
}
.company__text:last-child {
  margin-bottom: 0;
}
.company__text.flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.company__text-left {
  display: block;
  width: 148px;
}
@media screen and (max-width: 768px) {
  .company__text-left {
    width: 100%;
  }
}
.company__text-right {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .company__text-right {
    width: 100%;
  }
}

.group {
  background-color: #F2F8FF;
  padding-top: 118px;
  padding-bottom: 120px;
  border-top-right-radius: 160px;
}
@media screen and (max-width: 768px) {
  .group {
    padding-top: 56px;
    padding-bottom: 56px;
    border-top-right-radius: 64px;
  }
}
.group__wrapper {
  width: min(1120px, 90%);
  margin: 0 auto;
}
.group__companies {
  display: flex;
  flex-wrap: wrap;
  row-gap: 39px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .group__companies {
    row-gap: 24px;
  }
}
.group__company {
  width: calc(50% - 20px);
  border-radius: 24px;
  padding: 0 48px 48px;
  background-color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 768px) {
  .group__company {
    width: 100%;
    padding: 0 20px 20px;
  }
}
.group__company:hover .group__company-icon::after {
  background-image: url("../image/btn_link_w.svg");
}
.group__company:hover .group__company-icon::before {
  width: 110%;
  height: 110%;
  background-color: #006bdb;
}
.group__company.w-100 {
  width: 100%;
}
.group__company-top {
  padding-top: 33px;
  padding-bottom: 24px;
  border-bottom: 1px solid #D3DEE9;
  font-size: 20px;
  line-height: 1.1;
  padding-right: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .group__company-top {
    padding-top: 26px;
    padding-bottom: 13px;
    padding-right: 51px;
    font-size: 15px;
  }
}
.group__company-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.group__company-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #006BDB;
  position: absolute;
  top: 32px;
  right: 48px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .group__company-icon {
    top: 18px;
    right: 23px;
  }
}
.group__company-icon::before {
  content: "";
  width: 0.1%;
  height: 0.1%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.25s;
}
.group__company-icon::after {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url("../image/btn_link_b.svg");
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(50%);
}
.group__company-icon:hover::after {
  background-image: url("../image/btn_link_w.svg");
}
.group__company-icon:hover::before {
  width: 100%;
  height: 100%;
  background-color: #006bdb;
}
.group__company-bottom {
  display: flex;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .group__company-bottom {
    display: block;
    padding-top: 16px;
  }
}
.group__company-text {
  display: flex;
}
@media screen and (max-width: 768px) {
  .group__company-text {
    display: block;
  }
}
.group__company-text-left {
  width: 80px;
  font-size: 15px;
  font-family: "Noto Sans JP";
  font-weight: 600;
  line-height: 1.8;
}
.group__company-text-center {
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .group__company-text-center {
    display: block;
  }
}
.group__company-text-right {
  width: -webkit-fill-available;
  color: #1D1D1D;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .group__company-text-right {
    font-size: 15px;
    margin-bottom: 21px;
  }
}
.group__company-text-right.flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.group__company-text-right:last-child {
  margin-bottom: 0px;
}
.group__company-text-right-left {
  width: 148px;
}
@media screen and (max-width: 768px) {
  .group__company-text-right-left {
    width: 100%;
  }
}
.group__company-text-right-right {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .group__company-text-right-right {
    width: 100%;
  }
}

.top-message {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
}
.top-message__wrapper {
  width: min(82.2916666667vw, 1200px);
  margin: 0 auto;
  padding-top: 6.25vw;
  padding-bottom: 8.3333333333vw;
  padding-left: min(31.25vw, 600px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-message__wrapper {
    width: calc(100% - 20px);
    padding-left: 20px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
    border-top-left-radius: 64px;
    background-color: #fff;
    margin-left: auto;
    margin-right: 0;
    padding-bottom: 55px;
  }
}
.top-message__wrapper::after {
  content: "";
  width: 10000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 15.625vw;
  background-color: #fff;
  border-top-left-radius: 64px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-message__wrapper::after {
    display: none;
  }
}
.top-message__title {
  font-size: 42px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 110px;
  background: linear-gradient(90deg, #3b89dc 0%, #00b3db 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .top-message__title {
    font-size: 25px;
    margin-bottom: 0;
    order: 1;
  }
}
.top-message__text {
  font-size: 16px;
  line-height: 2;
  color: #1D1D1D;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .top-message__text {
    order: 3;
    font-size: 16px;
  }
}
.top-message__text.text-right {
  text-align: right;
  margin-top: 4.1666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .top-message__text.text-right {
    margin-top: 0px;
    width: 100%;
  }
}
.top-message__text sup {
  font-size: 11px;
  margin: 0 2px;
}
.top-message__note {
  font-size: 12px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .top-message__note {
    order: 3;
    width: 100%;
    margin: 0;
  }
}
.top-message__note a {
  color: #1D1D1D;
  text-decoration: underline;
}
.top-message__img-wrapper {
  width: min(27.0833333333vw, 520px);
  position: absolute;
  top: 6.25vw;
  left: 0;
  border-radius: 2.5vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-message__img-wrapper {
    position: static;
    order: 2;
    width: min(100%, 246px);
    height: auto;
    aspect-ratio: 246/327;
    top: auto;
    left: auto;
    border-radius: 16px;
  }
}
.top-message__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.first-detail {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .first-detail {
    padding-bottom: 56px;
  }
}
.first-detail__wrapper {
  width: min(90%, 1120px);
  margin: 0 auto;
}
.first-detail__top-text {
  width: 100%;
  margin: 0 auto;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 56px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .first-detail__top-text {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 32px;
  }
}
.first-detail__transition {
  width: 100%;
  margin: 0 auto;
  background-color: #F2F8FF;
  border-radius: 32px;
  padding-top: 58px;
  padding-bottom: 58px;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .first-detail__transition {
    padding: 32px;
    margin-bottom: 40px;
  }
}
.first-detail__transition-contents {
  width: min(826px, 90%);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .first-detail__transition-contents {
    width: 100%;
    row-gap: 12px;
  }
}
.first-detail__transition-img-wrapper {
  width: 440px;
  height: 196px;
}
@media screen and (max-width: 768px) {
  .first-detail__transition-img-wrapper {
    width: min(271px, 100%);
    height: auto;
    aspect-ratio: 440/196;
  }
}
.first-detail__transition-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.first-detail__transition-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #687889;
  font-size: 16px;
  line-height: 2;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .first-detail__transition-text {
    font-size: 13px;
  }
}
.first-detail__transition-text .small {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .first-detail__transition-text .small {
    font-size: 10px;
  }
}
.first-detail__explain {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 84px;
}
@media screen and (max-width: 768px) {
  .first-detail__explain {
    margin-bottom: 40px;
  }
}
.first-detail__explain-contents {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .first-detail__explain-contents {
    width: 100%;
  }
}
.first-detail__explain-title {
  color: #006BDB;
  line-height: 1.5;
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .first-detail__explain-title {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.first-detail__explain-title sup {
  font-size: 12px;
  margin: 0 4px;
  top: -15px;
}
@media screen and (max-width: 768px) {
  .first-detail__explain-title sup {
    font-size: 10px;
    top: -6px;
  }
}
.first-detail__explain-text {
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 32px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .first-detail__explain-text {
    margin-bottom: 24px;
    font-size: 15px;
  }
}
.first-detail__explain-note {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .first-detail__explain-note {
    margin-bottom: 36px;
  }
}
.first-detail__explain-note a {
  color: #1D1D1D;
  text-decoration: underline;
}
.first-detail__explain-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 44px;
  line-height: 30px;
  font-size: 16px;
  color: #006BDB;
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 768px) {
  .first-detail__explain-btn {
    font-size: 15px;
  }
}
.first-detail__explain-btn-icon {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #006BDB;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .first-detail__explain-btn-icon {
    width: 28px;
    height: 28px;
  }
}
.first-detail__explain-btn-icon::after {
  content: "";
  width: 0.1%;
  height: 0.1%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.25s;
}
.first-detail__explain-btn-icon::before {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url("../image/btn_link_b.svg");
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .first-detail__explain-btn-icon::before {
    right: 8px;
  }
}
.first-detail__explain-btn:hover .first-detail__explain-btn-icon::before {
  background-image: url("../image/btn_link_w.svg");
}
.first-detail__explain-btn:hover .first-detail__explain-btn-icon::after {
  width: 100%;
  height: 100%;
  background-color: #006bdb;
}
.first-detail__explain-img-wrapper {
  width: 42%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .first-detail__explain-img-wrapper {
    display: none;
  }
}
.first-detail__explain-img-wrapper img {
  width: 100%;
}
.first-detail__explain-img-wrapper-sm {
  width: 207px;
  height: 170px;
  display: none;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .first-detail__explain-img-wrapper-sm {
    display: block;
  }
}
.first-detail__explain-img-wrapper-sm img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.first-detail__related {
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .first-detail__related {
    width: min(295px, 100%);
  }
}
.first-detail__related-title {
  color: #687889;
  line-height: 1;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .first-detail__related-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.first-detail__related-cards {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .first-detail__related-cards {
    row-gap: 24px;
  }
}
.first-detail__related-card {
  width: 346px;
  height: 140px;
  background-color: #fff;
  padding-top: 31px;
  box-sizing: border-box;
  box-shadow: rgba(36, 83, 132, 0.1215686275) 0px 0px 20px;
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .first-detail__related-card {
    width: min(295px, 100%);
    height: 117px;
    padding-top: 23px;
    box-shadow: rgba(36, 83, 132, 0.1215686275) 0 0 10px;
  }
}
.first-detail__related-card:hover .first-detail__related-card-btn::before {
  background-image: url("../image/btn_link_w.svg");
}
.first-detail__related-card:hover .first-detail__related-card-btn::after {
  width: 100%;
  height: 100%;
  background-color: #006bdb;
}
.first-detail__related-card-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.first-detail__related-card-btn {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #007bdb;
  position: absolute;
  top: 24px;
  right: 32px;
}
@media screen and (max-width: 768px) {
  .first-detail__related-card-btn {
    width: 28px;
    height: 28px;
    top: 19px;
    right: 15px;
  }
}
.first-detail__related-card-btn::before {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url("../image/btn_link_b.svg");
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(50%);
  z-index: 2;
}
.first-detail__related-card-btn::after {
  content: "";
  width: 0.1%;
  height: 0.1%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.25s;
}
.first-detail__related-card.transparent-1, .first-detail__related-card.transparent-2 {
  opacity: 0;
  height: 1px;
}
@media screen and (max-width: 1242px) {
  .first-detail__related-card.transparent-2 {
    display: none;
  }
}
@media screen and (max-width: 813px) {
  .first-detail__related-card.transparent-1 {
    display: none;
  }
}
.first-detail__related-card.two-row {
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .first-detail__related-card.two-row {
    padding-top: 16px;
  }
}
.first-detail__related-card-logo-wrapper {
  height: 46px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .first-detail__related-card-logo-wrapper {
    height: 40px;
  }
}
.first-detail__related-card-logo-wrapper img {
  height: 100%;
}
.first-detail__related-card-text {
  color: #687889;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.8333333333;
  text-align: center;
  margin-bottom: 13px;
}
.first-detail__related-card-text.two-row {
  margin-bottom: 4px;
  line-height: 1.3333333333;
}

.second-detail {
  background-color: #F2F8FF;
  border-top-right-radius: 160px;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .second-detail {
    padding-top: 56px;
    padding-bottom: 56px;
    border-top-right-radius: 64px;
  }
}
.second-detail__wrapper {
  width: min(1120px, 90%);
  margin: 0 auto;
}
.second-detail__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .second-detail__top {
    flex-wrap: wrap;
    row-gap: 32px;
  }
}
.second-detail__top-contents {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .second-detail__top-contents {
    width: 100%;
  }
}
.second-detail__top-title {
  color: #006BDB;
  line-height: 1.5;
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .second-detail__top-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 32px;
  }
}
.second-detail__top-text {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .second-detail__top-text {
    font-size: 15px;
    line-height: 1.8;
  }
}
.second-detail__top-img-wrapper {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .second-detail__top-img-wrapper {
    width: min(295px, 100%);
    height: auto;
    aspect-ratio: 295/314;
    margin: 0 auto;
  }
}
.second-detail__top-img-wrapper img {
  width: 100%;
}
.second-detail__cards {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 42px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .second-detail__cards {
    row-gap: 24px;
  }
}
.second-detail__card {
  width: calc(50% - 20px);
  background-color: #fff;
  padding-top: 33px;
  padding-bottom: 48px;
  padding-left: 48px;
  padding-right: 48px;
  border-radius: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .second-detail__card {
    width: 100%;
    padding: 24px 20px;
  }
}
.second-detail__card:hover .second-detail__card-icon::before {
  background-image: url("../image/btn_link_w.svg");
}
.second-detail__card:hover .second-detail__card-icon::after {
  width: 100%;
  height: 100%;
  background-color: #006bdb;
}
.second-detail__card-title {
  line-height: 1.5;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding-bottom: 24px;
  border-bottom: 1px solid #D3DEE9;
  position: relative;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .second-detail__card-title {
    font-size: 15px;
    padding-bottom: 18px;
    padding-right: 43px;
  }
}
.second-detail__card-text {
  padding-top: 24px;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .second-detail__card-text {
    padding-top: 15px;
    font-size: 15px;
  }
}
.second-detail__card-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.second-detail__card-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #006BDB;
  position: absolute;
  top: 32px;
  right: 48px;
}
@media screen and (max-width: 768px) {
  .second-detail__card-icon {
    width: 28px;
    height: 28px;
    top: 20px;
    right: 20px;
  }
}
.second-detail__card-icon::before {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url("../image/btn_link_b.svg");
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
.second-detail__card-icon::after {
  content: "";
  width: 0.1%;
  height: 0.1%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.25s;
}

.third-detail {
  padding-top: 100px;
  padding-bottom: 150px;
  background-color: #0063C1;
}
.third-detail__title {
  font-size: 32px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.third-detail__title-small {
  font-size: 14px;
  color: #00FFFF;
  line-height: 1;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 80px;
  text-align: center;
}
.third-detail__block {
  position: relative;
  width: 100%;
  height: 450px;
}
.third-detail__block-title {
  color: #fff;
  font-size: 24px;
  line-height: 1.6666666667;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.third-detail__wrapper {
  width: min(100%, 1388px);
  margin: 0 auto;
  padding-left: 150px;
}
.third-detail__textarea {
  position: relative;
  padding-top: 82px;
  z-index: 2;
}
.third-detail__text {
  color: #fff;
  line-height: 1.625;
  font-size: 16px;
  width: 494px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.third-detail__img-wrapper {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.third-detail__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.philosophy {
  padding-top: 0px;
  padding-bottom: 0px;
}
.philosophy__top {
  padding: 120px 0 160px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .philosophy__top {
    padding: 56px 0 56px;
  }
}
.philosophy__top .under-content-title2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .philosophy__top .under-content-title2 {
    margin-bottom: max(7.2727272727vw, 56px);
  }
}
.philosophy__top-content {
  font-size: 64px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 56px;
  background: linear-gradient(270deg, #006bdb 0%, #00b3db 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1100px) {
  .philosophy__top-content {
    font-size: max(5.0909090909vw, 48px);
  }
}
@media screen and (max-width: 768px) {
  .philosophy__top-content {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
.philosophy__top-br {
  display: none;
}
@media screen and (max-width: 1100px) {
  .philosophy__top-br {
    display: block;
  }
}
.philosophy__top-text {
  font-size: 20px;
  color: #C2D9F2;
  text-align: center;
  font-family: "sweet-sans-pro";
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .philosophy__top-text {
    font-size: 12px;
  }
}
.philosophy__top-bg-1 {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  height: 455px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .philosophy__top-bg-1 {
    width: 170px;
    height: 158px;
  }
}
.philosophy__top-bg-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .philosophy__top-bg-1 img {
    display: none;
  }
}
.philosophy__top-bg-1 img.sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .philosophy__top-bg-1 img.sm {
    display: block;
  }
}
.philosophy__top-bg-2 {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  height: 455px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .philosophy__top-bg-2 {
    width: 170px;
    height: 158px;
  }
}
.philosophy__top-bg-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .philosophy__top-bg-2 img {
    display: none;
  }
}
.philosophy__top-bg-2 img.sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .philosophy__top-bg-2 img.sm {
    display: block;
  }
}
.philosophy__title {
  font-size: 32px;
  line-height: 1;
  text-align: center;
  color: #fff;
  letter-spacing: 0.016em;
  margin-bottom: 83px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.philosophy__goal {
  background-color: #F2F8FF;
  border-top-right-radius: 160px;
  padding-top: 120px;
  padding-bottom: 160px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .philosophy__goal {
    padding-top: 56px;
    padding-bottom: 80px;
    border-top-right-radius: 64px;
  }
}
.philosophy__goal .under-content-title2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .philosophy__goal .under-content-title2 {
    margin-bottom: max(7.2727272727vw, 56px);
  }
}
.philosophy__goal-content {
  font-size: 64px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 56px;
  background: linear-gradient(270deg, #006bdb 0%, #00b3db 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1100px) {
  .philosophy__goal-content {
    font-size: max(5.0909090909vw, 48px);
  }
}
@media screen and (max-width: 768px) {
  .philosophy__goal-content {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
.philosophy__goal-text {
  font-size: 20px;
  color: #C2D9F2;
  text-align: center;
  font-family: "sweet-sans-pro";
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .philosophy__goal-text {
    font-size: 12px;
  }
}
.philosophy__goal-detail {
  font-size: 22px;
  color: #006bdb;
  text-align: center;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .philosophy__goal-detail {
    font-size: 16px;
    margin: 80px 24px 0;
  }
}
@media screen and (max-width: 414px) {
  .philosophy__goal-detail {
    margin-top: 56px;
  }
}
.philosophy__goal-detail .sm-br {
  display: none;
}
@media screen and (max-width: 530px) {
  .philosophy__goal-detail .sm-br {
    display: block;
  }
}/*# sourceMappingURL=about.css.map */