/* ヘッダー */
@media screen and (min-width: 62em) {
  .l-header {
    height: 152px;
    border-bottom: 0;
  }
  .l-header__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .l-header__heading {
    padding: 20px 32px;
  }
  .l-header__flex-pc {
    justify-content: center;
    width: calc(100% + 48px);
    margin-inline: -24px;
    overflow: hidden;
  }
  .l-header__menus {
    width: 100%;
    background: #F4F9F9;
    padding-block: 10px;
  }
  .c-header-menu--pc {
    justify-content: center;
  }
  .c-header-menu--pc .c-header-menu__items {
    gap: 64px;
  }
  .c-header-menu--pc .c-header-menu__item a {
    padding-block: 20px;
  }
  .c-header-menu--pc .c-header-menu__item a:hover {
    opacity: 0.7;
  }
  .c-header-menu--pc .c-header-menu__buttons {
    display: none;
  }
  .l-header__trigger {
    display: none;
  }

  .l-main {
    padding-top: 152px;
  }
}

/* フッター */
.l-footer__menu-items.is-menu-button {
  display: none;
}
.l-footer__menu-item a {
  font-size: 1.4rem;
}
.l-footer__company-address {
  font-size: 1.2rem;
}
.c-footer-menu.is-footer .c-footer-menu__link:first-child a {
  padding-left: 0;
}
.c-footer-menu.is-footer .c-footer-menu__link:first-child::before {
  content: none;
}
@media screen and (max-width: 61.9375em) {
  .c-footer-menu.is-footer .c-footer-menu__link:last-child a {
    padding-right: 0;
  }
  .c-footer-menu.is-footer .c-footer-menu__link:last-child::after {
    content: none;
  }
}
@media screen and (min-width: 62em) {
  .l-footer__company-address {
    font-size: 1.4rem;
  }
  .l-footer__menu-item a {
    font-size: 1.6rem;
  }
  .c-footer-menu.is-footer .c-footer-menu__link a {
    font-size: 1.2rem;
  }
}

/* ドロワー */
.l-header__trigger--type1 {
  width: 24px;
  height: 24px;
}
.l-drawer__header button::before,
.l-drawer__header button::after {
  width: 24px;
}
.l-drawer .c-header-menu__item a {
  letter-spacing: 0.1em;
}
.l-drawer .c-header-menu__button {
  width: 100%;
  height: 54px;
}
.l-drawer .c-header-menu__button a {
  font-size: 1.6rem;
}
.l-drawer .c-header-menu__button svg {
  margin-left: 0;
  margin-right: 4px;
  width: 16px;
  height: 15px;
}
.l-drawer__footer {
  margin-top: 40px;
  padding-top: 40px;
}
.l-drawer__footer::before {
  background: #d9d9d9;
}
.l-drawer__footer-menu {
  margin-top: 0;
}
.l-drawer .c-footer-menu__link a {
  font-size: 1.2rem;
}

/* TOPページ */
.c-corp-mv-b__image {
  margin-inline: -16px;
}
.c-corp-mv-b__text {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 62em) {
  .c-corp-mv-b__title {
    font-size: 5rem;
  }
  .c-corp-mv-b__text {
    font-size: 1.6rem;
  }
}

.c-corp-about-card__title {
  font-size: 2.2rem;
}
.c-corp-about-card__item-title {
  font-size: 1.8rem;
}
.c-corp-about-card__item-text {
  font-size: 1.5rem;
  margin-top: 8px;
}
@media screen and (min-width: 62em) {
  .c-corp-about-card__title {
    font-size: 2.8rem;
  }
  .c-corp-about-card__item {
    align-items: flex-start;
  }
  .c-corp-about-card__item-title {
    font-size: 2rem;
  }
  .c-corp-about-card__item-text {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}

.c-corp-message__image {
  max-width: 395px;
  margin-inline: auto;
}
.c-corp-message__text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.c-corp-message__name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 40px;
}
@media screen and (min-width: 62em) {
  .c-corp-message__text {
    font-size: 1.6rem;
  }
  .c-corp-message__name {
    font-size: 1.6rem;
  }
}

