@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald');

main a {
  transition-duration: 0.2s;
}
#index1 {
  font-feature-settings: 'palt' on;
}
.index1-main {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  padding: 60px calc(50% - 480px) 0;
  box-sizing: border-box;
  position: relative;
}
.index1-main h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.index1-main p {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin-bottom: 24px;
  width: 424px;
}
.index1-btn {
  font-size: 0;
}
.index1-btn a {
  display: inline-block;
  margin-right: 16px;
  text-decoration: none;
  padding: 13px 20px 14px;
  background: #FFFFFF;
  border: 1px solid #C6D8E8;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 180%;
  color: #CD2E26;
}
.index1-btn a::before {
  background: url(../images/top-1-download.svg) no-repeat center;
  content: '';
  display: inline-block;
  vertical-align: -2px;
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.index1-btn a:last-child {
  background: #DF382C;
  border-color: #DF382C;
  color: #FFFFFF;
}
.index1-btn a:last-child::before {
  background-image: url(../images/header-mail.svg);
  vertical-align: -3px;
}
.index1-merit {
  position: absolute;
  left: calc(50% - 37px);
  bottom: 60px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 427px;
}
.index1-merit>div {
  color: #fff;
}
.index1-merit>div h3 {
  background: rgba(25, 35, 50, 0.6);
  border-radius: 24px;
  padding: 4px 16px;
  font-weight: bold;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.index1-merit>div p {
  width: auto;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.02em;
  font-family: Oswald, sans-serif;
  margin-bottom: 0;
}
.index1-merit>div p small {
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.2em;
  margin-left: 2px;
}
.index1-merit>div p span {
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  color: #9FD1FF;
  opacity: 0.8;
  margin-left: 8px;
}
.index1-foot {
  padding: 11px;
  background: #F5F6FA;
}
.index1-topic {
  width: 960px;
  margin: 0 auto;
  border-left: 2px solid #E6E9F2;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  padding-right: 50px;
  position: relative;
}
.index1-topic::after {
  content: '';
  display: block;
  background: url(../images/header-link.svg) no-repeat center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.index1-topic span {
  display: block;
  font-size: 14px;
  line-height: 160%;
  color: #34394A;
}
.index1-topic span:first-child {
  width: 158px;
  text-align: center;
}
.index1-topic span:last-child {
  width: 750px;
  box-sizing: border-box;
}
#index2 {
  padding: 80px calc(50% - 480px);
}
#index2>h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  color: #34394A;
  text-align: center;
  margin-bottom: 48px;
}
#index2>h3 span {
  color: #CD2D26;
}
#index2>h3 img {
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.index2-2-blocks {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
.index2-2-blocks>div:first-child {
  width: 480px;
  font-size: 0;
}
.index2-2-blocks>div:last-child {
  width: 440px;
}
.index2-2-blocks>div:last-child p {
  font-size: 16px;
  line-height: 180%;
  color: #424242;
  margin-bottom: 24px;
}
.index2-2-blocks>div:last-child p:last-child {
  margin-bottom: 0;
}
.index2-2-blocks>div:last-child p a {
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #C6D8E8;
  border-radius: 4px;
  padding: 6px 28px 7px 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #CD2E26;
  position: relative;
  text-decoration: none;
}
.index2-2-blocks>div:last-child p a::after {
  content: '';
  display: block;
  background: url(../images/top-4-arrow-sel.svg) no-repeat center;
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
}
.index2-cards {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.index2-cards>a {
  width: 300px;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 8px;
  text-decoration: none;
}
.index2-cards>a>div:first-child {
  font-size: 0;
}
.index2-cards>a>div:first-child>img {
  border-radius: 8px 8px 0 0;
}
.index2-cards>a>div:last-child {
  border: 1px solid #DBDFED;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 16px 20px 24px;
  text-align: center;
  box-sizing: border-box;
  height: 195px;
  position: relative;
}
.index2-cards>a>div:last-child:before {
  content: '';
  display: block;
  background: url(../images/top-3-point.png) no-repeat center;
  width: 80px;
  height: 36px;
  position: absolute;
  top: -12px;
  left: -11px;
}
.index2-cards>a>div:last-child h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 180%;
  color: #424242;
  margin-bottom: 8px;
}
.index2-cards>a>div:last-child p {
  font-size: 14px;
  line-height: 160%;
  color: #212121;
  margin-bottom: 16px;
}
.index2-cards>a>div:last-child div span {
  border: 2px solid #FECCCF;
  box-sizing: border-box;
  border-radius: 14px;
  padding: 3px 12px 4px;
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  color: #CD2E26;
  display: inline-block;
}
#index3 {
  background: #F5F6FA;
  padding: 80px calc(50% - 480px);
}
#index3>h2 {
  color: #34394A;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 24px;
  text-align: center;
}
#index3>p {
  text-align: center;
  color: #212121;
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 48px;
}
.index3-table {
	font-feature-settings: 'palt' on;
}
.index3-table>div {
  margin-bottom: 16px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  border: 6px solid #E6E9F2;
  box-sizing: border-box;
  border-radius: 16px;
  padding-left: 24px;
  padding: 10px 10px 10px 24px;
}
.index3-table>div:first-child {
  background: #E6E9F2;
}
.index3-table>div:last-child {
  margin-bottom: 0;
}
.index3-table>div h3 {
  width: 148px;
  font-weight: bold;
  font-size: 16px;
  line-height: 180%;
  color: #424242;
}
.index3-cells {
  width: 756px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.index3-cells>* {
  margin-bottom: 12px;
  width: 180px;
  height: 64px;
  box-sizing: border-box;
  background: #89A2BA;
  border-radius: 8px;
  padding: 1px;
  transition: background-image 0.2s,filter 0.3s;
}
.index3-cells>*>div {
  background: #fff;
  padding: 12px 24px 12px 16px;
  border-radius: 7px;
  height: 62px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 14px;
  line-height: 160%;
}
.index3-cells>* small {
  font-size: 12px;
  line-height: 150%;
}
.index3-cells>a {
  color: #CD2D26;
  text-decoration: none;
  position: relative;
}
.index3-cells>a::after {
  content: '';
  display: block;
  background: url(../images/top-4-arrow.svg) no-repeat center;
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
}
.index3-cells>span {
  color: #424242;
  padding-right: 16px;
}
#index4 {
  background: url(../images/top-4-bg.jpg) no-repeat center / cover;
  padding: 80px 0;
  color: #fff;
}
#index4>h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 48px;
  text-align: center;
}
#index4>h2 img {
  margin: 0 8px;
  vertical-align: middle;
}
#index4>h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.24em;
  margin-bottom: 24px;
  text-align: center;
}
.index4-items-a {
  width: 800px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 15px;
  border-bottom: 1px solid #3D576E;
  margin-bottom: 48px;
}
.index4-items-a>div {
  width: 200px;
  height: 110px;
  padding-top: 12px;
  box-sizing: border-box;
  text-align: center;
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 24px;
}
.index4-items-a>div>div:first-child {
  margin-bottom: 8px;
  background: #CD2D26;
  border-radius: 21px;
  padding: 2px 16px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 180%;
  display: inline-block;
}
.index4-items-a>div>div:last-child {
  font-weight: 300;
  font-size: 48px;
  line-height: 140%;
  font-family: Oswald, sans-serif;
}
.index4-items-a>div>div:last-child small {
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-left: 4px;
  vertical-align: 7px;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}
