@charset "UTF-8";
/*------------------------------------
　カスタムプロパティ
-------------------------------------*/
:root {
  --header-h: 54px;
}

/*------------------------------------
Colors
-------------------------------------*/
/*------------------------------------
Fonts
-------------------------------------*/
/*------------------------------------
Breakpoints
-------------------------------------*/
/* Breakpoints */
/*------------------------------------
Width
-------------------------------------*/
/*------------------------------------
PATH
-------------------------------------*/
/*------------------------------------
Fadein
-------------------------------------*/
.js-scroll-fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.js-scroll-fadein.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.js-scroll-fadein-mv {
  opacity: 0;
  transition: all 2000ms;
}
.js-scroll-fadein-mv.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

/*------------------------------------
 PC SP
-------------------------------------*/
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.lg {
  display: none;
}
@media (max-width: 950px) {
  .lg {
    display: block;
  }
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
* {
  min-height: 0;
  min-width: 0;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  margin-top: 0 !important;
  scroll-behavior: smooth;
}

:root {
  --wp-admin--admin-bar--height: 0px !important;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  line-height: 1;
  color: #2D2D2D;
  letter-spacing: 0.1em;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
  height: 100%;
}

/* ============================================ */
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

input[type=file] {
  display: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  /*cursor: pointer;*/
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* WordPress */
/* ============================================ */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.font-s {
  font-size: 0.9rem;
  line-height: 1rem;
}

.font-m {
  font-size: 1rem;
  line-height: 1.2rem;
}

.font-l {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.link_underline a {
  text-decoration: underline;
}

.font-family {
  font-family: "Josefin Sans", sans-serif;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

summary {
  display: block;
}
summary::webkit-details-marker {
  display: none;
}

/* デスクトップ（モバイル以外）でtelリンクを無効化 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*------------------------------------
Flex
-------------------------------------*/
/*------------------------------------
 レスポンシブコンテンツ
-------------------------------------*/
/*------------------------------------
title
-------------------------------------*/
/*------------------------------------
Subtitle 英語
-------------------------------------*/
/*------------------------------------
text
-------------------------------------*/
/*------------------------------------
button
-------------------------------------*/
/*------------------------------------
  メイン
-------------------------------------*/
.main {
  margin-top: 50px;
}
@media (max-width: 950px) {
  .main {
    margin-top: 40px;
  }
}

/*------------------------------------
 Header
-------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #FFFFFF;
  box-shadow: 0 4px 8px rgba(45, 45, 45, 0.06);
}
.header__container {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  margin: 0 auto;
}
.header__body {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  gap: 0;
}
.header__logo {
  font-weight: 700;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
@media (max-width: 768px) {
  .header__logo {
    font-size: 16px;
  }
}
.header__logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  gap: 4px;
}
.header__logo-image {
  max-width: 40px;
  height: auto;
  object-fit: cover;
}
.header__nav {
  padding: 20px 0;
  margin-left: auto;
  margin-right: 20px;
}
@media (max-width: 950px) {
  .header__nav {
    display: block;
    position: fixed;
    top: 40px;
    right: 0;
    height: calc(100vh - 40px);
    width: min(50vw, 360px);
    padding: 24px 7%;
    margin: 0;
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px rgba(45, 45, 45, 0.06);
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 240ms ease, opacity 240ms ease;
    z-index: 1000;
  }
  .header__nav.is-open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
}
.header__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 1080px) {
  .header__list {
    gap: 10px;
  }
}
@media (max-width: 950px) {
  .header__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (hover: hover) {
  .header__item:hover {
    color: #2A568C;
  }
}
@media (max-width: 950px) {
  .header__item {
    width: 100%;
  }
}
.header__link {
  font-weight: 700;
}
.header__link--btn {
  background-color: #E9F3FF;
  border: 1px solid #E9F3FF;
  padding: 6px 27px;
  border-radius: 60px;
  font-weight: 700;
  text-align: center;
}
@media (hover: hover) {
  .header__link--btn:hover {
    background-color: #FFFFFF;
    border: 1px solid #E9F3FF;
  }
}
@media (max-width: 950px) {
  .header__link--btn {
    margin-top: 10px;
    width: 100%;
    display: block;
  }
}
.header__link--btn-last {
  background-color: #E9F3FF;
  border: 1px solid #E9F3FF;
  padding: 6px 27px;
  border-radius: 60px;
  font-weight: 700;
  text-align: center;
}
@media (hover: hover) {
  .header__link--btn-last:hover {
    background-color: #FFFFFF;
    border: 1px solid #E9F3FF;
  }
}
@media (max-width: 950px) {
  .header__link--btn-last {
    width: 100%;
    display: block;
  }
}
.header__contact {
  background-color: #2A568C;
  color: #FFFFFF;
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
@media (max-width: 950px) {
  .header__contact {
    display: none;
  }
}
.header__contact--sp {
  display: none;
}
@media (max-width: 950px) {
  .header__contact--sp {
    display: block;
    margin-top: 24px;
    background-color: #2A568C;
    color: #FFFFFF;
    padding: 12px 20px;
    border-radius: 4px;
    font-weight: 700;
    text-align: center;
    width: 100%;
  }
}
@media (hover: hover) {
  .header__contact:hover {
    background-color: rgb(32.5846153846, 66.7208791209, 108.6153846154);
  }
}
.header__hamburger {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 0;
  display: none;
  position: relative;
}
@media (max-width: 950px) {
  .header__hamburger {
    display: block;
  }
}
.header__hamburger-lines {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: opacity 200ms ease;
}
.is-active .header__hamburger-lines {
  background: transparent;
}
.header__hamburger-lines::before, .header__hamburger-lines::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: currentColor;
  transition: transform 200ms ease, top 200ms ease;
}
.header__hamburger-lines {
  /* 上の線 */
}
.header__hamburger-lines::before {
  top: -7px;
}
.is-active .header__hamburger-lines::before {
  top: 0;
  transform: rotate(45deg);
}
.header__hamburger-lines {
  /* 下の線 */
}
.header__hamburger-lines::after {
  top: 7px;
}
.is-active .header__hamburger-lines::after {
  top: 0;
  transform: rotate(-45deg);
}

/*------------------------------------
 Footer
-------------------------------------*/
.footer {
  padding: 60px 0;
  background-color: #2A568C;
}
.footer__container {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  margin: 0 auto;
}
.footer__inner {
  text-align: center;
}
.footer__company {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .footer__company {
    font-size: 20px;
  }
}
.footer__company-label {
  font-size: 20px;
}
@media (max-width: 768px) {
  .footer__company-label {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
  }
}
.footer__address {
  color: #FFFFFF;
  margin: 40px auto;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media (max-width: 768px) {
  .footer__address {
    margin: 20px auto;
  }
}
.footer__copyright {
  color: #FFFFFF;
  letter-spacing: 0.1em;
  font-size: 14px;
}

/*------------------------------------
 保険
-------------------------------------*/
.footer-signature__conteiner {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  margin: 0 auto;
}
.footer-signature__label {
  font-size: 14px;
  display: inline-block;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .footer-signature__label {
    display: block;
    margin-bottom: 8px;
  }
}
.footer-signature__text {
  margin: 10px auto;
  text-align: right;
  font-size: 24px;
}
@media (max-width: 768px) {
  .footer-signature__text {
    font-size: 16px;
  }
}

/*------------------------------------
 swiper
-------------------------------------*/
.swiper {
  width: 100%;
  --swiper-navigation-color: #2A568C;
  --swiper-pagination-color: #2A568C;
  --swiper-pagination-bullet-inactive-color: rgba(67, 119, 182, .35);
  --swiper-pagination-bullet-inactive-opacity: 1 ;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  z-index: 10;
}

/*------------------------------------
 Hero
-------------------------------------*/
.hero {
  max-width: 100%;
}
.hero__container {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  margin: 0 auto;
}
.hero__inner {
  overflow: hidden;
}
.hero__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 414px) {
  .hero__image {
    height: 300px;
  }
}

/*------------------------------------
 カルーセル
-------------------------------------*/
.carousel {
  width: 100%;
  position: relative;
  max-height: 700px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .carousel {
    height: 300px;
  }
}
.carousel__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.carousel__overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row;
  gap: 0;
}
.carousel__overlay:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url(../img/index/carousel-01-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 87%;
  height: 463px;
  margin: auto 0 0 auto;
}
@media (max-width: 1500px) {
  .carousel__overlay:before {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .carousel__overlay:before {
    height: 380px;
  }
}
@media (max-width: 1080px) {
  .carousel__overlay:before {
    height: 320px;
  }
}
@media (max-width: 950px) {
  .carousel__overlay:before {
    height: 303px;
  }
}
@media (max-width: 768px) {
  .carousel__overlay:before {
    height: auto;
    width: 78%;
    margin: auto;
  }
}
.carousel__overlay-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px 40px 24px;
  pointer-events: auto;
}
@media (max-width: 1200px) {
  .carousel__overlay-inner {
    padding: 20px 60px;
  }
}
@media (max-width: 950px) {
  .carousel__overlay-inner {
    padding: 20px 60px;
  }
}
.carousel__body {
  max-width: 400px;
  margin-left: auto;
  margin-top: auto;
  text-align: left;
}
@media (max-width: 1080px) {
  .carousel__body {
    width: 320px;
  }
}
@media (max-width: 950px) {
  .carousel__body {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .carousel__body {
    width: 226px;
    margin: auto;
  }
}
@media (max-width: 414px) {
  .carousel__body {
    width: 210px;
  }
}
.carousel__inside-image {
  display: block;
  width: 100%;
  height: auto;
}
.carousel__btn {
  width: 192px;
  height: auto;
  padding: 8px 10px;
  font-weight: 600;
  line-height: 2;
  align-items: center;
  position: relative;
  background-color: #2A568C;
  border: 1px solid #2A568C;
  transition: 0.3s;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin: 20px 0 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .carousel__btn {
    margin: 20px auto;
  }
}
@media (hover: hover) {
  .carousel__btn:hover {
    background-color: #FFFFFF;
    color: #2A568C;
  }
}

/*------------------------------------
 Index
-------------------------------------*/
/* 企業理念
* ------------------------------------*/
.philosophy {
  margin: 60px auto;
}
.philosophy__container {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  margin: 0 auto;
}
.philosophy__inner {
  padding: 40px;
  background: linear-gradient(to bottom, #4377B6 0%, #3E5D83 100%);
}
@media (max-width: 768px) {
  .philosophy__inner {
    padding: 20px;
  }
}
.philosophy__title {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .philosophy__title {
    font-size: 16px;
    text-align: left;
  }
}
.philosophy__body {
  background-color: #FFFFFF;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 30px;
}
@media (max-width: 768px) {
  .philosophy__body {
    padding: 20px;
  }
}
.philosophy__subtitle {
  color: #2D2D2D;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.philosophy__subtitle:after {
  content: "";
  display: block;
  border-bottom: 1px solid #2D2D2D;
  padding-top: 20px;
  max-width: 120px;
  margin: 0 auto;
}
.philosophy__text {
  color: #2D2D2D;
  line-height: 1.6;
}
.philosophy__text--center {
  color: #2D2D2D;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 768px) {
  .philosophy__item {
    margin: 10px auto;
  }
}
.philosophy__item:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .philosophy__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.philosophy__inside-list {
  max-width: 558px;
  margin: 0 auto;
}
.philosophy__inside-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 28px;
}
@media (max-width: 768px) {
  .philosophy__inside-item {
    gap: 10px;
  }
}
.philosophy__label {
  font-size: 14px;
  flex: 0 0 48px;
}

/* 会社概要
* ------------------------------------*/
.company {
  padding: 60px 0;
  position: relative;
}
@media (max-width: 768px) {
  .company {
    padding: 60px 0;
  }
}
.company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 77%;
  background: #E9F3FF;
  z-index: -1;
}
.company__container {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  margin: 0 auto;
}
.company__inner {
  background-color: #F8F9FB;
}
.company__content {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 768px) {
  .company__content {
    flex-direction: column;
    padding: 40px 20px;
  }
}
.company__body {
  width: 50%;
}
@media (max-width: 768px) {
  .company__body {
    width: 100%;
  }
}
.company__header {
  margin-bottom: 30px;
}
.company__title {
  font-weight: 700;
  line-height: 1.3;
  font-size: 24px;
  text-align: left;
  letter-spacing: 0.05em;
}
.company__title:after {
  content: "";
  display: block;
  margin: 0 auto;
  padding-top: 12px;
  border-bottom: 2px solid #2A568C;
}
@media (max-width: 768px) {
  .company__title {
    font-size: 22px;
    line-height: 1.4;
  }
}
.company__subtitle {
  font-weight: 700;
  line-height: 1.3;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
  color: #2A568C;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .company__subtitle {
    line-height: 1.4;
  }
}
.company__image {
  width: 50%;
}
@media (max-width: 768px) {
  .company__image {
    width: 100%;
  }
}
.company__list {
  width: 100%;
}
.company__item {
  margin: 16px auto;
  line-height: 1.6;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 28px;
}
.company__label {
  min-width: 83px;
}

/* 事業拠点
* ------------------------------------*/
.map__container {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  margin: 0 auto;
}
.map__inner {
  max-width: 900px;
  margin: 0 auto;
}
.map iframe {
  width: 100%;
  height: 300px;
}

/* 事業拠点
* ------------------------------------*/
.base {
  margin: 60px auto;
  scroll-margin-top: var(--header-h);
}
.base__container {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  margin: 0 auto;
}
.base__inner {
  max-width: 900px;
  margin: 0 auto;
}
.base__header {
  margin-bottom: 30px;
}
.base__title {
  font-weight: 700;
  line-height: 1.3;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  max-width: 500px;
  margin: 0 auto;
}
.base__title:after {
  content: "";
  display: block;
  margin: 0 auto;
  padding-top: 12px;
  border-bottom: 2px solid #2A568C;
}
@media (max-width: 768px) {
  .base__title {
    font-size: 22px;
    line-height: 1.4;
  }
}
.base__subtitle {
  font-weight: 700;
  line-height: 1.3;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
  color: #2A568C;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .base__subtitle {
    line-height: 1.4;
  }
}
.base__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 768px) {
  .base__list {
    flex-direction: column;
  }
}
.base__item {
  width: 50%;
}
@media (max-width: 768px) {
  .base__item {
    width: 100%;
  }
}
.base__image {
  width: 100%;
}
.base__body {
  margin-top: 20px;
}
.base__label {
  font-size: 18px;
  border-bottom: 1px solid #A5A5A5;
  padding-bottom: 20px;
  font-weight: 700;
}
.base__btn {
  width: 186px;
  height: auto;
  padding: 8px 10px;
  font-weight: 700;
  line-height: 2;
  align-items: center;
  position: relative;
  background-color: #2A568C;
  border: 1px solid #2A568C;
  border-radius: 99rem;
  transition: 0.3s;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  margin-top: 40px;
}
.base__btn::after {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  display: inline-block;
  color: #FFFFFF;
  position: absolute;
  right: 1px;
  font-size: 22px;
  transition: 0.3s;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .base__btn {
    width: 100%;
  }
}
@media (hover: hover) {
  .base__btn:hover {
    background-color: #FFFFFF;
    color: #2A568C;
    color: #2A568C;
  }
  .base__btn:hover::after {
    color: #2A568C;
    color: #2A568C;
  }
}