.c-corp-company__item {
  font-family: 'Noto Sans JP', sans-serif;
}
.c-corp-company__item dd {
  font-size: 1.5rem;
}
.c-corp-company__map {
  display: none;
}
@media screen and (min-width: 62em) {
  .c-corp-company {
    justify-content: center;
  }
  .c-corp-company__heading .c-corp-heading {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .c-corp-company__info {
    width: 100%;
    max-width: 768px;
    margin-inline: auto;
    padding: 0;
  }
  .c-corp-company__item dt,
  .c-corp-company__item dd {
    font-size: 1.6rem;
  }
}

.c-corp-group__content {
  margin-top: 40px;
}
.c-corp-group__items.is-col1 .c-corp-group__item {
  width: 80%;
  max-width: 248px;
}
@media screen and (min-width: 62em) {
  .c-corp-group__content {
    margin-top: 56px;
  }
  .c-corp-group__items.is-col1 .c-corp-group__item {
    max-width: 314px;
  }
}

.c-corp-news__item dt {
  font-size: 1.5rem;
}
.c-corp-news__item dd {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 62em) {
  .c-corp-news__item dt,
  .c-corp-news__item dd {
    font-size: 1.6rem;
  }
}

#message,
#company,
#news,
#policy,
#compliance,
#antisocial {
  margin-top: -70px;
  padding-top: 70px;
}
@media screen and (min-width: 62em) {
  #message,
  #company,
  #news,
  #policy,
  #compliance,
  #antisocial {
    margin-top: -152px;
    padding-top: 152px;
  }
}


/* 取扱保険会社一覧 */
.pg-lsa__group-title {
  text-align: center;
}
.pg-lsa__group-title h3 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  display: inline-block;
  background: #00665B;
  color: #fff;
  border-radius: 100vh;
  padding: 16px 40px;
}
.pg-lsa__group-title p {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 16px;
}
@media screen and (min-width: 62em) {
  .pg-lsa__group-title h3 {
    font-size: 2.8rem;
    padding: 16px 48px;
  }
  .pg-lsa__group-title p {
    font-size: 1.6rem;
  }
}


/* プライバシーポリシー */
.pg-policy__section {
  padding-top: 56px;
  border-top: 1px solid #D9D9D9;
  margin-bottom: 56px;
}
@media screen and (min-width: 62em) {
  .pg-policy__section {
    padding-top: 64px;
    margin-bottom: 72px;
  }
}
.pg-policy__section-title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.8;

  position: relative;
  padding-left: 26px;
}
.pg-policy__section-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #00665B;
}

/* MS&AD Menu */
/* .lsa-parent-menu {
  position: relative;
  margin-top: 48px;
  padding-top: 48px;

  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lsa-parent-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  opacity: .5;
} */
.lsa-parent-menu__items {
  padding-left: 8px;
}
.lsa-parent-menu__items li {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.2;
}
.lsa-parent-menu__items li + li {
  margin-top: 8px;
}
.lsa-parent-menu__items li a {
  display: block;
  padding-block: 6px;
}
.lsa-parent-menu__items li span::after {
  content: '';
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 6px;
  height: 8px;
  background-image: url(
  "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDlMNSA1TDEgMSIgc3Ryb2tlPSIjMDA2NjVCIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-size: contain;
  background-repeat: no-repeat;
}
.lsa-parent-menu__items li span {
  position: relative;
  padding-right: 16px;
}
@media screen and (max-width: 61.9375em) {
  .lsa-parent-menu.is-header {
    display: none;
  }
  .lsa-parent-menu {
    position: relative;
    margin-top: 48px;
    padding-top: 48px;

    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .lsa-parent-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d9d9d9;
    opacity: .5;
  }
}
@media screen and (min-width: 62em) {
  .l-header__inner-top {
    display: flex;
    justify-content: space-between;
  }
  .l-header__heading a {
    display: block;
  }
  .lsa-parent-menu {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
  }
  .lsa-parent-menu__logo {
    width: 238px;
  }
  .lsa-parent-menu__menus {
    width: 254px;
    position: relative;
    padding-right: 12px;
  }
  .lsa-parent-menu__menus::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
  }
  .lsa-parent-menu__items {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px 16px;
  }
  .lsa-parent-menu__items li + li {
    margin-top: 0;
  }
  .lsa-parent-menu__items li a {
    display: inline-block;
    padding-block: 0;
    transition: color 0.4s;
  }
  .lsa-parent-menu__items li a:hover {
    color: #00665B;
  }
}

.l-drawer__inner {
  padding-inline: 48px;
  padding-bottom: 80px;
}