@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap";
.top-container {
  font-family: "Noto Sans JP", sans-serif;
}
.top-container header {
  position: sticky;
  top: 0;
  z-index: 10;
}
.top-wrapper {
  margin: 5rem auto 2.5rem;
}
.top-wrapper > .elem-heading-lv2 {
  width: min(90%, 1245px);
}
@media screen and (max-width: 568px) {
  .top-wrapper > .divide-layout--column-3 {
    width: min(90%, 1245px);
    margin-inline: auto;
  }
}
.top-classifying {
  margin-bottom: 60px;
}
.top-classifying__table {
  width: 100%;
  border: 1px solid #d6d8d8;
  table-layout: fixed;
}
.top-classifying__table--pc {
  display: inline-table;
}
.top-classifying__table--sp {
  display: none;
}
.top-classifying__table tr th {
  padding: 8px 24px;
  border-bottom: 1px solid #d6d8d8;
  background-color: #e7f3f5;
  color: #009e96;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.08em;
}
.top-classifying__table tr th:first-of-type {
  border-right: 1px solid #d6d8d8;
}
.top-classifying__table tr td {
  padding: 8px 24px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.top-classifying__table tr td.top-classifying__title {
  padding: 0 24px;
  border-right: 1px solid #d6d8d8;
  background-color: #f7f9fe;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.08em;
}
.top-classifying__table tr td.firstData {
  padding: 24px 24px 8px;
}
.top-classifying__table tr td.lastData {
  padding: 8px 24px 24px;
}
.top-classifying__tr {
  border-top: 1px solid #d6d8d8;
}
@media screen and (max-width: 1024px) {
  .top-classifying__table--pc {
    display: none;
  }
  .top-classifying__table--sp {
    display: inline-table;
  }
  .top-classifying__table--sp tr td.top-classifying__title {
    padding: 24px 24px 8px;
    border-bottom: 1px solid #d6d8d8;
  }
  .top-classifying__table--sp tr td.lastData {
    border-bottom: 1px solid #d6d8d8;
  }
}
@media screen and (max-width: 768px) {
  .top-classifying__table tr th {
    font-size: 20px;
  }
  .top-classifying__table tr td.top-classifying__title {
    font-size: 20px;
  }
}
.top-combine {
  padding: 80px 0;
  background-color: #d4efed;
  letter-spacing: 0.04em;
}
.top-combine__inner {
  width: min(90%, 1245px);
  margin-inline: auto;
  text-align: center;
}
.top-combine__2ndHeading {
  margin-bottom: 28px;
  color: #009e96;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.3;
}
.top-combine__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
}
.top-combine__text::after {
  display: block;
  width: 4px;
  height: 40px;
  margin: 40px auto 0;
  background-color: #009e96;
  content: "";
}
@media screen and (max-width: 1024px) {
  .top-combine__inner {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .top-combine {
    padding: 40px 0;
  }
  .top-combine__2ndHeading {
    margin-bottom: 32px;
    font-size: 36px;
  }
  .top-combine__2ndHeading::after {
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 414px) {
  .top-combine__2ndHeading {
    font-size: 32px;
  }
}
.top-cta {
  padding: 16px 0;
  background-color: #ecf3f3;
}
.top-cta__inner {
  width: min(90%, 1245px);
  margin-inline: auto;
}
.top-cta__block {
  display: flex;
  justify-content: flex-end;
}
.top-cta__button {
  display: flex;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  transition: 0.4s;
}
.top-cta__button:hover {
  opacity: 0.8;
  color: #fff;
}
.top-cta__button:first-of-type {
  margin-right: 24px;
}
.top-cta__button--sample::before,
.top-cta__button--sample::after,
.top-cta__button--contact::before,
.top-cta__button--contact::after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.top-cta__button--sample::after,
.top-cta__button--contact::after {
  width: 12px;
  height: 20px;
  margin-left: 16px;
  background-image: url('/image.jsp?id=15878');
}
.top-cta__button--sample {
  background-color: #009e96;
}
.top-cta__button--sample::before {
  width: 49px;
  height: 50px;
  margin-right: 16px;
  background-image: url('/image.jsp?id=15881');
}
.top-cta__button--contact {
  background-color: #ea5504;
}
.top-cta__button--contact::before {
  width: 55px;
  height: 45px;
  margin-right: 24px;
  background-image: url('/image.jsp?id=15880');
}
@media screen and (max-width: 1024px) {
  .top-cta {
    padding: 24px 0;
  }
  .top-cta__block {
    flex-direction: column;
  }
  .top-cta__button {
    justify-content: space-between;
    width: 100%;
  }
  .top-cta__button:first-of-type {
    margin: 0 0 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-cta__button {
    padding: 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
  .top-cta__button--sample::before {
    width: 30px;
    height: 31px;
    margin-right: 12px;
  }
  .top-cta__button--contact::before {
    width: 45px;
    height: 35px;
    margin-right: 20px;
  }
}
.top-dataitem__table {
  width: 100%;
  border: 1px solid #d6d8d8;
  table-layout: fixed;
}
.top-dataitem__table--pc {
  display: inline-table;
}
.top-dataitem__table--sp {
  display: none;
}
.top-dataitem__table tr th {
  padding: 8px 32px;
  border-bottom: 1px solid #d6d8d8;
  background-color: #e7f3f5;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.08em;
}
.top-dataitem__table tr th:nth-of-type(1) {
  color: #009e96;
}
.top-dataitem__table tr th:nth-of-type(2),.top-classifying__table tr th:nth-of-type(3) {
  font-size: 14px;
  text-align: right;
  color: #333;
}
.top-dataitem__table tr th:nth-of-type(2) span, .top-classifying__table tr th:nth-of-type(3) span{
  color: #ea5504;
}
.top-dataitem__table tr td {
  position: relative;
  padding: 10px 32px;
  border-right: 1px solid #d6d8d8;
  border-left: 1px solid #d6d8d8;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.top-dataitem__table tr td span,.top-classifying__table tr td span {
  color: #ea5504;
}
.top-dataitem__table tr td.firstData {
  padding: 24px 32px 10px;
}
.top-dataitem__table tr td.lastData {
  padding: 10px 32px 24px;
}
.top-dataitem__table tr .subData {
  position: absolute;
  top: 0;
  left: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .top-dataitem__table--pc {
    display: none;
  }
  .top-dataitem__table--sp {
    display: inline-table;
  }
}
@media screen and (max-width: 768px) {
  .top-dataitem__table--sp tr th {
    padding: 8px 24px;
  }
  .top-dataitem__table--sp tr th p:nth-of-type(1) {
    color: #009e96;
    font-size: 20px;
  }
  .top-dataitem__table--sp tr th p:nth-of-type(2),.top-classifying__table--sp tr th p:nth-of-type(2) {
    color: #333;
    font-size: 14px;
  }
  .top-dataitem__table--sp tr th p:nth-of-type(2) span, .top-classifying__table--sp tr th p:nth-of-type(2) span{
    color: #ea5504;
  }
  .top-dataitem__table--sp tr td {
    padding: 10px 24px;
  }
  .top-dataitem__table--sp tr td span,.top-classifying__table--sp tr td span{
    color: #ea5504;
  }
  .top-dataitem__table--sp tr td.firstData {
    padding: 24px 24px 10px;
  }
  .top-dataitem__table--sp tr td.lastData {
    padding: 10px 24px 24px;
  }
}
.top-feature {
  position: relative;
  overflow: hidden;
  padding: 160px 0 100px;
  background-color: rgba(0, 158, 150, 0.1);
  letter-spacing: 0.04em;
}
.top-feature__object {
  position: absolute;
}
.top-feature__object--top {
  top: -88px;
  right: 0;
  max-width: 785px;
}
.top-feature__object--bottom {
  max-width: 1030px;
  bottom: -32px;
  left: -296px;
}
.top-feature__inner {
  width: min(90%, 1245px);
  margin-inline: auto;
}
.top-feature__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 160px;
}
.top-feature__wrap > img {
  position: relative;
  z-index: 1;
  width: 648px;
  box-shadow: 0 15px 20px rgba(49, 158, 150, 0.25);
}
.top-feature__wrap:last-of-type {
  margin-bottom: 0;
}
.top-feature__wrap:nth-of-type(2) .top-feature__number {
  right: 0;
}
.top-feature__box {
  position: relative;
  max-width: 568px;
}
.top-feature__number {
  position: absolute;
  top: -104px;
  color: #fff;
  font-weight: 700;
  font-size: 200px;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Roboto Condensed";
  opacity: 0.7;
}
.top-feature__2ndHeading {
  position: relative;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.6;
}
.top-feature__2ndHeading::before {
  display: inline-block;
  position: absolute;
  top: -56px;
  left: 0;
  width: 40px;
  height: 4px;
  background-color: #009e96;
  content: "";
}
.top-feature__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
}
.top-feature__3rdHeading {
  margin: 40px 0 20px;
  color: #009e96;
  font-weight: 700;
  font-size: 24px;
}
.top-feature__button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  max-width: 660px;
  padding: 12px 16px;
  margin: 100px auto 0;
  border-radius: 9999px;
  background-color: #009e96;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  transition: 0.4s;
}
.top-feature__button > span {
  margin: 0 8px;
}
.top-feature__button::after {
  display: inline-block;
  background-image: url('/image.jsp?id=15878');
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 20px;
  margin-left: 24px;
  vertical-align: middle;
  content: "";
}
@media (hover: hover) {
  .top-feature__button:hover {
    background-color: #ea5504;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .top-feature__object--top {
    top: 0;
    max-width: 100%;
  }
  .top-feature__object--bottom {
    max-width: 100%;
    bottom: 0;
    left: 0;
  }
  .top-feature__wrap {
    flex-direction: column;
  }
  .top-feature__wrap > img {
    margin: 32px auto 0;
  }
  .top-feature__wrap:nth-of-type(2) {
    flex-direction: column-reverse;
  }
  .top-feature__box {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-feature {
    padding: 90px 0 50px;
  }
  .top-feature__wrap {
    margin-bottom: 140px;
  }
  .top-feature__wrap > img {
    width: 100%;
  }
  .top-feature__number {
    top: -96px;
    font-size: 160px;
  }
  .top-feature__2ndHeading {
    font-size: 32px;
  }
  .top-feature__2ndHeading::before {
    top: -48px;
  }
  .top-feature__3rdHeading {
    margin: 24px 0;
    font-size: 20px;
  }
  .top-feature__button {
    width: 100%;
    margin: 50px auto 0;
    font-size: 16px;
  }
  .top-feature__button::after {
    margin-left: 24px;
  }
}
@media screen and (max-width: 414px) {
  .top-feature__wrap {
    margin-bottom: 120px;
  }
  .top-feature__number {
    top: -88px;
    font-size: 120px;
  }
  .top-feature__2ndHeading {
    font-size: 28px;
  }
  .top-feature__2ndHeading::before {
    top: -40px;
  }
  .top-feature__3rdHeading {
    font-size: 18px;
  }
  .top-feature__button {
    font-size: 15px;
  }
}
.top-field {
  padding: 60px 0 80px;
  background-image: url('/image.jsp?id=15871');
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top-field__inner {
  width: min(90%, 1245px);
  margin-inline: auto;
}
.top-field__2ndHeading {
  color: #fff;
  font-size: 42px;
  letter-spacing: 0.08em;
  text-align: center;
}
.top-field__2ndHeading::after {
  display: block;
  width: 4px;
  height: 40px;
  margin: 16px auto 40px;
  background-color: #fff;
  content: "";
}
.top-field__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
}
.top-field__item {
  padding: 48px 24px;
  background-color: #fff;
  font-size: 14px;
}
.top-field__item > img {
  display: block;
  height: 160px;
  margin-inline: auto;
}
.top-field__title {
  color: #009e96;
  margin: 20px 0;
  font-size: 32px;
  letter-spacing: 0.02em;
  text-align: center;
}
.top-field__text {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .top-field__2ndHeading {
    font-size: 36px;
  }
  .top-field__list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
  }
  .top-field__item {
    padding: 40px 24px;
  }
  .top-field__item > img {
    height: 140px;
  }
  .top-field__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 414px) {
  .top-field {
    padding: 40px 0 60px;
  }
  .top-field__2ndHeading {
    font-size: 28px;
  }
  .top-field__title {
    font-size: 24px;
  }
}
.top-following-pc {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 50;
}
.top-following-pc__button {
  display: flex;
  align-items: center;
  padding: 24px 12px;
  border-radius: 12px 0 0 12px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  writing-mode: vertical-rl;
}
.top-following-pc__button:hover {
  color: #fff;
}
.top-following-pc__button:first-of-type {
  margin-bottom: 24px;
}
.top-following-pc__button--sample,
.top-following-pc__button--contact {
  transition: 0.4s;
}
.top-following-pc__button--sample::after,
.top-following-pc__button--contact::after {
  display: inline-block;
  margin-top: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
@media (hover: hover) {
  .top-following-pc__button--sample:hover,
  .top-following-pc__button--contact:hover {
    color: #fff;
  }
}
.top-following-pc__button--sample {
  background-color: #009e96;
}
.top-following-pc__button--sample::after {
  width: 33px;
  height: 35px;
  background-image: url('/image.jsp?id=15881');
}
.top-following-pc__button--contact {
  background-color: #ea5504;
}
.top-following-pc__button--contact::after {
  width: 33px;
  height: 27px;
  background-image: url('/image.jsp?id=15880');
}
@media screen and (max-width: 768px) {
  .top-following-pc {
    display: none;
  }
}
.top-following-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-following-sp {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 50;
    width: 100%;
    padding: 24px 12px;
    background-color: #ecf3f3;
  }
  .top-following-sp__inner {
    display: flex;
    gap: 12px;
  }
  .top-following-sp__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 16px;
    border-radius: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  .top-following-sp__button::after {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: "";
  }
}
@media screen and (max-width: 768px) and (hover: hover) {
  .top-following-sp__button:hover {
    color: #fff;
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .top-following-sp__button--sample {
    background-color: #009e96;
  }
  .top-following-sp__button--sample::after {
    width: 22px;
    height: 24px;
    background-image: url('/image.jsp?id=15881');
  }
}
@media screen and (max-width: 768px) {
  .top-following-sp__button--contact {
    background-color: #ea5504;
  }
  .top-following-sp__button--contact::after {
    width: 23px;
    height: 17px;
    background-image: url('/image.jsp?id=15880');
  }
}
.top-intro {
  position: relative;
  padding: 40px 0 100px;
  background-color: #009e96;
  color: #fff;
  letter-spacing: 0.04em;
}
.top-intro__object {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1457px;
}
.top-intro__inner {
  position: relative;
  width: min(90%, 1245px);
  margin-inline: auto;
}
.top-intro__text1,
.top-intro__text2,
.top-intro__2ndHeading,
.top-intro__text3 {
  text-shadow: 7px 8px 18px rgba(41, 158, 150, 0.2);
  text-align: center;
}
.top-intro__text1,
.top-intro__text2,
.top-intro__2ndHeading,
.top-intro__3rdHeading {
  font-weight: 700;
}
.top-intro__text1 {
  font-size: 36px;
}
.top-intro__text1 > span {
  font-size: 80px;
}
.top-intro__block1 {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
.top-intro__text2 {
  padding-bottom: 6px;
  font-size: 42px;
}
.top-intro__text3 {
  font-weight: 500;
  font-size: 16px;
}
.top-intro__line1,
.top-intro__line2 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 12px;
  border-top: 1px solid #ea5504;
  border-bottom: 1px solid #ea5504;
  transform: skew(-35deg);
  background-color: #ea5504;
}
.top-intro__line2 {
  display: none;
}
.top-intro__2ndHeading {
  margin: 8px 0 24px;
  font-size: 68px;
}
.top-intro__3rdHeading {
  position: relative;
  margin-top: 64px;
  font-size: 36px;
}
.top-intro__3rdHeading::before {
  position: absolute;
  top: -40px;
  left: 0;
  color: #fff;
  font-weight: 700;
  font-size: 150px;
  line-height: 1;
  font-family: "Roboto Condensed";
  opacity: 0.2;
  content: "Point";
}
.top-intro__text4 {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
}
.top-intro__list {
  display: flex;
  justify-content: space-between;
}
.top-intro__item {
  width: 600px;
  background-color: #fff;
}
.top-intro__item > img {
  display: block;
  width: 100%;
  aspect-ratio: 75/43;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-intro__box {
  padding: 32px 24px;
}
.top-intro__block2 {
  display: flex;
  align-items: center;
}
.top-intro__block2 > img {
  display: block;
  width: 29px;
  margin: 0 12px;
}
.top-intro__4thHeading {
  color: #009e96;
  font-weight: 700;
  font-size: 24px;
}
.top-intro__text5,
.top-intro__text6 {
  margin-top: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
}
.top-intro__text5 {
  color: #333;
}
.top-intro__text6 {
  color: #324fad;
}
@media screen and (max-width: 1024px) {
  .top-intro__text1,
  .top-intro__text2,
  .top-intro__2ndHeading,
  .top-intro__text3 {
    text-align: left;
  }
  .top-intro__text1 {
    font-size: 32px;
  }
  .top-intro__text1 > span {
    font-size: 76px;
  }
  .top-intro__text2 {
    font-size: 38px;
  }
  .top-intro__2ndHeading {
    font-size: 64px;
  }
  .top-intro__block1 {
    margin-inline: 0;
  }
  .top-intro__3rdHeading {
    margin-top: 56px;
    font-size: 32px;
  }
  .top-intro__3rdHeading::before {
    font-size: 132px;
  }
  .top-intro__list {
    flex-direction: column;
  }
  .top-intro__item {
    width: 100%;
  }
  .top-intro__item:nth-of-type(1) {
    margin-bottom: 40px;
  }
  .top-intro__block2 {
    justify-content: center;
  }
  .top-intro__4thHeading {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-intro__line1,
  .top-intro__line2 {
    height: 8px;
  }
  .top-intro__line1 {
    top: 44px;
  }
  .top-intro__line2 {
    display: block;
    bottom: 0;
  }
  .top-intro__text1 {
    font-size: 20px;
  }
  .top-intro__text1 > span {
    font-size: 48px;
  }
  .top-intro__text2 {
    font-size: 28px;
  }
  .top-intro__2ndHeading {
    font-size: 48px;
  }
  .top-intro__3rdHeading {
    margin-top: 48px;
    font-size: 24px;
  }
  .top-intro__3rdHeading::before {
    font-size: 128px;
  }
  .top-intro__list {
    flex-direction: column;
  }
  .top-intro__block2 {
    flex-direction: column;
  }
  .top-intro__block2 > img {
    width: 20px;
    margin: 12px 0;
  }
}
@media screen and (max-width: 414px) {
  .top-intro {
    padding: 40px 0 60px;
  }
  .top-intro__line1 {
    top: 36px;
  }
  .top-intro__text1 {
    font-size: 20px;
  }
  .top-intro__text1 > span {
    font-size: 40px;
  }
  .top-intro__text2 {
    font-size: 24px;
  }
  .top-intro__2ndHeading {
    font-size: 40px;
  }
  .top-intro__3rdHeading {
    margin-top: 40px;
    font-size: 20px;
  }
  .top-intro__3rdHeading::before {
    font-size: 100px;
  }
}
.top-movie {
  padding: 60px 0;
  background-color: rgba(50, 79, 173, 0.05);
  letter-spacing: 0.04em;
}
.top-movie__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(90%, 1245px);
  margin-inline: auto;
}
.top-movie__2ndHeading {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.5;
}
.top-movie__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .top-movie__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .top-movie__iframe {
    width: 100%;
    margin-top: 24px;
    aspect-ratio: 16/9;
  }
  .top-movie__iframe > iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-movie__2ndHeading {
    font-size: 36px;
  }
  .top-movie__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 414px) {
  .top-movie__2ndHeading {
    font-size: 32px;
  }
  .top-movie__text {
    font-size: 16px;
  }
}
.top-specification {
  margin-bottom: 60px;
}
.top-specification__table {
  width: 100%;
}
.top-specification__table--pc {
  display: inline-table;
}
.top-specification__table--pc tbody tr th,
.top-specification__table--pc tbody tr td {
  text-align: center;
}
.top-specification__table--sp {
  display: none;
}
.top-specification__table tbody tr th {
  padding: 8px 12px;
  border: 1px solid #d6d8d8;
  background-color: #e7f3f5;
  color: #009e96;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.08em;
}
.top-specification__table tbody tr td {
  padding: 16px 12px;
  border: 1px solid #d6d8d8;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.top-specification__text {
  margin-top: 12px;
  color: #263e8b;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
  .top-specification__table--pc {
    display: none;
  }
  .top-specification__table--sp {
    display: inline-table;
  }
}
@media screen and (max-width: 768px) {
  .top-specification__table tbody tr th {
    font-size: 20px;
  }
}
.top-data__inner {
  width: min(90%, 1245px);
  margin: 60px auto;
}
.top-data__2ndHeading {
  margin-bottom: 40px;
  color: #009e96;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 0.08em;
}
.top-data__3rdHeading {
  margin-bottom: 16px;
  color: #009e96;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.08em;
}
.top-data__text {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .top-data__2ndHeading {
    font-size: 42px;
  }
  .top-data__3rdHeading {
    font-size: 32px;
  }
}
@media screen and (max-width: 414px) {
  .top-data__2ndHeading {
    font-size: 36px;
  }
  .top-data__3rdHeading {
    font-size: 24px;
  }
}
.top-overview {
  width: min(90%, 1245px);
  margin-inline: auto;
  padding: 60px 0;
}
.top-overview__text {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.04em;
}
.top-overview__block {
  margin-top: 40px;
  padding: 12px 0;
  border-top: solid 1px #d6d8d8;
  border-bottom: solid 1px #d6d8d8;
}
.top-overview__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 52px;
  border-radius: 9999px;
  background-color: #009e96;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .top-overview__text {
    font-size: 20px;
  }
  .top-overview__block {
    margin-top: 32px;
  }
}
@media screen and (max-width: 414px) {
  .top-overview {
    padding: 40px 0;
  }
  .top-overview__text {
    font-size: 16px;
  }
  .top-overview__block {
    margin-top: 24px;
  }
}
.top-slide img {
  width: 100%;
  height: 429px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right top;
  object-position: right top;
}
.top-slide-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(90%, 1245px);
}
.top-slide-message__inner {
  width: -moz-max-content;
  width: max-content;
  padding: 28px 36px;
  background-color: rgba(255,255,255,0.8);
  letter-spacing: 0.04em;
}
.top-slide-message__text {
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 12px;
  padding: 0 24px;
  background-color: #ecf3f3;
  color: #ea5504;
  font-weight: 700;
  font-size: 40px;
}
.top-slide-message__2ndHeading {
  color: #009e96;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.5;
}
.top-slide-message__2ndHeading > span {
  font-size: 72px;
}
@media screen and (max-width: 1024px) {
  .top-slide-message__text {
    font-size: 24px;
  }
  .top-slide-message__2ndHeading {
    font-size: 40px;
  }
  .top-slide-message__2ndHeading > span {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .top-slide-message__inner {
    padding: 24px 32px;
  }
  .top-slide-message__text {
    font-size: 16px;
  }
  .top-slide-message__2ndHeading {
    font-size: 24px;
  }
  .top-slide-message__2ndHeading > span {
    font-size: 40px;
  }
}
@media screen and (max-width: 414px) {
  .top-slide-message__inner {
    min-width: 300px;
    padding: 16px;
  }
  .top-slide-message__2ndHeading {
    font-size: 20px;
  }
  .top-slide-message__2ndHeading > span {
    font-size: 36px;
  }
  .top-slide img {
    height: auto;
  }
}
.u-inline-block {
  display: inline-block;
}
.u-pc-only {
  display: block;
}
.u-sp-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-pc-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-sp-only {
    display: block;
  }
}