.index4-items-b {
  width: 800px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}
.index4-items-b>div {
  width: 160px;
  height: 100px;
  margin-right: 4px;
  margin-left: 4px;
  padding-top: 12px;
  box-sizing: border-box;
}
.index4-items-b>div>div:first-child {
  background: #FFFFFF;
  border-radius: 21px;
  margin-bottom: 12px;
  color: #2F4558;
  font-size: 16px;
  line-height: 180%;
  display: inline-block;
  padding: 2px 16px;
}
.index4-items-b>div>div:last-child {
  font-weight: 300;
  font-size: 36px;
  line-height: 140%;
  font-family: Oswald, sans-serif;
}
.index4-items-b>div>div:last-child small {
  margin-left: 4px;
  margin-right: 4px;
  font-weight: bold;
  font-size: 14px;
  line-height: 160%;
  vertical-align: 7px;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}
.index4-items-b>div>div:last-child span {
  font-weight: bold;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.08em;
  vertical-align: 7px;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}
#index-introduction {
  background: #F5F6FA;
  padding: 80px 0;
}
#index-introduction h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #34394A;
  margin-bottom: 48px;
}
#index-introduction h2 img {
  vertical-align: middle;
  margin-right: 16px;
}
.index-intro {
  width: 840px;
  margin: 0 auto;
}
.index-intro>p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #424242;
  margin-bottom: 24px;
}
.index-intro-cell {
  margin-bottom: 32px;
}
.index-intro-cell:last-child {
  margin-bottom: 0;
}
.index-intro-cell h3 {
  border-left: 2px solid #2C699E;
  padding: 4px 12px;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.04em;
  color: #2C699E;
}
.index-intro-cell p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #424242;
  margin-bottom: 24px;
}
.index-intro-cell figure {
  font-size: 0;
  text-align: center;
}
.index-intro-link {
  margin-top: 24px;
}
.index-intro-link h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.04em;
  color: #34394A;
  margin-bottom: 8px;
}
.index-intro-link h4::before {
  content: '';
  display: inline-block;
  background: url(../images/related-topic.svg) no-repeat center;
  width: 26px;
  height: 26px;
  vertical-align: -6px;
  margin-right: 8px;
}
.index-intro-link p {
  width: 400px;
  margin-bottom: 0;
}
.index-intro-link p a {
  padding: 1px;
  background: #C6D8E8;
  border-radius: 4px;
  display: block;
  padding: 1px;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #CD2E26;
  text-decoration: none;
  transition: box-shadow 0.3s;
}
.index-intro-link p a>span {
  display: block;
  padding: 6px 28px 8px 12px;
  background: #FFFFFF;
  border-radius: 3px;
  position: relative;
}
.index-intro-link p a>span::after {
  content: '';
  background: url(../images/header-chevron.svg) no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}
