@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,700;1,700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p,
figure, blockquote, dl, dd, ul, ol, li,
fieldset, legend, table, th, td {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

button, input, select, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  background: none;
  font: inherit;
  border: none;
  padding: 0;
  margin: 0;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

dialog {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  color: inherit;
  background: transparent;
  border: none;
  max-width: none;
  max-height: none;
  padding: 0;
  margin: 0;
}

dialog[open] {
  position: fixed;
  inset: 0;
}

dialog::-ms-backdrop {
  background: rgba(0, 0, 0, 0.5);
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

dialog:focus {
  outline: none;
}

dialog form {
  margin: 0;
}

body {
  color: #0E0C0C;
  font-family: "Noto Sans JP", sans-serif;
}

.breadcrumbWrap {
  padding: 11px 1.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .breadcrumbWrap {
    padding: 7px 1.5rem 8px;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  max-width: 1160px;
  margin: 0 auto;
}
.breadcrumb li {
  position: relative;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb li {
    font-size: 0.625rem;
  }
}
.breadcrumb li:not(:last-child)::after {
  content: "›";
  color: #666464;
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  right: -0.6rem;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}

.sectionTit {
  color: #004098;
  font-family: "Roboto", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sectionTit {
    font-size: 1.5rem;
  }
}

.sectionTitSub {
  color: #004098;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sectionTitSub {
    font-size: 0.75rem;
    margin-top: 4px;
  }
}

.blueWrap .sectionTit,
.blueWrap .sectionTitSub {
  color: #fff;
}

.subpageHead {
  overflow: hidden;
  position: relative;
  background: #F1F6FF;
  padding: 78px 1.25rem;
}
@media screen and (max-width: 768px) {
  .subpageHead {
    padding: 27px 1.5rem;
  }
}
.subpageHead::after {
  content: "";
  background: url(../img/logo_iss_about.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -66px;
  right: 0;
  width: 404px;
  height: 250px;
}
@media screen and (max-width: 768px) {
  .subpageHead::after {
    top: -70px;
    width: 220px;
    height: 136px;
  }
}
.subpageHead__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.subpageHead__tit {
  color: #004098;
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .subpageHead__tit {
    font-size: 1.5rem;
  }
}
.subpageHead__sub {
  color: #004098;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .subpageHead__sub {
    font-size: 0.75rem;
  }
}

.pcOn {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pcOn {
    display: none !important;
  }
}

.spOn {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .spOn {
    display: block !important;
  }
}

.header {
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 64, 152, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 64, 152, 0.2);
  backdrop-filter: blur(2px);
  z-index: 1;
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  max-width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .header__wrap {
    padding: 18px 1rem;
  }
}
@media screen and (max-width: 768px) {
  .header__wrap {
    padding: 16px 1rem;
  }
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 1rem;
}
@media screen and (max-width: 1024px) {
  .header__body {
    gap: 0;
    padding: 0;
  }
}
.header__logo {
  line-height: 1;
  max-width: clamp(15rem, -5.4775rem + 31.9648vw, 21.8125rem);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    max-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: none;
    width: 94%;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__nav__list {
  font-size: clamp(0.875rem, 0.4993rem + 0.5865vw, 1rem);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.75rem, -1.5044rem + 3.5191vw, 1.5rem);
  padding-right: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .header__nav__list {
    font-size: 0.9375rem;
    gap: 1rem;
  }
}
.header__nav__list li a {
  -webkit-transition: color 0.2s, font-weight 0.2s;
  transition: color 0.2s, font-weight 0.2s;
}
@media (hover: hover) {
  .header__nav__list li a:hover {
    color: #004098;
    font-weight: 700;
  }
}
.header__nav__list li a.active {
  color: #004098;
  font-weight: 700;
}
.header__nav__list li a.pdfLink {
  position: relative;
  display: inline-block;
}
.header__nav__list li a.pdfLink::after {
  content: "";
  background: url(../img/ico_pdf.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
.header__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 312px;
  width: 100%;
  padding: 18px 1rem;
}
@media screen and (max-width: 1024px) {
  .header__btnWrap {
    display: none;
  }
}
.header__btn {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  border-radius: 60px;
  display: inline-block;
  max-width: 132px;
  width: 100%;
  padding: 8px 0;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .header__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .header__btn {
    font-size: 0.875rem;
    max-width: none;
    padding: 15px 0;
  }
}
.header__btn--insurance {
  background: #1F968A;
}
.header__btn--insurance span::before {
  background: url(../img/ico_insurance.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 19px;
}
.header__btn--agency {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1))), #E65100;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%), #E65100;
}
.header__btn--agency span::before {
  background: url(../img/ico_agency.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 19px;
}
.header__btn span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
.header__btn span::before, .header__btn span::after {
  content: "";
  display: inline-block;
}
.header__btn span::after {
  background: url(../img/ico_arrow.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.header__spNavToggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__spNavToggle {
    cursor: pointer;
    background: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 44px;
    height: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .header__spNavToggle__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
  }
}
@media screen and (max-width: 1024px) {
  .header__spNavToggle__bar {
    background: #0E0C0C;
    border-radius: 2px;
    display: block;
    width: 21px;
    height: 2px;
  }
}
@media screen and (max-width: 1024px) {
  .header__spNavToggle__txt {
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1;
  }
}
.header__spNavDialog {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__spNavDialog {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 320px;
    width: 68.5%;
    padding: 20px 1.25rem 50px 3.125rem;
    margin-left: auto;
  }
}
.header__spNavDialog[open] {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fadeIn 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@media screen and (max-width: 1024px) {
  .header__spNavDialog.isOpen {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .header__spNavDialog__closeBtn {
    cursor: pointer;
    background: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 33px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .header__spNavDialog__bar {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
  }
}
@media screen and (max-width: 1024px) {
  .header__spNavDialog__txt {
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    margin-top: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .header__spNavDialog__nav {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .header__spNavDialog__list {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .header__spNavDialog__list li a.pdfLink {
    position: relative;
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .header__spNavDialog__list li a.pdfLink::after {
    content: "";
    background: url(../img/ico_pdf.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .header__spNavDialog__btnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .header__spNavDialog__btn {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    border-radius: 60px;
    display: inline-block;
    max-width: 180px;
    width: 100%;
    padding: 12px 0;
  }
}
@media screen and (max-width: 1024px) {
  .header__spNavDialog__btn span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .header__spNavDialog__btn span::before, .header__spNavDialog__btn span::after {
    content: "";
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .header__spNavDialog__btn span::after {
    background: url(../img/ico_arrow.svg) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header__spNavDialog__btn--insurance {
    background: #1F968A;
  }
}
@media screen and (max-width: 1024px) {
  .header__spNavDialog__btn--insurance span {
    gap: 0.375rem;
  }
}
@media screen and (max-width: 1024px) {
  .header__spNavDialog__btn--insurance span::before {
    background: url(../img/ico_insurance.svg) no-repeat;
    background-size: contain;
    width: 16px;
    height: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .header__spNavDialog__btn--agency {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1))), #E65100;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%), #E65100;
  }
}
@media screen and (max-width: 1024px) {
  .header__spNavDialog__btn--agency span {
    gap: 0.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .header__spNavDialog__btn--agency span::before {
    background: url(../img/ico_agency.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 19px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.footer {
  background: #F9F9FC;
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 100px;
  }
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  padding: 48px 1.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    padding: 40px 1.25rem 20px;
  }
}
.footer__logo {
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .footer__logo {
    max-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: none;
    width: 83.6%;
  }
}
.footer__logo a {
  display: inline-block;
}
.footer__nav__list {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .footer__nav__list {
    font-size: 0.9375rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav__list {
    font-size: 0.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
    padding-right: 0;
  }
}
.footer__nav__list li a {
  -webkit-transition: color 0.2s, font-weight 0.2s;
  transition: color 0.2s, font-weight 0.2s;
}
@media (hover: hover) {
  .footer__nav__list li a:hover {
    color: #004098;
    font-weight: 700;
  }
}
.footer__nav__list li a.pdfLink {
  position: relative;
  display: inline-block;
}
.footer__nav__list li a.pdfLink::after {
  content: "";
  background: url(../img/ico_pdf.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
.footer__nav__note {
  font-size: 0.75rem;
  line-height: 1.8;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .footer__nav__note {
    font-size: 0.625rem;
    line-height: 1.6;
    text-align: left;
    margin-top: 24px;
  }
}
.footer__nav__note .tabOn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .footer__nav__note .tabOn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav__note .tabOn {
    display: none;
  }
}
.footer__copy {
  color: #fff;
  background: #004098;
  font-size: 0.75rem;
  line-height: 2.58;
  text-align: center;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 0.6875rem;
    line-height: 1;
    padding: 10px 0;
  }
}
@media screen and (max-width: 374px) {
  .footer__copy {
    font-size: 0.625rem;
  }
}

.top .mv {
  position: relative;
  max-width: 2560px;
  margin: 0 auto;
}
.top .mv__body {
  position: absolute;
  bottom: 14%;
  left: 4%;
}
@media screen and (max-width: 768px) {
  .top .mv__body {
    top: auto;
    bottom: 6%;
    left: 4%;
  }
}
.top .mv__body__main {
  color: #fff;
  font-size: clamp(1.25rem, 0.3905rem + 1.7884vw, 2rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1441px) {
  .top .mv__body__main {
    font-size: clamp(2rem, -0.2563rem + 2.5052vw, 2.75rem);
  }
}
@media screen and (max-width: 768px) {
  .top .mv__body__main {
    font-size: clamp(1.125rem, 0.0515rem + 4.5802vw, 2.25rem);
    line-height: 1.8;
  }
}
@media screen and (max-width: 374px) {
  .top .mv__body__main {
    font-size: 0.9375rem;
  }
}
.top .mv__body__sub {
  color: #fff;
  font-size: clamp(0.75rem, 0.177rem + 1.1923vw, 1.25rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 2%;
}
@media screen and (min-width: 1441px) {
  .top .mv__body__sub {
    font-size: clamp(1.25rem, -0.2542rem + 1.6701vw, 1.75rem);
  }
}
@media screen and (max-width: 768px) {
  .top .mv__body__sub {
    font-size: clamp(0.75rem, 0.0344rem + 3.0534vw, 1.5rem);
    line-height: 1.8;
    margin-top: 3%;
  }
}
@media screen and (max-width: 374px) {
  .top .mv__body__sub {
    font-size: 0.625rem;
  }
}
.top .systemLogin {
  background: #D4DDEF;
  padding: 50px 1.25rem;
}
.top .systemLogin__inner {
  max-width: 900px;
  margin: 0 auto;
}
.top .systemLogin__info {
  position: relative;
  background: #fff;
  font-size: 0.875rem;
  line-height: 1.6;
  border-radius: 5px;
  padding: 16px 1.25rem;
}
@media screen and (max-width: 768px) {
  .top .systemLogin__info {
    font-size: 0.75rem;
    padding: 16px 1rem;
  }
}
.top .systemLogin__tit {
  color: #004098;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top .systemLogin__tit {
    font-size: 1.5rem;
  }
}
.top .systemLogin__titSub {
  color: #004098;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top .systemLogin__titSub {
    font-size: 1rem;
  }
}
.top .systemLogin__btn {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  border-radius: 60px;
  display: inline-block;
  max-width: 280px;
  width: 100%;
  padding: 27px 0;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .top .systemLogin__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .top .systemLogin__btn {
    font-size: 0.875rem;
    max-width: none;
    padding: 15px 0;
  }
}
.top .systemLogin__btn--insurance {
  background: #1F968A;
}
.top .systemLogin__btn--insurance span::before {
  background: url(../img/ico_insurance.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 31px;
}
@media screen and (max-width: 768px) {
  .top .systemLogin__btn--insurance span::before {
    width: 20px;
    height: 24px;
  }
}
.top .systemLogin__btn--agency {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1))), #E65100;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%), #E65100;
}
.top .systemLogin__btn--agency span::before {
  background: url(../img/ico_agency.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .top .systemLogin__btn--agency span::before {
    width: 24px;
    height: 22px;
  }
}
.top .systemLogin__btn span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 374px) {
  .top .systemLogin__btn span {
    gap: 4px;
  }
}
.top .systemLogin__btn span::before, .top .systemLogin__btn span::after {
  content: "";
  display: inline-block;
}
.top .systemLogin__btn span::after {
  background: url(../img/ico_arrow.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}
.top .news {
  background: #F2F3F5;
  padding: 100px 1.25rem;
}
@media screen and (max-width: 768px) {
  .top .news {
    padding: 50px 1.25rem;
  }
}
.top .news__inner {
  background: #fff;
  border-radius: 10px;
  max-width: 1000px;
  padding: 50px 3.75rem;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 64, 152, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 64, 152, 0.2);
}
@media screen and (max-width: 768px) {
  .top .news__inner {
    padding: 30px 1.25rem;
  }
}
.top .news__list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .top .news__list {
    margin-top: 10px;
  }
}
.top .news__list dl {
  border-bottom: 1px dashed #666464;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .top .news__list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.top .news__list dl dt {
  color: #004098;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}
.top .news__list dl dd {
  font-size: 0.875rem;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .top .news__list dl dd {
    font-size: 0.75rem;
  }
}
.top .news__btn {
  cursor: pointer;
  color: #fff;
  background: #004098;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 5px;
  display: block;
  padding: 0.5rem 3rem;
  margin: 40px auto 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .top .news__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .top .news__btn {
    margin: 30px auto 0;
  }
}
.top .news__link {
  text-align: center;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .top .news__link {
    margin: 30px auto 0;
  }
}
.top .news__link a {
  color: #fff;
  background: #004098;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  padding: 0.5rem 3rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .top .news__link a:hover {
    opacity: 0.7;
  }
}
.top .service {
  padding: 100px 1.25rem;
}
@media screen and (max-width: 768px) {
  .top .service {
    padding: 50px 0;
  }
}
.top .service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(1.25rem, -0.8988rem + 4.4709vw, 3.125rem);
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top .service__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.top .service__img {
  max-width: 530px;
  width: 53%;
}
@media screen and (max-width: 768px) {
  .top .service__img {
    width: 86.75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top .service__img img {
    border-radius: 10px;
  }
}
.top .service__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .top .service__body {
    padding: 0 1.25rem;
  }
}
.top .service__txt {
  line-height: 2;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .top .service__txt {
    line-height: 1.6;
    margin-top: 20px;
  }
}
.top .service__btn {
  color: #fff;
  background: #004098;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  padding: 17px 0;
  margin-top: 40px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .top .service__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .top .service__btn {
    font-size: 1rem;
    border-radius: 5px;
    max-width: none;
    padding: 13px 0;
    margin-top: 20px;
  }
}
.top .service__btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.top .service__btn span::after {
  content: "";
  background: url(../img/ico_arrow.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 22px;
  height: 22px;
}
.top .feature {
  background: url(../img/img_top_feature-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 1.25rem;
}
@media screen and (max-width: 768px) {
  .top .feature {
    padding: 50px 1.25rem;
  }
}
.top .feature__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.top .feature__inner .sectionTit,
.top .feature__inner .sectionTitSub {
  max-width: 900px;
  margin: 0 auto;
}
.top .feature__topTxt {
  color: #fff;
  max-width: 900px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .top .feature__topTxt {
    line-height: 1.6;
  }
}
.top .feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem 0;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .top .feature__list {
    gap: 1.25rem 0;
    margin-top: 20px;
  }
}
.top .feature__list__item {
  background: #fff;
  border-radius: 10px;
  width: 48%;
  padding: 30px 1.875rem;
}
@media screen and (max-width: 768px) {
  .top .feature__list__item {
    width: 100%;
    padding: 20px 1.25rem;
  }
}
.top .feature__list__ico {
  max-width: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top .feature__list__ico--01 {
    max-width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top .feature__list__ico--02 {
    max-width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .top .feature__list__ico--03 {
    max-width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .top .feature__list__ico--04 {
    max-width: 64px;
  }
}
.top .feature__list__number {
  color: #004098;
  font-family: "Roboto", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.172;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .top .feature__list__number {
    font-size: 2.25rem;
    margin-top: 8px;
  }
}
.top .feature__list__tit {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .top .feature__list__tit {
    font-size: 1.125rem;
    padding-bottom: 12px;
    margin-top: 0;
  }
}
.top .feature__list__tit::before {
  content: "";
  background: #004098;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 3px;
}
.top .feature__list__txt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .top .feature__list__txt {
    margin-top: 12px;
  }
}
.top .merit {
  position: relative;
  background: url(../img/img_top_merit-bg.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding: 100px 1.25rem 200px;
}
@media screen and (max-width: 768px) {
  .top .merit {
    background: url(../img/img_top_merit-bg_sp.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
    padding: 50px 1.25rem;
  }
}
.top .merit__inner {
  max-width: 900px;
  margin: 0 auto;
}
.top .merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .top .merit__list {
    gap: 1.25rem;
  }
}
.top .merit__list__item {
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  padding: 20px 1.25rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 64, 152, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 64, 152, 0.2);
}
@media screen and (max-width: 768px) {
  .top .merit__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .merit__list__head {
  position: relative;
  max-width: 220px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top .merit__list__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.375rem;
    max-width: none;
  }
}
.top .merit__list__head::before {
  content: "";
  background: url(../img/img_top_merit-line.png) repeat-y;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .top .merit__list__head::before {
    background: url(../img/img_top_merit-line_sp.png) repeat-x;
    background-size: contain;
    top: auto;
    bottom: -12px;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    height: 2px;
  }
}
.top .merit__list__number {
  color: #004098;
  font-family: "Roboto", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.172;
}
@media screen and (max-width: 768px) {
  .top .merit__list__number {
    font-size: 2.125rem;
  }
}
.top .merit__list__tit {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top .merit__list__tit {
    font-size: 1.125rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.02em;
  }
}
.top .merit__list__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6;
}
.top .about {
  background: -webkit-gradient(linear, left top, left bottom, from(#F5FAFC), to(#E6EEF5));
  background: linear-gradient(180deg, #F5FAFC 0%, #E6EEF5 100%);
  padding: 150px 1.25rem 100px;
}
@media screen and (max-width: 768px) {
  .top .about {
    padding: 50px 0;
  }
}
.top .about__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(1.25rem, -0.8988rem + 4.4709vw, 3.125rem);
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}
.top .about__inner::after {
  content: "";
  background: url(../img/logo_iss_about.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -100px;
  left: -170px;
  width: 380px;
  height: 235px;
}
@media screen and (max-width: 768px) {
  .top .about__inner::after {
    top: 28.73%;
    left: 0%;
    width: 66.67%;
    height: clamp(10rem, 0.5773rem + 40.2036vw, 19.875rem);
  }
}
.top .about__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .top .about__body {
    padding: 0 1.25rem;
  }
}
.top .about__txt {
  line-height: 2;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .top .about__txt {
    line-height: 1.6;
    margin-top: 20px;
  }
}
.top .about__btn {
  color: #fff;
  background: #004098;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  padding: 17px 0;
  margin-top: 40px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .top .about__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .top .about__btn {
    font-size: 1rem;
    border-radius: 5px;
    max-width: none;
    padding: 13px 0;
    margin-top: 20px;
  }
}
.top .about__btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.top .about__btn span::after {
  content: "";
  background: url(../img/ico_arrow.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 22px;
  height: 22px;
}
.top .about__img {
  max-width: 530px;
  width: 53%;
}
@media screen and (max-width: 768px) {
  .top .about__img {
    position: relative;
    max-width: none;
    width: 86.75%;
    margin: 0 auto;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .top .about__img img {
    border-radius: 10px;
  }
}
.top .contact {
  padding: 100px 1.25rem;
}
@media screen and (max-width: 768px) {
  .top .contact {
    padding: 50px 1.25rem;
  }
}
.top .contact__inner {
  max-width: 900px;
  margin: 0 auto;
}
.top .contact__txt {
  line-height: 2;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .top .contact__txt {
    line-height: 1.6;
    margin-top: 20px;
  }
}
.top + .footer {
  margin-top: 0;
}

.news .archive {
  padding: 100px 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .news .archive {
    padding: 50px 1.25rem 0;
  }
}
.news .archive__inner {
  max-width: 900px;
  margin: 0 auto;
}
.news .archive__data {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .news .archive__data {
    margin-top: 20px;
  }
}
.news .archive__newsList .loader {
  font-size: 0.875rem;
  text-align: center;
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .news .archive__newsList .loader {
    padding: 64px 12px;
  }
}
.news .archive__newsList .spinner {
  border: 2px solid #dde5f5;
  border-top-color: #2872d8;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin: 0 auto 12px;
  -webkit-animation: spin 0.7s linear infinite;
          animation: spin 0.7s linear infinite;
}
.news .archive__newsList__item {
  position: relative;
  border-bottom: 1px dashed #666464;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
  padding: 16px 1rem 16px 0;
  -webkit-animation: fadeUp 0.28s ease both;
          animation: fadeUp 0.28s ease both;
}
.news .archive__newsList__item:first-child {
  border-top: 1px dashed #666464;
}
@media screen and (max-width: 768px) {
  .news .archive__newsList__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
    padding: 16px 0;
  }
}
.news .archive__newsList__date {
  position: relative;
  white-space: nowrap;
  color: #004098;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  min-width: 86px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .news .archive__newsList__date {
    min-width: auto;
  }
}
.news .archive__newsList__title {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.6;
  z-index: 1;
}
.news .archive__newsList__emptyState {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  padding: 64px 20px;
}
@media screen and (max-width: 768px) {
  .news .archive__newsList__emptyState {
    font-size: 0.875rem;
    padding: 48px 12px;
  }
}
.news .archive__newsList__paginationWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .news .archive__newsList__paginationWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-top: 32px;
  }
}
.news .archive__newsList__pageInfo {
  font-size: 0.875rem;
}
.news .archive__newsList__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.news .archive__newsList__pageBtn {
  cursor: pointer;
  text-decoration: none;
  color: #004098;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid #004098;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
@media (hover: hover) {
  .news .archive__newsList__pageBtn:hover {
    color: #004098;
    background: #e8f0fc;
    border-color: #004098;
  }
}
@media screen and (max-width: 768px) {
  .news .archive__newsList__pageBtn {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 374px) {
  .news .archive__newsList__pageBtn {
    width: 30px;
    height: 30px;
  }
}
.news .archive__newsList__pageBtn.active {
  color: #fff;
  background: #004098;
  border-color: #004098;
}
.news .archive__newsList__pageBtn.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.news .archive__newsList__pageEllipsis {
  font-size: 0.875rem;
  text-align: center;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .news .archive__newsList__pageEllipsis {
    width: 16px;
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.company .message {
  padding: 100px 1.25rem;
}
@media screen and (max-width: 768px) {
  .company .message {
    padding: 50px 1.25rem;
  }
}
.company .message__inner {
  max-width: 900px;
  margin: 0 auto;
}
.company .message__txt {
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .company .message__txt {
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .company .message__txt + .message__txt {
    margin-top: 16px;
  }
}
.company .message__name {
  font-weight: 500;
  line-height: 2;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .company .message__name {
    line-height: 1.8;
    margin-top: 28px;
  }
}
.company .profile {
  background: url(../img/company/img_company_profile-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 1.25rem;
}
@media screen and (max-width: 768px) {
  .company .profile {
    padding: 50px 1.25rem;
  }
}
.company .profile__inner {
  max-width: 900px;
  margin: 0 auto;
}
.company .profile__body {
  background: #fff;
  border-radius: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .company .profile__body {
    margin-top: 20px;
  }
}
.company .profile__body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .company .profile__body dl {
    gap: 1.25rem;
    padding: 20px 1.25rem;
  }
}
.company .profile__body dl:not(:first-child) {
  border-top: 1px solid rgba(0, 80, 166, 0.2);
}
.company .profile__body dl dt {
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 170px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .company .profile__body dl dt {
    font-size: 0.875rem;
    letter-spacing: normal;
    width: 4.5rem;
    padding-left: 0;
  }
}
.company .profile__body dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.7;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .company .profile__body dl dd {
    font-size: 0.875rem;
    line-height: 1.6;
    padding-left: 0;
  }
}
.company .profile__map {
  max-width: 648px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .company .profile__map {
    line-height: 1;
    max-width: none;
  }
}
.company .profile__map iframe {
  aspect-ratio: 648/297;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .company .profile__map iframe {
    aspect-ratio: 205/94;
  }
}
.company .history {
  padding: 100px 1.25rem 60px;
}
@media screen and (max-width: 768px) {
  .company .history {
    padding: 50px 1.25rem 40px;
  }
}
.company .history__inner {
  max-width: 900px;
  margin: 0 auto;
}
.company .history__body {
  background: #fff;
  margin-top: 40px;
}
.company .history__body dl {
  border-bottom: 1px solid rgba(0, 80, 166, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company .history__body dl dt .year {
  font-weight: 500;
  display: inline-block;
  width: 6.875em;
  padding: 10px 0.625rem 10px 2.5rem;
}
@media screen and (max-width: 768px) {
  .company .history__body dl dt .year {
    font-size: 0.875rem;
    width: 4.5rem;
    padding: 10px 0 10px 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .company .history__body dl dt .year.noTxt {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .company .history__body dl dt .year.noTxt + .month {
    margin-left: 4.75rem;
  }
}
.company .history__body dl dt .month {
  font-weight: 500;
  text-align: right;
  display: inline-block;
  width: 3.75em;
  padding: 10px 0.625rem;
}
@media screen and (max-width: 768px) {
  .company .history__body dl dt .month {
    font-size: 0.875rem;
    width: 3.35em;
    padding: 10px 0.625rem 10px 0;
  }
}
.company .history__body dl dd {
  color: #5C5C5C;
  line-height: 2;
  padding: 10px 1.25rem;
}
@media screen and (max-width: 768px) {
  .company .history__body dl dd {
    font-size: 0.875rem;
    line-height: 1.6;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px 1.25rem 10px 0.625rem;
  }
}
.company .participatingCompany {
  padding: 60px 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .company .participatingCompany {
    padding: 40px 1.25rem 0;
  }
}
.company .participatingCompany__inner {
  background: #F1F6FF;
  border-radius: 10px;
  max-width: 900px;
  padding: 30px 1.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .company .participatingCompany__inner {
    padding: 30px 1.25rem;
  }
}
.company .participatingCompany__tit {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .company .participatingCompany__tit {
    font-size: 1rem;
  }
}
.company .participatingCompany__titNote {
  font-size: 0.75rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .company .participatingCompany__titNote {
    font-size: 0.625rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
}
.company .participatingCompany__listWrap {
  border-top: 1px solid #8E8BC2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding-top: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .company .participatingCompany__listWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-top: 8px;
    margin-top: 0;
  }
}
.company .participatingCompany__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.company .participatingCompany__list li {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .company .participatingCompany__list li {
    font-size: 0.75rem;
  }
}

.service .outline {
  padding: 100px 1.25rem;
}
@media screen and (max-width: 768px) {
  .service .outline {
    padding: 50px 1.25rem;
  }
}
.service .outline__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.service .outline__txt {
  line-height: 2;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .service .outline__txt {
    line-height: 1.6;
    margin-top: 20px;
  }
}
.service .outline__link a {
  color: #004098;
  font-size: 0.875rem;
  position: relative;
  display: inline-block;
  padding-left: 1rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .service .outline__link a {
    margin-top: 8px;
  }
}
.service .outline__link a::before {
  content: "";
  border-style: solid;
  border-top: 4px solid transparent;
  border-right: 0;
  border-bottom: 4px solid transparent;
  border-left: 6.5px solid #004098;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  width: 0;
  height: 0;
}
.service .outline__link a::after {
  content: "";
  background: url(../img/ico_pdf.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 15px;
}
.service .outline__img {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .service .outline__img {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .service .outline__img img {
    border-radius: 10px;
  }
}
.service .systemFunctionReference {
  background: #F1F6FF;
  padding: 100px 1.25rem;
}
@media screen and (max-width: 768px) {
  .service .systemFunctionReference {
    padding: 50px 1.25rem;
  }
}
.service .systemFunctionReference__inner {
  max-width: 900px;
  margin: 0 auto;
}
.service .systemFunctionReference__table {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .service .systemFunctionReference__table {
    margin-top: 20px;
  }
}
.service .systemFunctionReference__table thead th {
  color: #fff;
  background: #004098;
  font-weight: 700;
  line-height: 2;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .service .systemFunctionReference__table thead th {
    font-size: 0.875rem;
  }
}
.service .systemFunctionReference__table thead th:first-child {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .service .systemFunctionReference__table thead th:first-child {
    width: 28%;
  }
}
.service .systemFunctionReference__table thead th:nth-child(2) {
  width: 740px;
}
@media screen and (max-width: 768px) {
  .service .systemFunctionReference__table thead th:nth-child(2) {
    width: 72%;
  }
}
.service .systemFunctionReference__table tbody th {
  color: #fff;
  background: #598ED7;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .service .systemFunctionReference__table tbody th {
    font-size: 0.875rem;
  }
}
.service .systemFunctionReference__table tbody td {
  background: #fff;
  border-bottom: 1px solid #598ED7;
  padding: 10px 1.25rem;
}
@media screen and (max-width: 768px) {
  .service .systemFunctionReference__table tbody td {
    padding: 10px 0.5rem;
  }
}
.service .systemFunctionReference__table tbody td ul li {
  position: relative;
  line-height: 2;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .service .systemFunctionReference__table tbody td ul li {
    font-size: 0.875rem;
    line-height: 1.6;
    padding-left: 0.5rem;
  }
}
.service .systemFunctionReference__table tbody td ul li::before {
  content: "";
  background: #598ED7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4.5px;
  height: 4.5px;
}
@media screen and (max-width: 768px) {
  .service .systemFunctionReference__table tbody td ul li::before {
    top: 12px;
    left: 0.25rem;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 3px;
    height: 3px;
  }
}
@media screen and (max-width: 768px) {
  .service .systemFunctionReference__table tbody td ul li:not(:first-child) {
    margin-top: 0.5rem;
  }
}
.service .systemFunctionReference__table tbody tr:last-child td:first-child {
  border-bottom: 0;
}
.service + .footer {
  background: #ECF0FC;
  margin-top: 0;
}