/* 事業内容
* ------------------------------------*/
.service {
  padding: 60px 0;
  background-image: url(../img/index/service-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  scroll-margin-top: var(--header-h);
}
.service__container {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  margin: 0 auto;
}
.service__header {
  margin-bottom: 30px;
}
.service__title {
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.3;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  max-width: 500px;
  margin: 0 auto;
}
.service__title:after {
  content: "";
  display: block;
  margin: 0 auto;
  padding-top: 12px;
  border-bottom: 2px solid #FFFFFF;
}
@media (max-width: 768px) {
  .service__title {
    font-size: 22px;
    line-height: 1.4;
  }
}
.service__subtitle {
  font-weight: 700;
  line-height: 1.3;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
  color: #FFFFFF;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .service__subtitle {
    line-height: 1.4;
  }
}
.service__content {
  background-color: #FFFFFF;
}
.service__list {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  flex-direction: column;
}
@media (max-width: 950px) {
  .service__list {
    padding: 40px 20px;
  }
}
.service__item {
  width: 100%;
}
.service__item:not(:last-child) {
  margin-bottom: 20px;
}
.service__label {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #A5A5A5;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.service__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 768px) {
  .service__body {
    flex-direction: column;
  }
}
.service__images {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 18px;
}
@media (max-width: 768px) {
  .service__images {
    gap: 10px;
  }
}
.service__image {
  width: 193px;
  height: 168px;
  object-fit: cover;
}
@media (max-width: 950px) {
  .service__image {
    width: 100%;
    height: 180px;
  }
}
@media (max-width: 768px) {
  .service__image {
    height: 200px;
  }
}
@media (max-width: 414px) {
  .service__image {
    width: 100%;
    height: 120px;
  }
}
.service__text {
  flex: 0 0 50%;
  line-height: 1.8;
  text-align: left;
  font-size: 14px;
}
@media (max-width: 768px) {
  .service__text {
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .service__text {
    width: 100%;
  }
}

/* 当社の取り組み
* ------------------------------------*/
.efforts {
  margin: 60px auto;
  scroll-margin-top: var(--header-h);
}
.efforts__container {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  margin: 0 auto;
}
.efforts__header {
  margin-bottom: 30px;
}
.efforts__title {
  font-weight: 700;
  line-height: 1.3;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  max-width: 500px;
  margin: 0 auto;
}
.efforts__title:after {
  content: "";
  display: block;
  margin: 0 auto;
  padding-top: 12px;
  border-bottom: 2px solid #2A568C;
}
@media (max-width: 768px) {
  .efforts__title {
    font-size: 22px;
    line-height: 1.4;
  }
}
.efforts__subtitle {
  font-weight: 700;
  line-height: 1.3;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
  color: #2A568C;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .efforts__subtitle {
    line-height: 1.4;
  }
}
.efforts__list {
  margin: 0 auto;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 28px;
}
@media (max-width: 768px) {
  .efforts__list {
    padding-top: 20px;
    flex-direction: column;
  }
}
.efforts__item {
  width: 100%;
}
.efforts__item:not(:last-child) {
  margin-bottom: 20px;
}
.efforts__label {
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 20px auto;
  display: block;
  text-align: center;
}
.efforts__label:after {
  content: "";
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #A5A5A5;
  padding-bottom: 10px;
  max-width: 120px;
}
.efforts__body {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  gap: 10px;
}
@media (max-width: 414px) {
  .efforts__body {
    flex-direction: column;
  }
}
.efforts__children {
  width: 257px;
}
@media (max-width: 768px) {
  .efforts__children {
    width: 100%;
  }
}
.efforts__image {
  width: 100%;
  height: 189px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .efforts__image {
    height: 240px;
  }
}
.efforts__text {
  margin-top: 10px;
  line-height: 1.8;
  text-align: left;
  font-size: 14px;
}
@media (max-width: 768px) {
  .efforts__text {
    line-height: 1.6;
  }
}