#index5 {
  padding: 80px calc(50% - 480px);
}
#index5>h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  color: #212121;
  margin-bottom: 48px;
  text-align: center;
}
#index5>h2 img {
  vertical-align: middle;
  margin-right: 16px;
}
.index5-cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.index5-cards>a {
  width: 300px;
  text-decoration: none;
  border-radius: 8px;
}
.index5-cards>a>div:first-child {
  font-size: 0;
}
.index5-cards>a>div:first-child img {
  border-radius: 8px 8px 0 0;
}
.index5-cards>a>div:last-child {
  border: 1px solid #E6E9F2;
  box-sizing: border-box;
  border-radius: 0 0 8px 8px;
}
.index5-cards>a>div:last-child h3 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 180%;
  color: #424242;
  margin-bottom: 8px;
  padding: 20px 20px 0;
}
.index5-cards>a>div:last-child p {
  font-size: 14px;
  line-height: 160%;
  color: #212121;
  padding: 0 20px;
  margin-bottom: 16px;
}
.index5-cards>a>div:last-child div {
  text-align: center;
  border-top: 1px solid #E6E9F2;
  padding: 17px 17px 18px;
}
.index5-cards>a>div:last-child div span {
  font-weight: bold;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #CD2E26;
}
.index5-cards>a>div:last-child div span::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../images/index5-arrow.svg) no-repeat center;
  width: 18px;
  height: 18px;
  margin-left: 8px;
}
#index6 {
  padding: 80px 0;
  background: #F5F6FA;
  font-feature-settings: 'palt' on;
}
#index6>h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #34394A;
  margin-bottom: 24px;
}
#index6>h2 img {
  vertical-align: middle;
  margin-right: 16px;
}
#index6>p {
  font-size: 16px;
  line-height: 180%;
  color: #212121;
  text-align: center;
  margin-bottom: 48px;
}
.index6-cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 630px;
  margin: 0 auto;
}
.index6-cards>a {
  width: 300px;
  height: 428px;
  border-radius: 8px;
  text-decoration: none;
}
.index6-cards>a>div:first-child {
  font-size: 0;
}
.index6-cards>a>div:first-child img {
  border-radius:8px 8px 0 0 ;
}
.index6-cards>a>div:last-child {
  border: 1px solid #E6E9F2;
  box-sizing: border-box;
  border-radius: 0 0 8px 8px;
  background: #fff;
}
.index6-cards>a>div:last-child h3 {
  padding: 16px 20px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 15px;
  color: #424242;
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index6-cards>a>div:last-child div.index6-func {
  padding: 0 20px;
  font-size: 0;
  margin-bottom: 7px;
  text-align: left;
  height: 94px;
}
.index6-cards>a>div:last-child div.index6-func::before {
  content: '導入内容';
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #89A2BA;
  margin-bottom: 12px;
}
.index6-cards>a>div:last-child div.index6-func span {
  white-space: nowrap;
  margin-right: 8px;
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #3D576E;
  background: #F5F6FA;
  border: 1px solid #E6E9F2;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: inset 0px -1px 0px #CC1F20;
  padding: 0 4px 2px;
  display: inline-block;
}
.index6-cards>a>div:last-child p {
  padding: 0 20px;
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  color: #757575;
  margin-bottom: 15px;
}
.index6-cards>a>div:last-child div:last-child {
  text-align: center;
  border-top: 1px solid #E6E9F2;
  padding: 17px 17px 18px;
}
.index6-cards>a>div:last-child div:last-child span {
  font-weight: bold;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #CD2E26;
}
.index6-cards>a>div:last-child div:last-child span::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../images/index5-arrow.svg) no-repeat center;
  width: 18px;
  height: 18px;
  margin-left: 8px;
}
.index6-logos {
  margin-top: 40px;
  background: #FFFFFF;
  padding: 36px 0;
  text-align: center;
  font-size: 0;
}
.index6-logos h3 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #616161;
  margin-bottom: 20px;
}
.index6-logos>div {
  margin-bottom: 20px;
}
.index6-logos>div:last-child {
  margin-bottom: 0;
}
.index6-logos img {
  margin: 0 16px;
  vertical-align: middle;
}
#index7 {
  padding: 80px 0 40px;
}
#index7>h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #34394A;
  margin-bottom: 24px;
}
#index7>p {
  font-size: 16px;
  line-height: 180%;
  color: #212121;
  margin-bottom: 48px;
  text-align: center;
}
.index7-cards {
  width: 960px;
  margin: 0 auto 48px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.index7-cards>a {
  width: 300px;
  box-sizing: border-box;
  border-radius: 8px;
  text-decoration: none;
}
.index7-cards>a>div:first-child {
  font-size: 0;
  border-radius: 8px 8px 0 0;
  text-align: center;
  padding-top: 31px;
  padding-bottom: 35px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #E6E9F2;
  border-bottom: none;
}
.index7-cards>a>div:first-child::before {
  content: '';
  display: block;
  background: url(../images/top-7-note.png) no-repeat center;
  width: 272px;
  height: 162px;
  position: absolute;
  top: 14px;
  left: 13px;
  z-index: 2;
  filter: drop-shadow(0px 12px 32px rgba(52, 57, 74, 0.15)) drop-shadow(0px 8px 16px rgba(52, 57, 74, 0.05));
}
.index7-cards>a>div:first-child::after {
  content: '';
  display: block;
  background: #DBDFED;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 120px;
  border-radius: 8px 8px 0 0;
}
.index7-cards>a>div:first-child img {
  position: relative;
  z-index: 2;
}
.index7-cards>a>div:last-child h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 180%;
  color: #424242;
  height: 156px;
  padding: 0 20px;
  border: 1px solid #E6E9F2;
  border-top: none;
  border-bottom: none;
}
.index7-cards>a>div:last-child div {
  text-align: center;
  background: #DF382C;
  padding: 17px 17px 18px;
  border-radius: 0 0 8px 8px;
  transition: all 0.5s;
  color: #FFFFFF;
}
.index7-cards>a>div:last-child div span {
  font-weight: bold;
  font-size: 14px;
  line-height: 160%;
}
.index7-cards>a>div:last-child div span::before {
  content: '';
  display: inline-block;
  vertical-align: -2px;
  width: 12px;
  height: 12px;
  background: url(../images/top-7-download.svg) no-repeat center;
  margin-right: 11px;
}
.index7-btn {
  text-align: center;
}
.index7-btn a {
  font-weight: bold;
  font-size: 16px;
  line-height: 180%;
  color: #CD2D26;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
}
.index7-btn a::after {
  content: '';
  display: inline-block;
  background: url(../images/top-4-arrow-sel.svg) no-repeat center;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  vertical-align: -3px;
}
#index8 {
  padding: 40px 0 80px;
}
#index8>h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 48px;
  color: #34394A;
}
.index8-list {
  width: 960px;
  margin: 0 auto 16px;
}
.index8-list:last-child {
  margin-bottom: 0;
}
.index8-list a {
  display: block;
  text-decoration: none;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  border-left: 2px solid #E6E9F2;
  padding-left: 24px;
  font-size: 14px;
  line-height: 160%;
  color: #34394A;
  min-height: 47px;
}
.index8-list a::after {
  content: '';
  display: block;
  background: url(../images/top-8-arrow.svg) no-repeat center;
  width: 26px;
  height: 26px;
}
.index8-list a span:first-child {
  width: 112px;
}
.index8-list a span:last-child {
  width: 750px;
}

