.pc {
  position: relative;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  font-size: 1.667vw;
  color: #1a1c21;
  font-family: 'Noto Sans JP';
}

.about-main {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5.972vw 0vw 0vw;
  box-sizing: border-box;
  z-index: 0;
}

.about-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2.777vw;
}

.about-title-inner {
  align-self: stretch;
  height: 10.417vw;
  background-color: #fff;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.777vw 8.333vw;
  box-sizing: border-box;
}

.about-title-parent {
  width: 83.333vw;
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.about-title {
  position: relative;
  letter-spacing: 0.04em;
  font-weight: 900;
  background: linear-gradient(267.36deg, #a0d8ec, #0288d1 28.04%, #004fc5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.company-profile {
  position: relative;
  font-size: 0.972vw;
  font-weight: 600;
  font-family: Inter;
  background: linear-gradient(267.36deg, #a0d8ec, #0288d1 28.04%, #004fc5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.company-top-tab {
  align-self: stretch;
  height: 4.444vw;
  background-color: #f2f2f2;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0vw 8.333vw;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.972vw;
}
 
.tab-group {
  align-self: stretch;
  width: 83.333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.tab1,
.tab4 {
  align-self: stretch;
  background-color: #f2f2f2;
  border-left: 0.069vw solid #e3e3e3;
  border-bottom: 0.069vw solid #e3e3e3;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.389vw 1.111vw;
  position: relative;
  gap: 0.625rem;
  min-width: 8.333vw;
}
 
.tab5 {
  align-self: stretch;
  background-color: #f2f2f2;
  border-left: 0.069vw solid #e3e3e3;
  border-bottom: 0.069vw solid #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.389vw 1.111vw;
  box-sizing: border-box;
  position: relative;
  gap: 0.625rem;
  min-width: 8.333vw;
}
 
.tab2,
.tab3,
.tab6 {
  align-self: stretch;
  background-color: #f2f2f2;
  border-bottom: 0.069vw solid #e3e3e3;
  border-left: 0.069vw solid #e3e3e3;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.389vw 1.111vw;
  position: relative;
  gap: 0.625rem;
  min-width: 8.333vw;
}
 
.tab7,
.tab8,
.tab9 {
  align-self: stretch;
  flex: 1;
  background-color: #f2f2f2;
  border-bottom: 0.069vw solid #e3e3e3;
  border-left: 0.069vw solid #e3e3e3;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.389vw 1.111vw;
  position: relative;
  gap: 0.625rem;
  min-width: 8.333vw;
}

.tab9{
  border-right: 0.069vw solid #e3e3e3;
}
 
.tab-child {
  height: 5.556vw;
  width: 100%;
  position: absolute;
  margin: 0 !important;
  top: 0vw;
  left: 0vw;
  background-color: #0288d1;
  z-index: 0;
  flex-shrink: 0;
  transform: scaleX(0);
  transform-origin: left;
}
 
.tab-item {
  height: 5.209vw;
  width: 100%;
  position: absolute;
  margin: 0 !important;
  top: 0vw;
  left: 0vw;
  background-color: #0288d1;
  z-index: 0;
  flex-shrink: 0;
  transform: scaleX(1);
  transform-origin: left;
}
 
.tab-b {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
 
.tab1 .tab-b, .tab2 .tab-b, .tab3 .tab-b, .tab4 .tab-b,
.tab5 .tab-b, .tab6 .tab-b, .tab7 .tab-b, .tab8 .tab-b, .tab9 .tab-b {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: color 0.5s ease;
}
 
.tab7 .tab-b {
  color: #fff;
}

.tab7,
.tab8{
  border-left: 0;
}
 
.tab1.is-hover .tab-child,
.tab2.is-hover .tab-child,
.tab3.is-hover .tab-child,
.tab4.is-hover .tab-child,
.tab5.is-hover .tab-child,
.tab6.is-hover .tab-child,
.tab8.is-hover .tab-child,
.tab9.is-hover .tab-child {
  animation: tabIn 0.5s ease forwards;
}
 
.tab1.is-hover .tab-b,
.tab2.is-hover .tab-b,
.tab3.is-hover .tab-b,
.tab4.is-hover .tab-b,
.tab5.is-hover .tab-b,
.tab6.is-hover .tab-b,
.tab8.is-hover .tab-b,
.tab9.is-hover .tab-b {
  color: #fff;
  font-weight: 700;
}
 
.tab1.is-leaving .tab-child,
.tab2.is-leaving .tab-child,
.tab3.is-leaving .tab-child,
.tab4.is-leaving .tab-child,
.tab5.is-leaving .tab-child,
.tab6.is-leaving .tab-child,
.tab8.is-leaving .tab-child,
.tab9.is-leaving .tab-child {
  animation: tabOutBounce 0.55s ease forwards;
}

@keyframes tabIn{
  0% {transform: scaleX(0); }
  100% {transform: scaleX(1.01); }
}
 
@keyframes tabOutBounce {
  0%   { transform: scaleX(1); }
  50%  { transform: scaleX(0); }
  60%  { transform: scaleX(0.10);}
  100% { transform: scaleX(0); }
}

/* PCで見せないやつ　DEMO */
.sp-container,
.sp-container2,
.sp-container3,
.sp-tab6-wrapper,
.sp-content,
.tab-frame,
.adobe-pdf-logo-wrapper {
  display: contents !important;
}

.sp-settlement-i,
.sp-adobe-reader-img {
  display: none;
}


.bread-crumbs-wrapper {
  width: 100vw;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.667vw 8.333vw;
  box-sizing: border-box;
  font-size: 0.833vw;
}

.bread-crumbs-parent {
  width: 83.333vw;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.bread-top {
  height: 0.972vw;
  width: 2.5vw;
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}

.bread-next-img {
  height: 0.833vw;
  width: 0.486vw;
  position: relative;
}

.bread-next {
  position: absolute;
  top: 0vw;
  left: 0vw;
  width: 0.486vw;
  height: 0.833vw;
}

.bread-link2,
.bread-link3 {
  position: relative;
}

.bread-current {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7075;
}

.bread-link1,
.bread-link2 {
  color: inherit;
  text-decoration: none;
  transition: color 0.01s ease;
}
 
.bread-link1:hover,
.bread-link2:hover {
  color: #6b7075;
}

.pdf-link{
  display: flex;
  gap: 16px;
  overflow: visible;
}

.about-contents-container {
  width: 100vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6.944vw 8.333vw;
  box-sizing: border-box;
  gap: 48px;
}

.contents-container {
  width: 83.333vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-contents-wrapper {
  align-self: stretch;
  border-left: 0.277vw solid #0288d1;
  display: flex;
  align-items: flex-start;
  padding: 0vw 0vw 0vw 1.111vw;
}

.pc-none {
  display: none;
}

.about-contents-b {
  flex: 1;
  position: relative;
  line-height: 180%;
}

.about-list-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.111vw;
  padding-top: 1vw;
}

.list1,
.list2,
.list5,
.list6,
.list7,
.list8,
.list9,
.list10,
.list11 {
  align-self: stretch;
  border-bottom: 0.069vw solid #dbdee3;
  display: flex;
  align-items: flex-start;
  padding: 1.667vw 0vw;
}

.list-content-title {
  width: 19.583vw;
  position: relative;
  line-height: 150%;
  display: inline-block;
  flex-shrink: 0;
}

.list-content1,
.list-content2,
.list-content3,
.list-content4,
.list-content6,
.list-content9,
.list-content10,
.list-content11,
.list-content12 {
  position: relative;
  line-height: 150%;
}

.list-content5,
.list-content7,
.list-content8 {
  position: relative;
  line-height: 180%;
}

.settlement-contant,
.tokio-marinenichido-systems {
  position: relative;
  line-height: 150%;
}

.list3,
.list4,
.list12 {
  align-self: stretch;
  border-bottom: 0.069vw solid #dbdee3;
  display: flex;
  align-items: center;
  padding: 1.667vw 0vw;
}

.history-group {
  align-self: stretch;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6.944vw 8.333vw;
  gap: 48px;
}

.history-container {
  width: 83.333vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.settlement-group {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 2.222vw;
  color: #0288d1;
  font-family: Inter;
}

.settlement-container,
.settlement-wrapper {
  display: flex;
  align-items: flex-start;
}

.pc-settlement-i {
  width: 7.778vw;
  position: relative;
  line-height: 150%;
  display: inline-block;
  font-weight: 600;
  flex-shrink: 0;
}

.ellipse-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.111vw 0vw 0vw;
  gap: 4px;
}

.frame-child {
  width: 0.833vw;
  height: 0.833vw;
  position: relative;
  border-radius: 50%;
  background-color: #0288d1;
}

.frame-item {
  width: 0.139vw;
  height: 3.611vw;
  position: relative;
  background-color: #cecece;
}

.frame-item2 {
  width: 0.139vw;
  height: 3.611vw;
  position: relative;
  background: linear-gradient(to bottom, #cecece 0%, rgba(206, 206, 206, 0) 100%);
}

.settlement-content1 {
  height: 3.333vw;
  display: flex;
  align-items: center;
  padding: 0vw 0vw 0vw 3.333vw;
  box-sizing: border-box;
  font-size: 1.111vw;
  color: #1a1c21;
  font-family: 'Noto Sans JP';
}

.settlement-month1 {
  width: 7.639vw;
  position: relative;
  line-height: 150%;
  display: inline-block;
  flex-shrink: 0;
}

.settlement-month2 {
  height: 3.889vw;
  width: 7.639vw;
  position: relative;
  line-height: 150%;
  display: inline-block;
  flex-shrink: 0;
}

.frame-child6 {
  width: 0.139vw;
  height: 3.611vw;
  position: relative;
  background: linear-gradient(180deg, #cecece, rgba(206, 206, 206, 0));
}

.settlement-content2 {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  padding: 0.694vw 0vw 0vw 3.333vw;
  font-size: 1.111vw;
  color: #1a1c21;
  font-family: 'Noto Sans JP';
}

.settlement-contant2 {
  height: 3.889vw;
  width: 46.111vw;
  position: relative;
  line-height: 150%;
  display: inline-block;
  flex-shrink: 0;
}

.summary-container {
  align-self: stretch;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6.944vw 8.333vw 10.417vw;
  gap: 48px;
}

.summary-parent {
  width: 83.333vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.summary-contents-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 1.389vw;
}

.summary-contents-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.summary-title {
  align-self: stretch;
  position: relative;
  line-height: 150%;
}

.summary-content {
  align-self: stretch;
  position: relative;
  font-size: 1.111vw;
  line-height: 150%;
}

.pdf-list-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.111vw;
}

.pdf-list {
  width: 83.333vw;
  border-bottom: 0.069vw solid #dbdee3;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 1.667vw 1.111vw;
  gap: 16px;
  transition: background-color 0.5s ease;
}

.pdf-list:hover {
  background-color: #f2f2f2;
}

.pdf-title {
  position: relative;
  line-height: 150%;
}

.next-blue-icon {
  width: 0.556vw;
  position: relative;
  max-height: 100%;
}

.adobe-pdf-logo {
  width: 1.111vw;
  height: 1.111vw;
  top: 0.4vw;
  position: relative;
  object-fit: cover;
}

.adobe-reader-parent {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 48px;
  font-size: 0.972vw;
  color: #6b7075;
}

.pc-adobe-reader-img {
  width: 10.972vw;
  position: relative;
  max-height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.pdfadobe-sys {
  position: relative;
  line-height: 180%;
}

.span {
  text-decoration: underline;
}

.adobe-reader {
  color: #005bac;
}

.main-inner {
  width: 100vw;
  border-radius: 0.556vw;
  background-color: #f2f2f2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6.944vw 10.417vw;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.111vw;
  color: #000;
}

.image-3-parent {
  width: 79.167vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.125rem;
}

.image-3-icon {
  width: 19.167vw;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}

.frame-group {
  width: 79.167vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
}

.text-link-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.text-link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pc-text-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-link-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
}

.frame-container {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.text-link6 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1a1c21;
}

.frame-wrapper {
  display: flex;
  align-items: flex-start;
}

.text-link19 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1c21;
}

.text-link21 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.div45 {
  position: relative;
  line-height: 150%;
}