/* CTA
* ------------------------------------*/
.cta {
  margin: 60px auto;
  scroll-margin-top: var(--header-h);
}
.cta__container {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  margin: 0 auto;
}
.cta__inner {
  background-image: url(../img/index/cta-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .cta__inner {
    padding: 40px 20px;
  }
}
.cta__title {
  color: #FFFFFF;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.cta__body {
  color: #FFFFFF;
  margin: 40px auto;
  line-height: 1.8;
  text-align: center;
  font-size: 14px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .cta__body {
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .cta__body {
    text-align: left;
    margin: 20px auto;
  }
}
.cta__tel {
  color: #FFFFFF;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .cta__tel {
    background-color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 4px;
    color: #2A568C;
    font-weight: 700;
  }
}
.cta__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cta__link::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.95em;
  mask: url(../img/tel.svg) no-repeat center/contain;
  -webkit-mask: url(../img/tel.svg) no-repeat center/contain;
  background-color: #FFFFFF;
}
.cta__time {
  color: #FFFFFF;
  margin-top: 20px;
  letter-spacing: 0.1em;
}
.cta__email {
  color: #FFFFFF;
  margin-top: 20px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  gap: 4px;
}
.cta__email::before {
  content: "";
  display: inline-block;
  width: 1.6em;
  height: 1.4em;
  mask: url(../img/mail.svg) no-repeat center/contain;
  -webkit-mask: url(../img/mail.svg) no-repeat center/contain;
  background-color: #FFFFFF;
}