@media screen and (min-width: 751px) {
  .index1-main {
    background-image: url(../images/top-1.jpg);
  }
  .index1-btn a:hover {
    background: #eff0f1;
  }
  .index1-btn a:active {
    background: #e4e6e7;
  }
  .index1-btn a:last-child:hover {
    background: #CD2D26;
    border-color: #CD2D26;
  }
  .index1-btn a:last-child:active {
    background: #B11C13;
    border-color: #B11C13;
  }
  .index2-cards>a:hover {
    box-shadow: 0px 12px 32px rgba(52, 57, 74, 0.15), 0px 8px 16px rgba(52, 57, 74, 0.05);
  }
  .index2-cards>a:hover>div:last-child div span {
    border-color: #CD2E26;
  }
  .index2-cards>a:active>div:last-child div span {
    background: linear-gradient(0deg, rgba(29, 48, 64, 0.1), rgba(29, 48, 64, 0.1)), #FFFFFF;
  }
  .index2-2-blocks>div:last-child p a:hover {
    background: #F5F6FA;
  }
  .index3-cells>*:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
  .index3-cells>*:last-child:nth-child(4n+2) {
    margin-right: 384px;
  }
  .index3-cells>*:last-child:nth-child(4n+3) {
    margin-right: 192px;
  }
  .index3-cells>a:hover {
    filter: drop-shadow(0px 12px 32px rgba(52, 57, 74, 0.15)) drop-shadow(0px 8px 16px rgba(52, 57, 74, 0.05));
    background: linear-gradient(90deg, #EE514A 0%, #FB5A15 100%);
    padding: 2px;
  }
  .index3-cells>a:hover>div {
    padding: 11px 23px 11px 15px;
    height: 60px;
  }
  .index3-cells>a:active {
    background: rgba(29, 48, 64, 0.1);
  }
  .index3-cells>a:hover::after {
    background-image: url(../images/top-4-arrow-sel.svg);
  }
  .index-intro-cell figure img:last-child {
    display: none;
  }
  .index-intro-link p a:hover {
    padding: 2px;
    background: linear-gradient(90deg, #EE514A 0%, #FB5A15 100%);
    box-shadow: 0px 12px 32px rgba(52, 57, 74, 0.15), 0px 8px 16px rgba(52, 57, 74, 0.05);
  }
  .index-intro-link p a:hover>span {
    padding: 5px 27px 7px 11px;
    border-radius: 2px;
  }
  .index-intro-link p a:hover>span::after {
    right: 15px;
  }
  .index5-cards>a:hover {
    box-shadow: 0px 12px 32px rgba(52, 57, 74, 0.15), 0px 8px 16px rgba(52, 57, 74, 0.05);
  }
  .index5-cards>a:hover>div:last-child div {
    background: #F5F6FA;
  }
  .index6-cards>a:hover {
    box-shadow: 0px 12px 32px rgba(52, 57, 74, 0.15), 0px 8px 16px rgba(52, 57, 74, 0.05);
  }
  .index6-cards>a:hover>div:last-child>div:last-child {
    background: #F5F6FA;
  }
  .index7-cards>a:hover {
    box-shadow: 0px 12px 32px rgba(52, 57, 74, 0.15), 0px 8px 16px rgba(52, 57, 74, 0.05);
  }
  .index7-cards>a:hover>div:last-child div {
    background: #CD2D26;
    color: #E0E0E0;
  }
  .index7-cards>a:active>div:last-child div {
    background: #B11C13;
    color: #E0E0E0;
  }
  .index7-btn a:hover {
    background: rgba(29, 48, 64, 0.15);
    color: #B11C13;
  }
  .index8-list a:hover {
    border-left-color: #2C699E;
    color: #2C699E;
  }
  .index8-list a:hover::after {
    background-image: url(../images/top-8-arrow-sel.svg);
  }
  .index8-list a:hover span:last-child {
    font-weight: bold;
  }
  
}
@media screen and (max-width: 750px) {
  .index1-main {
    background-image: url(../images/top-1-bg-sp.jpg);
    height: 480px;
    padding: 47px 36px 140px;
    font-feature-settings: 'palt' on;
  }
  .index1-main h2 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .index1-main p {
    font-size: 14px;
    margin-bottom: 24px;
    width: auto;
  }
  .index1-btn a {
    padding: 6px 12px 8px;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0;
  }
  .index1-btn a::before {
    background-size: contain;
    vertical-align: -2px;
    width: 16px;
    height: 16px;
  }
  .index1-btn a:last-child {
    margin-right: 0;
  }
  .index1-btn a:last-child::before {
    background-image: url(../images/header-mail.svg);
    vertical-align: -3px;
  }
  .index1-merit {
    display: none;
  }
  .index1-foot {
    padding: 9px 16px;
  }
  .index1-topic {
    width: auto;
    border-left: none;
    display: block;
    padding-right: 22px;
  }
  .index1-topic span {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.08em;
  }
  .index1-topic span:first-child {
    width: auto;
    text-align: left;
    margin-bottom: 4px;
  }
  .index1-topic span:last-child {
    width: auto;
  }
  #index2 {
    padding: 64px 15px;
  }
  #index2>h3 {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 24px;
  }
  #index2>h3 img {
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .index2-2-blocks {
    display: block;
    margin-bottom: 64px;
  }
  .index2-2-blocks>div:first-child {
    width: auto;
    margin-bottom: 20px;
  }
  .index2-2-blocks>div:first-child img {
    width: 100%;
    height: auto;
  }
  .index2-2-blocks>div:last-child {
    width: auto;
    font-size: 14px;
    line-height: 180%;
  }
  .index2-cards {
    width: 842px;
    padding-right: 15px;
  }
  .index2-cards>a {
    width: 270px;
  }
  .index2-cards>a>div:first-child>img {
    width: 100%;
    height: auto;
  }
  .index2-cards>a>div:last-child {
    height: 165px;
    padding: 0;
  }
  .index2-cards>a>div:last-child:before {
    top: -24px;
  }
  .index2-cards>a>div:last-child h3 {
    font-size: 14px;
    margin-bottom: 4px;
    padding: 12px 12px 0;
  }
  .index2-cards>a>div:last-child p {
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 12px;
    padding: -12px;
  }
  .index2-cards>a>div:last-child div {
    border-top: 1px solid #E6E9F2;
    padding: 13px 13px 14px;
  }
  .index2-cards>a>div:last-child div span {
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #CD2E26;
    padding: 0;
    border: none;
    border-radius: 0;  
  }
  .index2-cards>a>div:last-child div span::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../images/index5-arrow.svg) no-repeat center;
    width: 18px;
    height: 18px;
    margin-left: 8px;
  }
  #index3 {
    padding: 64px 15px;
  }
  #index3>h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  #index3>p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .index3-table {
    margin-left: -8px;
    margin-right: -8px;
  }
  .index3-table>div {
    margin-bottom: 12px;
    display: block;
    border-width: 4px;
    border-radius: 12px;
    padding: 12px;
  }
  .index3-table>div h3 {
    width: auto;
    text-align: center;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .index3-cells {
    width: auto;
  }
  .index3-cells>* {
    margin-bottom: 8px;
    width: 160px;
    height: 56px;
    border-radius: 6px;
    font-feature-settings: 'palt' on;
  }
  .index3-cells>*>div {
    padding: 19px 28px 19px 12px;
    border-radius: 5px;
    height: 54px;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.1em;
  }
  .index3-cells>*:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .index3-cells>* small {
    letter-spacing: 0;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  #index4 {
    /* background: url(../images/top-4-bg.jpg) no-repeat center / cover; */
    padding: 64px 15px;
  }
  #index4>h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  #index4>h2 img {
    display: block;
    margin: 0 auto 8px;
  }
  #index4>h3 {
    font-size: 14px;
  }
  .index4-items-a {
    width: auto;
    margin-bottom: 24px;
  }
  .index4-items-a>div {
    width: 160px;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 12px;
    font-feature-settings: 'palt' on;
  }
  .index4-items-a>div>div:first-child {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .index4-items-a>div>div:last-child {
    font-size: 32px;
  }
  .index4-items-a>div>div:last-child small {
    line-height: 120%;
    vertical-align: 5px;
  }
  .index4-items-b {
    width: auto;
  }
  .index4-items-b>div {
    width: 120px;
    height: 88px;
    margin-right: 2px;
    margin-left: 2px;
  }
  .index4-items-b>div:last-child {
    width: 160px;
  }
  .index4-items-b>div>div:first-child {
    margin-bottom: 8px;
    font-size: 14px;
    padding: 2px 12px;
  }
  .index4-items-b>div>div:last-child small {
    margin-left: 3px;
    margin-right: 3px;
    font-size: 12px;
    line-height: 150%;
  }
  .index4-items-b>div>div:last-child span {
    line-height: 120%;
  }
  #index-introduction {
    padding: 64px 15px;
  }
  #index-introduction h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .index-intro {
    width: auto;
  }
  #index-introduction>h2 img {
    display: block;
    margin: 0 auto 8px;
  }
  .index-intro-cell figure img {
    width: 100%;
    height: auto;
  }
  .index-intro-cell figure img:first-child {
    display: none;
  }
  .index-intro-link p {
    width: auto;
  }
  #index5 {
    padding: 64px 15px;
  }
  #index5>h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  #index5>h2 img {
    display: block;
    margin: 0 auto 8px;
  }
  .index5-cards {
    width: 842px;
    padding-right: 15px;
  }
  .index5-cards>a {
    width: 270px;
  }
  .index5-cards>a>div:first-child img {
    width: 100%;
    height: auto;
  }
  .index5-cards>a>div:last-child h3 {
    padding: 12px 12px 0;
    font-size: 14px;
    margin-bottom: 4px;
  }
  .index5-cards>a>div:last-child p {
    padding: 0 12px;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    height: 72px;
  }
  .index5-cards>a>div:last-child div {
    padding: 13px 13px 14px;
  }
  #index6 {
    padding: 64px 15px 24px;
  }
  #index6>h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  #index6>h2 img {
    display: block;
    margin: 0 auto 8px;
  }
  #index6>p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .index6-cards {
    width: 556px;
    padding-right: 15px;
  }
  .index6-cards>a {
    width: 270px;
    height: 405px;
  }
  .index6-cards>a>div:first-child img {
    width: 100%;
    height: auto;
  }
  .index6-cards>a>div:last-child {
    font-feature-settings: 'palt' on;
  }
  .index6-cards>a>div:last-child h3 {
    padding: 12px 16px 0;
    font-size: 14px;
    height: 51px;
  }
  .index6-cards>a>div:last-child div.index6-func {
    padding: 0 16px;
  }
  .index6-cards>a>div:last-child div.index6-func span {
    font-size: 13px;
  }
  .index6-cards>a>div:last-child p {
    padding: 0 16px;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
  }
  .index6-cards>a>div:last-child div:last-child {
    padding: 13px 13px 14px;
  }
  .index6-logos {
    margin-block: 0 -20px;
    padding: 64px 0 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .index6-logos h3 {
    font-size: 14px;
  }
  .index6-logos>div {
    margin-bottom: 0;
    display: inline;
  }
  .index6-logos img {
    margin: 0 8px 20px;
    max-width: 72px;
    max-height: 32px;
    width: auto;
    height: auto;
  }
  #index7 {
    padding: 64px 15px;
  }
  #index7>h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  #index7>p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .index7-cards {
    width: 842px;
    padding-right: 15px;
    margin-bottom: 0;
  }
  .index7-cards>a {
    width: 270px;
  }
  .index7-cards>a>div:first-child {
    padding-bottom: 27px;
  }
  .index7-cards>a>div:first-child::before {
      background-size: contain;
    width: 242px;
    height: 136px;
  }
  .index7-cards>a>div:first-child img {
    width: 151px;
    height: 90px;
  }
  .index7-cards>a>div:first-child::after {
    height: 100px;
  }
  .index7-cards>a>div:last-child h3 {
    font-size: 14px;
    height: 135px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .index7-cards>a>div:last-child div {
    padding: 13px 13px 14px;
  }  
  #index7 .slidecards-indicator {
    margin-bottom: 38px;
  }
  .index7-btn a {
    font-size: 14px;
    line-height: 160%;
    padding: 6px 12px;
  }
  .index7-btn a::after {
    vertical-align: -4px;
  }
  #index8 {
    padding: 64px 15px;
  }
  #index8>h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .index8-list {
    width: auto;
    margin-bottom: 12px;
  }
  .index8-list a {
    display: block;
    padding-left: 12px;
    font-size: 12px;
    line-height: 150%;
    min-height: 0;
    padding-right: 30px;
    position: relative;
  }
  .index8-list a::after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .index8-list a span:first-child {
    width: auto;
    margin-bottom: 2px;
  }
  .index8-list a span:last-child {
    width: auto;
  }
      
}
@media screen and (max-width: 350px) {
  .index1-btn a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .index3-table>div {
    padding-left: 8px;
    padding-right: 8px;
  }
  .index3-cells>* {
    width: calc(50% - 4px);
  }
}