/*------------------------------------
 保険部
-------------------------------------*/
/* リード
* ------------------------------------*/
.insurance-read {
  padding: 60px 0;
  background-image: url(../img/insurance/insurance-read-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .insurance-read {
    padding: 40px 0;
  }
}
.insurance-read__container {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  margin: 0 auto;
}
.insurance-read__note {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  line-height: 1.8;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 768px) {
  .insurance-read__note {
    line-height: 1.6;
  }
}
.insurance-read__text {
  line-height: 1.8;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 768px) {
  .insurance-read__text {
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .insurance-read__text {
    text-align: left;
  }
}

/* 保険内容
* ------------------------------------*/
.insurance__container {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  margin: 0 auto;
}
.insurance__inner {
  background-color: #FFEAEA;
  padding: 40px 0;
}
.insurance__content {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .insurance__content {
    padding: 0 20px;
  }
}
.insurance__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 768px) {
  .insurance__item {
    flex-direction: column;
  }
}
.insurance__image {
  width: 50%;
}
@media (max-width: 768px) {
  .insurance__image {
    width: 100%;
  }
}
.insurance__body {
  width: 50%;
}
@media (max-width: 768px) {
  .insurance__body {
    width: 100%;
  }
}
.insurance__text {
  line-height: 1.8;
  text-align: left;
  font-size: 14px;
}
@media (max-width: 768px) {
  .insurance__text {
    line-height: 1.6;
  }
}
.insurance__review {
  background-color: #FFFFFF;
  padding: 20px;
  margin-top: 20px;
  border-radius: 10px;
}
.insurance__review-title {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.insurance__review-title:after {
  content: "";
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #A5A5A5;
  padding-bottom: 10px;
  max-width: 120px;
}
@media (max-width: 768px) {
  .insurance__review-title {
    font-size: 16px;
  }
}
.insurance__review-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .insurance__review-text {
    font-size: 15px;
  }
}
.insurance__inside-title {
  font-weight: 700;
  margin: 20px 0;
  font-size: 16px;
}
.insurance__inside-list {
  counter-reset: step;
}
.insurance__inside-item {
  margin: 10px auto;
  position: relative;
  padding-left: 34px;
  counter-increment: step;
  line-height: 22px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.insurance__inside-item:before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #FFC178;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}

/* CTA
* ------------------------------------*/
.insurance-cta {
  margin-top: 60px;
  scroll-margin-top: var(--header-h);
}
.insurance-cta__container {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  margin: 0 auto;
}
.insurance-cta__title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
}
.insurance-cta__list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 768px) {
  .insurance-cta__list {
    flex-direction: column;
  }
}
.insurance-cta__item {
  background-image: url(../img/insurance/insurance-cta-bg-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .insurance-cta__item {
    width: 100%;
  }
}
.insurance-cta__item--for-product {
  background-image: url(../img/insurance/insurance-cta-bg-02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .insurance-cta__item--for-product {
    width: 100%;
  }
}
.insurance-cta__label {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.6;
}
.insurance-cta__label:after {
  content: "";
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #A5A5A5;
  padding-bottom: 10px;
  max-width: 120px;
}
.insurance-cta__body {
  text-align: center;
}
.insurance-cta__time {
  font-size: 16px;
}
.insurance-cta__time--sm {
  font-size: 14px;
}
.insurance-cta__tel {
  font-size: 24px;
  font-weight: 700;
  margin: 12px 0;
  display: block;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  gap: 2px;
}
@media (max-width: 768px) {
  .insurance-cta__tel {
    background-color: rgb(217.44, 104.76, 104.76);
    padding: 10px 20px;
    border-radius: 4px;
    color: #FFFFFF;
  }
}
.insurance-cta__tel:before {
  content: "";
  mask: url(../img/tel.svg) no-repeat center/contain;
  -webkit-mask: url(../img/tel.svg) no-repeat center/contain;
  background-color: #2D2D2D;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
}
@media (max-width: 768px) {
  .insurance-cta__tel:before {
    background-color: #FFFFFF;
  }
}
.insurance-cta__fax {
  font-size: 24px;
  font-weight: 700;
  margin: 8px 0;
  display: block;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  gap: 4px;
}
.insurance-cta__fax:before {
  content: "";
  background-image: url(../img/fax.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
}
.insurance-cta__name {
  font-size: 16px;
  margin-top: 14px;
  line-height: 1.6;
}
.insurance-cta__email {
  margin-top: 10px;
  font-weight: 700;
}
.insurance-cta__image {
  width: 180px;
  height: auto;
  object-fit: cover;
  display: block;
  margin-top: auto;
}
@media (max-width: 414px) {
  .insurance-cta__image {
    width: 100%;
  }
}

/* リンク
* ------------------------------------*/
.insurance-links {
  margin-top: 60px;
}
.insurance-links__container {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  margin: 0 auto;
}
.insurance-links__inner {
  max-width: 900px;
  margin: 0 auto;
}
.insurance-links__read {
  line-height: 1.8;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 768px) {
  .insurance-links__read {
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .insurance-links__read {
    text-align: left;
  }
}
.insurance-links__list {
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 768px) {
  .insurance-links__list {
    gap: 10px;
  }
}
.insurance-links__item {
  width: 263px;
}
@media (max-width: 768px) {
  .insurance-links__item {
    width: 100%;
  }
}
.insurance-links__image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.insurance-links__btns {
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 768px) {
  .insurance-links__btns {
    flex-direction: column;
    gap: 10px;
  }
}
.insurance-links__btn {
  width: 186px;
  height: auto;
  padding: 8px 10px;
  font-weight: 700;
  line-height: 2;
  align-items: center;
  position: relative;
  background-color: #2A568C;
  border: 1px solid #2A568C;
  border-radius: 99rem;
  transition: 0.3s;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  width: 240px;
}
.insurance-links__btn::after {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  display: inline-block;
  color: #FFFFFF;
  position: absolute;
  right: 1px;
  font-size: 22px;
  transition: 0.3s;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .insurance-links__btn {
    width: 100%;
  }
}
@media (hover: hover) {
  .insurance-links__btn:hover {
    background-color: #FFFFFF;
    color: #2A568C;
    color: #2A568C;
  }
  .insurance-links__btn:hover::after {
    color: #2A568C;
    color: #2A568C;
  }
}
@media (max-width: 768px) {
  .insurance-links__btn {
    width: 100%;
  }
}

/*------------------------------------
 プライバシーポリシー・勧誘方針・FD宣言
-------------------------------------*/
/*
 ナビ
* ------------------------------------*/
.policy-nav {
  margin: 60px auto;
}
@media (max-width: 768px) {
  .policy-nav {
    margin: 40px auto;
  }
}
.policy-nav__container {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  margin: 0 auto;
}
.policy-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 768px) {
  .policy-nav__list {
    flex-direction: column;
    gap: 10px;
  }
}
.policy-nav__item {
  width: 100%;
}
.policy-nav__btn-links__btn {
  width: 186px;
  height: auto;
  padding: 8px 10px;
  font-weight: 700;
  line-height: 2;
  align-items: center;
  position: relative;
  background-color: #E9F3FF;
  border: 1px solid #E9F3FF;
  border-radius: 99rem;
  transition: 0.3s;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  background-color: #E9F3FF;
  color: #2D2D2D;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  width: 240px;
}
.policy-nav__btn-links__btn::after {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  display: inline-block;
  color: #FFFFFF;
  position: absolute;
  right: 1px;
  font-size: 22px;
  transition: 0.3s;
  color: #2D2D2D;
}
@media (max-width: 768px) {
  .policy-nav__btn-links__btn {
    width: 100%;
  }
}
@media (hover: hover) {
  .policy-nav__btn-links__btn:hover {
    background-color: #FFFFFF;
    color: #2A568C;
    color: #2D2D2D;
  }
  .policy-nav__btn-links__btn:hover::after {
    color: #2A568C;
    color: #2D2D2D;
  }
}

/*
 本文
* ------------------------------------*/
.policy {
  margin: 60px auto;
}
.policy__container {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  margin: 0 auto;
}
.policy__inner {
  max-width: 900px;
  margin: 0 auto;
}
.policy__title {
  background-color: #2A568C;
  color: #FFFFFF;
  padding: 18px 20px;
  text-align: center;
  font-size: 24px;
  margin: 30px auto;
  line-height: 1.6;
  scroll-margin-top: calc(var(--header-h) + 12px);
}
@media (max-width: 768px) {
  .policy__title {
    font-size: 20px;
  }
}
.policy__body {
  margin: 40px auto;
}
.policy__label {
  font-weight: 500;
  margin: 30px auto 10px auto;
  font-size: 18px;
  line-height: 1.5;
}
.policy__label--sm {
  font-weight: 500;
  margin: 30px auto 10px auto;
  font-size: 16px;
}
.policy__text {
  line-height: 1.8;
  text-align: left;
  font-size: 14px;
}
@media (max-width: 768px) {
  .policy__text {
    line-height: 1.6;
  }
}
.policy__text--lg {
  line-height: 1.8;
  text-align: left;
  font-size: 14px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .policy__text--lg {
    line-height: 1.6;
  }
}
.policy__list {
  list-style-type: disc;
  padding-left: 1.2em;
}
.policy__list--num {
  list-style-type: decimal;
  padding-left: 1.2em;
}
.policy__item {
  margin: 8px auto;
  line-height: 1.5;
}
.policy__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
  .policy__table-wrap {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.policy__table {
  border-collapse: collapse;
  border: 1px solid #2D2D2D;
  width: 100%;
  min-width: 600px;
  margin: 10px auto 30px auto;
}
.policy__table tr, .policy__table th, .policy__table td {
  border: 1px solid #2D2D2D;
}
.policy__table-head {
  background-color: #E8E8E8;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}
.policy__table-td {
  padding: 12px;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
