@charset "UTF-8";
/*-- foundationフォルダの中の_index.scss --*/
body {
  color: #002971;
  background: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", sans-serif;
  -webkit-text-size-adjust: none;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 18px;
  }
}

body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
fieldset,
p,
figure,
button {
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 22px;
  line-height: 1.82;
  letter-spacing: 0.05em;
  text-underline-offset: 3px;
}
@media only screen and (max-width: 767px) {
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  table,
  th,
  td,
  ul,
  li,
  ol,
  dl,
  dt,
  dd,
  form,
  fieldset,
  p,
  figure,
  button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  table,
  th,
  td,
  ul,
  li,
  ol,
  dl,
  dt,
  dd,
  form,
  fieldset,
  p,
  figure,
  button {
    font-size: 18px;
  }
}

table {
  border-collapse: collapse;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input,
textArea,
select,
button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  -webkit-appearance: none;
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

button {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*                link
======================================================= */
a {
  color: #002971;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  a {
    overflow-wrap: break-word;
  }
}

@media only screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
button {
  color: #002971;
}

/*-- componentフォルダの中の_index.scss --*/
.c-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1380px;
  padding: 0 50px;
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .c-width {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-width {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 350px) {
  .c-width {
    padding: 0 12px;
  }
}
.c-width--wide {
  max-width: 1540px;
}

.c-top-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media only screen and (max-width: 767px) {
  .c-top-btn {
    bottom: 70px;
  }
}
.c-top-btn.is-show {
  opacity: 1;
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .c-top-btn.is-show:hover {
    opacity: 0.6;
  }
}
.c-top-btn.is-bottom {
  position: absolute;
  bottom: auto;
  top: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.c-top-btn__btn {
  background-color: #d9eef9;
  padding: 12px 30px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .c-top-btn__btn {
    padding: 8px 12px;
  }
}

.c-top-btn__text {
  color: #002971;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding-right: 29px;
  line-height: 1.61;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .c-top-btn__text {
    font-size: 14px;
    padding-right: 20px;
  }
}
.c-top-btn__text::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  aspect-ratio: 13/12;
  width: 13px;
  height: auto;
  background-image: url("../media/images/common/icon_top_scroll.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .c-top-btn__text::before {
    top: 3px;
    width: 10px;
  }
}

.c-news-list__item {
  border-bottom: solid #4c6eb1 2px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 768px) {
  .c-news-list__item:hover {
    opacity: 0.7;
  }
  .c-news-list__item:hover::before {
    -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
}
.c-news-list__item:first-child .c-news-list__link {
  padding-top: 0;
}

.c-news-list__link {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .c-news-list__link {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.c-news-list__date {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.61;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-news-list__date {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .c-news-list__date {
    font-size: 16px;
  }
}

.c-news-list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-news-list__info {
    display: contents;
  }
}

.c-news-list__cat {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.61;
  background-color: #e7f6fb;
  text-align: center;
  border-radius: 5px;
  padding: 3px 0 0px;
  min-width: 120px;
}
@media only screen and (max-width: 767px) {
  .c-news-list__cat {
    font-size: 13px;
    min-width: 82px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-news-list__cat {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.c-news-list__cat--notice {
  background-color: #ffe7cf;
}

.c-news-list__title {
  margin-left: 18px;
  position: relative;
  padding-right: 32px;
  width: 100%;
}
.c-news-list__title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  width: 24px;
  aspect-ratio: 1/1;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  background-image: url("../media/images/common/news_arrow_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 1023px) {
  .c-news-list__title {
    margin-left: 0;
    width: 100%;
    margin-top: 8px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (max-width: 767px) {
  .c-news-list__title {
    font-size: 20px;
  }
}

.c-link-btn {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #0068d7;
  border-radius: 10px;
  text-align: center;
  padding: 17px 10px 17px;
  line-height: 1.62;
  border: solid 2px transparent;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-link-btn {
    font-size: 20px;
    border-radius: 5px;
    padding: 6px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .c-link-btn:hover {
    background-color: #fff;
    border-color: #0068d7;
    color: #0068d7;
  }
}
.c-link-btn--red {
  background-color: #BD0122;
}
@media only screen and (min-width: 768px) {
  .c-link-btn--red:hover {
    border-color: #BD0122;
    color: #BD0122;
  }
}
.c-link-btn--green {
  background-color: #00493E;
}
@media only screen and (min-width: 768px) {
  .c-link-btn--green:hover {
    border-color: #00493E;
    color: #00493E;
  }
}
.c-link-btn--right-green {
  background-color: #2B851E;
}
@media only screen and (min-width: 768px) {
  .c-link-btn--right-green:hover {
    border-color: #2B851E;
    color: #2B851E;
  }
}
.c-link-btn--right-blue {
  background-color: #05678F;
}
@media only screen and (min-width: 768px) {
  .c-link-btn--right-blue:hover {
    border-color: #05678F;
    color: #05678F;
  }
}

.c-link-btn__text {
  font-size: 20px;
}
.c-link-btn__text--small {
  font-size: 16px;
}

.c-arrow-link {
  position: relative;
  display: block;
  border-bottom: solid 1px #707070;
  padding-bottom: 10px;
  padding-right: 24px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 768px) {
  .c-arrow-link:hover {
    opacity: 0.6;
  }
}
.c-arrow-link::before {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  width: 18px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("../media/images/common/link-arrow_01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 480px) {
  .c-arrow-link::before {
    top: 5px;
  }
}
.c-arrow-link--white {
  color: #fff;
  border-color: #fff;
}

.c-insurance-box {
  position: relative;
  padding-top: 67px;
}
@media only screen and (max-width: 767px) {
  .c-insurance-box {
    padding-top: 50px;
  }
}

.c-insurance-box__title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  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;
  min-width: 400px;
  height: 67px;
  background-color: #0068d7;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .c-insurance-box__title {
    font-size: 24px;
    height: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .c-insurance-box__title {
    min-width: auto;
    width: 100%;
  }
}
.c-insurance-box__title--center {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.c-insurance-box__title--right {
  left: auto;
  right: 0;
}

.c-insurance-box__small-title {
  font-size: 24px;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .c-insurance-box__small-title {
    font-size: 18px;
  }
}

.c-insurance-box__box {
  padding: 48px 62px 64px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  border-radius: 0 10px 10px 10px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-insurance-box__box {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 560px) {
  .c-insurance-box__box-long {
    padding: 72px 20px 30px;
  }
}

.c-insurance-box__detail {
  letter-spacing: 0.04em;
  font-weight: bold;
}

.c-insurance-box__note-item {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.c-company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -48px;
  margin-right: -48px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 96px 0;
}
@media only screen and (max-width: 1271px) {
  .c-company-list {
    gap: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-company-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.c-company-list__item {
  width: 33.3%;
  padding: 0 48px;
  position: relative;
  border-right: dashed 5px #f5f5f5;
}
@media only screen and (min-width: 1272px) {
  .c-company-list__item:nth-child(3n) {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-company-list__item:nth-child(2n) {
    border: none;
  }
}
@media only screen and (max-width: 1271px) {
  .c-company-list__item {
    width: 50%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-company-list__item {
    width: 100%;
    border-right: none;
    padding: 0;
  }
}

.c-company-list__link-list {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .c-company-list__link-list {
    margin-top: 20px;
  }
}

.c-company-list__link-item {
  position: relative;
}
.c-company-list__link-item + .c-company-list__link-item {
  margin-top: 8px;
}

.c-company-list__logo {
  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;
}
.c-company-list__logo--no-img {
  border: solid 1px #707070;
  min-height: 200px;
}

.c-company-list__logo-text {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.54;
}
@media only screen and (max-width: 480px) {
  .c-company-list__logo-text {
    font-size: 22px;
  }
}

.c-company-list__btn {
  background-color: #f5f5f5;
  border-radius: 10px;
  display: block;
  width: 100%;
  text-align: left;
  font-weight: bold;
  padding: 18px 35px 17px 21px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-company-list__btn {
    padding: 15px 30px 10px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .c-company-list__btn:hover {
    opacity: 0.6;
  }
}
.c-company-list__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  width: 9px;
  height: 9px;
  border-top: solid 2px #002971;
  border-right: solid 2px #002971;
}
@media only screen and (max-width: 767px) {
  .c-company-list__btn::before {
    right: 15px;
  }
}
.c-company-list__btn--request {
  background-color: #e1ebf9;
}
.c-company-list__btn--update {
  background-color: #ffe7cf;
}
@media only screen and (min-width: 768px) {
  .c-company-list__btn--mega:hover {
    opacity: 1;
  }
}

.c-company-mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  border: solid 1px #707070;
  background-color: #fff;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-company-mega-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}

.c-company-mega-menu__item {
  border-top: solid 1px #707070;
}
.c-company-mega-menu__item:first-child {
  border: none;
}

.c-company-mega-menu__link {
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px 13px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .c-company-mega-menu__link {
    font-size: 16px;
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .c-company-mega-menu__link:hover {
    background-color: #d9eef9;
  }
}

.c-anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 0;
}
@media only screen and (max-width: 767px) {
  .c-anchor-list {
    margin-right: 0;
    margin-left: 0;
  }
}

.c-anchor-list__item {
  padding: 0 6px;
  width: 25%;
}
@media only screen and (max-width: 1023px) {
  .c-anchor-list__item {
    width: 33.3%;
  }
}
@media only screen and (max-width: 767px) {
  .c-anchor-list__item {
    width: 100%;
    padding: 0;
  }
}
.c-anchor-list__item--2w {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .c-anchor-list__item--2w {
    width: 100%;
  }
}

.c-anchor-list__card {
  background-color: #e1ebf9;
  padding: 15px 22px 15px 17px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  max-height: 64px;
  min-height: 64px;
}
@media only screen and (min-width: 768px) {
  .c-anchor-list__card:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .c-anchor-list__card {
    padding: 10px 15px;
  }
}

.c-anchor-list__icon {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.c-anchor-list__icon-img {
  width: 100%;
}
.c-anchor-list__icon-img--center {
  display: block;
  margin: auto 0;
}

.c-anchor-list__text {
  line-height: 1.2;
  padding: 0px 8px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 1271px) {
  .c-anchor-list__text {
    font-size: 18px;
  }
}

.c-anchor-list__sub-text {
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 1271px) {
  .c-anchor-list__sub-text {
    font-size: 12px;
  }
}
.c-anchor-list__sub-text--ib {
  display: inline-block;
}

.c-anchor-list__arrow {
  display: block;
  background-color: #fff;
  width: 19px;
  min-width: 19px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
}
.c-anchor-list__arrow::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-bottom: solid 1px #002971;
  border-right: solid 1px #002971;
}

.c-lower-bg-decos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.c-lower-bg-decos__deco-set {
  position: relative;
  width: 100%;
  height: 136.09vw;
}
@media only screen and (max-width: 480px) {
  .c-lower-bg-decos__deco-set {
    height: 230vw;
  }
}
.c-lower-bg-decos__deco-set + .c-lower-bg-decos__deco-set {
  margin-top: 38.13vw;
}
@media only screen and (max-width: 480px) {
  .c-lower-bg-decos__deco-set + .c-lower-bg-decos__deco-set {
    margin-top: 230vw;
  }
}
.c-lower-bg-decos__deco-set::before {
  content: "";
  position: absolute;
  top: -3.82vw;
  left: -1.28vw;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 42.19vw;
  height: auto;
  aspect-ratio: 810/962;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  background-image: url("../media/images/common/bg_deco_01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 480px) {
  .c-lower-bg-decos__deco-set::before {
    width: 81.5vw;
    top: 0;
    left: -31.75vw;
  }
}
.c-lower-bg-decos__deco-set::after {
  content: "";
  position: absolute;
  right: -17.71vw;
  bottom: 0;
  aspect-ratio: 946/1032;
  width: 49.27vw;
  background-image: url("../media/images/common/bg_deco_02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 480px) {
  .c-lower-bg-decos__deco-set::after {
    width: 95vw;
    right: -45vw;
    bottom: 0;
  }
}

.c-underline-title {
  padding-bottom: 19px;
}

.c-underline-title__title {
  text-align: center;
  border-bottom: solid 7px #4c6eb1;
  position: relative;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .c-underline-title__title {
    border-bottom: solid 5px #4c6eb1;
    padding-bottom: 5px;
  }
}
.c-underline-title__title::before {
  content: "";
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  border-top: 19px solid #4c6eb1;
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .c-underline-title__title::before {
    top: calc(100% + 5px);
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 12px solid #4c6eb1;
  }
}

.c-underline-title__text {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.63;
}
@media only screen and (max-width: 767px) {
  .c-underline-title__text {
    font-size: 25px;
  }
}
@media only screen and (max-width: 399px) {
  .c-underline-title__text {
    font-size: 22px;
  }
}

.c-underline-title__sub-text {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.63;
}
@media only screen and (max-width: 767px) {
  .c-underline-title__sub-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 399px) {
  .c-underline-title__sub-text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .c-dashed-title {
    padding-bottom: 20px;
  }
}

.c-dashed-title__title {
  position: relative;
  padding-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  .c-dashed-title__title {
    padding-bottom: 5px;
  }
}
.c-dashed-title__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 61px;
  height: 5px;
  background-image: repeating-linear-gradient(to right, #4c6eb1 0 10px, transparent 10px 17px);
}
@media only screen and (max-width: 767px) {
  .c-dashed-title__title::before {
    top: calc(100% + 5px);
  }
}

.c-dashed-title__text {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .c-dashed-title__text {
    font-size: 25px;
  }
}
@media only screen and (max-width: 399px) {
  .c-dashed-title__text {
    font-size: 22px;
  }
}

.c-table {
  margin-top: 40px;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .c-table {
    margin-top: 30px;
  }
}

.c-table tbody {
  width: 100%;
  display: block;
}

.c-table__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #4c6eb1;
}
.c-table__item:last-child {
  border-bottom: 1px solid #4c6eb1;
}
@media only screen and (max-width: 767px) {
  .c-table__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-table__title {
  width: 230px;
  font-weight: bold;
  text-align: left;
  background-color: #e1ebf9;
  padding: 15px 32px 13px;
  line-height: 1.6;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .c-table__title {
    width: 100%;
    padding: 15px 16px 13px;
  }
}

.c-table__title-text {
  font-size: 20px;
  line-height: 1.6;
}

.c-table__detail {
  width: 890px;
  text-align: left;
  padding: 16px 40px;
  line-height: 1.6;
  font-size: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-table__detail {
    border-top: 1px solid #4c6eb1;
    width: 100%;
    padding: 16px;
  }
}

.c-table__detail-text {
  font-size: 20px;
  line-height: 1.6;
}

.c-table__detail-link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.c-dot-list {
  margin-left: 1.6em;
  list-style-position: outside;
}

.c-dot-list__item {
  list-style-type: disc;
  font-size: 20px;
}

.c-dot-list__link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.c-bg-box {
  background-color: #e1ebf9;
  border: 1px solid #4c6eb1;
}

.c-number-list {
  margin-left: 1.2em;
  list-style-position: outside;
}

.c-number-list__item {
  list-style-type: decimal;
  font-size: 20px;
  padding-left: 8px;
}
.c-number-list__item + .c-number-list__item {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .c-number-list__item + .c-number-list__item {
    margin-top: 8px;
  }
}

.c-number-list__link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

/*-- utilityフォルダの中の_index.scss --*/
@media only screen and (min-width: 1024px) {
  .u-pc-hide {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .u-tb-show {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .u-tb-hide {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .u-sp-hide {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-sp-show {
    display: block;
  }
}

.u-sp-space {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-sp-space {
    display: inline;
  }
}

.u-txt-left {
  text-align: left;
}

.u-txt-center {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .u-txt-center.--sp {
    text-align: left;
  }
}

.u-txt-right {
  text-align: right;
}

@media only screen and (max-width: 1279px) {
  .u-block-center-tb {
    margin-left: auto;
    margin-right: auto;
  }
}

.u-ml-auto {
  margin-left: auto;
}

.u-mr-auto {
  margin-right: auto;
}

.u-ib {
  display: inline-block;
}

.u-bold {
  font-weight: 700;
}

a.u-link-txt {
  text-decoration: underline;
  color: Blue;
  font-weight: 700;
}

.u-bg-light-sky {
  background-color: blue;
}

.u-bg-white {
  background-color: #fff;
}

.u-mt8 {
  margin-top: 8px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt18 {
  margin-top: 0.9375vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt18 {
    margin-top: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt18 {
    margin-top: 4.8vw;
  }
}

.u-mt20 {
  margin-top: 1.0416666667vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt20 {
    margin-top: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt20 {
    margin-top: 5.3333333333vw;
  }
}

.u-mt24 {
  margin-top: 1.25vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt24 {
    margin-top: 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt24 {
    margin-top: 6.4vw;
  }
}

.u-mt30 {
  margin-top: 1.5625vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt30 {
    margin-top: 3.90625vw;
  }
}

.u-mt32 {
  margin-top: 1.6666666667vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt32 {
    margin-top: 3.6458333333vw;
  }
}

.u-mt35 {
  margin-top: 1.8229166667vw;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt48 {
  margin-top: 48px;
}

.u-mt56 {
  margin-top: 56px;
}

.u-mt64 {
  margin-top: 64px;
}

.u-mt72 {
  margin-top: 3.75vw;
}
@media only screen and (max-width: 767px) {
  .u-mt72 {
    margin-top: 14.4vw;
  }
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt82 {
  margin-top: 4.2708333333vw;
}

.u-mt88 {
  margin-top: 88px;
}

.u-mt96 {
  margin-top: 96px;
}

.u-mt100 {
  margin-top: 5.2083333333vw;
}

.u-mt104 {
  margin-top: 104px;
}

.u-mt112 {
  margin-top: 112px;
}

.u-mt120 {
  margin-top: 120px;
}

.u-mb80 {
  margin-bottom: 4.1666666667vw;
}

.u-ml8 {
  margin-left: 8px;
}

.u-ml16 {
  margin-left: 16px;
}

.u-ml24 {
  margin-left: 24px;
}

.u-ml32 {
  margin-left: 32px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml48 {
  margin-left: 48px;
}

.u-ml56 {
  margin-left: 56px;
}

.u-ml64 {
  margin-left: 64px;
}

.u-ml72 {
  margin-left: 72px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml88 {
  margin-left: 88px;
}

.u-ml96 {
  margin-left: 96px;
}

.u-ml104 {
  margin-left: 104px;
}

.u-ml112 {
  margin-left: 112px;
}

.u-ml120 {
  margin-left: 120px;
}

/*-- layoutフォルダの中の_index.scss --*/
.l-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .l-header {
    position: fixed;
  }
}

.c-header {
  width: 100%;
  height: 96px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-shadow: 0 3px 6px rgba(16, 76, 148, 0.19);
          box-shadow: 0 3px 6px rgba(16, 76, 148, 0.19);
}
@media only screen and (max-width: 767px) {
  .c-header {
    height: 56px;
  }
}

.c-header__logo {
  margin-top: 17px;
  margin-left: 71px;
}
@media only screen and (max-width: 1271px) {
  .c-header__logo {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__logo {
    margin-top: 15px;
    margin-left: 8px;
    max-width: 205px;
  }
}

.c-header__logo-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
}
@media only screen and (min-width: 768px) {
  .c-header__logo-link:hover {
    opacity: 0.6;
  }
}

.c-header__logo-img {
  vertical-align: top;
}

.c-header__contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 96px;
  z-index: 0;
}
.c-header__contact-info::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 67.81vw;
  height: 100%;
  background: #002971;
  background: -webkit-gradient(linear, right top, left top, from(rgb(0, 41, 113)), color-stop(50%, rgb(0, 104, 215)), to(rgb(255, 255, 255)));
  background: linear-gradient(270deg, rgb(0, 41, 113) 0%, rgb(0, 104, 215) 50%, rgb(255, 255, 255) 100%);
  z-index: -1;
}

.c-header__contact-part {
  color: #fff;
  font-weight: bold;
}
.c-header__contact-part.c-header__contact-part {
  margin-left: 16px;
}

.c-header__tel {
  display: block;
  position: relative;
  padding-left: 37px;
}
.c-header__tel::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 28px;
  height: auto;
  aspect-ratio: 28/19;
  background-image: url("../media/images/common/icon_freedial.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.c-header__tel {
  color: #fff;
  font-weight: bold;
}

.c-header__nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 96px;
  margin-top: 19px;
}

.c-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-header__nav-item {
  line-height: 1.64;
  font-weight: bold;
}
.c-header__nav-item + .c-header__nav-item {
  margin-left: 32px;
}

.c-header__nav-link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (min-width: 768px) {
  .c-header__nav-link:hover {
    color: #ff973b;
  }
}

.l-wrap {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-wrap {
    padding-bottom: 56px;
  }
}

@media only screen and (max-width: 767px) {
  .l-main {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .l-main--home {
    padding-top: 56px;
  }
}

.is-sp-menu-open {
  overflow: hidden;
}

.l-footer {
  position: relative;
}

.c-footer__inner {
  padding: 79px 0;
  background-color: #fff8f2;
}
@media only screen and (max-width: 767px) {
  .c-footer__inner {
    padding: 40px 0;
  }
}

.c-footer__logo {
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 1271px) {
  .c-footer__logo {
    text-align: center;
  }
}

.c-footer__logo-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 768px) {
  .c-footer__logo-link:hover {
    opacity: 0.6;
  }
}

.c-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 67px 0 0;
}
@media only screen and (max-width: 1400px) {
  .c-footer__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__content {
    margin-top: 40px;
  }
}

.c-footer__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .c-footer__nav-wrap {
    width: auto;
  }
}
@media only screen and (max-width: 1271px) {
  .c-footer__nav-wrap {
    display: none;
  }
}

.c-footer__nav-col {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-footer__nav-col--01 {
  max-width: 284px;
}
.c-footer__nav-col--02 {
  max-width: 182px;
}
.c-footer__nav-col--03 {
  max-width: 348px;
}
.c-footer__nav-col + .c-footer__nav-col {
  margin-left: 48px;
}
@media only screen and (max-width: 1400px) {
  .c-footer__nav-col + .c-footer__nav-col {
    margin-left: 20px;
  }
}

.c-footer__nav-head {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.64;
  padding-bottom: 20px;
}
.c-footer__nav-head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 61px;
  height: 5px;
  background-image: repeating-linear-gradient(to right, #4c6eb1 0 10px, transparent 10px 17px);
}

.c-footer__nav {
  margin-top: 22px;
}

.c-footer__nav-item {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.04em;
  padding-left: 0.75em;
}
.c-footer__nav-item::before {
  content: "-";
  position: absolute;
  left: 0;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.c-footer__nav-item + .c-footer__nav-item {
  margin-top: 12px;
}

.c-footer__nav-link {
  line-height: 1.6;
  font-weight: bold;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media only screen and (min-width: 768px) {
  .c-footer__nav-link:hover {
    color: #ff973b;
  }
}

.c-footer__cta-wrap {
  margin-left: 50px;
  min-width: 320px;
}
@media only screen and (max-width: 1400px) {
  .c-footer__cta-wrap {
    margin-left: 40px;
    min-width: 280px;
  }
}
@media only screen and (max-width: 1271px) {
  .c-footer__cta-wrap {
    min-width: auto;
    width: 100%;
    max-width: 768px;
    margin: auto;
  }
}

.c-footer__cta-item {
  width: 100%;
}
.c-footer__cta-item + .c-footer__cta-item {
  margin-top: 24px;
}

.c-footer__cta-btn {
  display: block;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background-color: #0068d7;
  border-radius: 10px;
  text-align: center;
  padding: 17px 10px 17px;
  line-height: 1.62;
  border: solid 2px transparent;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-footer__cta-btn {
    font-size: 20px;
    border-radius: 5px;
    padding: 6px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .c-footer__cta-btn:hover {
    background-color: #fff;
    border-color: #0068d7;
    color: #0068d7;
  }
}

.c-footer__document-number {
  margin-top: 24px;
}
@media only screen and (max-width: 1271px) {
  .c-footer__document-number {
    display: none;
  }
}

.c-footer__number-text {
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: 20px;
}

.c-footer__number-content {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-footer__number-date {
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-right: 24px;
}

.c-footer__number-item {
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: bold;
}

.c-footer__bottom {
  background-color: #0068d7;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 19px 0;
}
@media only screen and (max-width: 767px) {
  .c-footer__bottom {
    font-size: 12px;
    padding: 25px 12px 24px;
    line-height: 1.33;
  }
}

.c-footer__deco {
  mix-blend-mode: multiply;
}

.l-sp-menu-btn {
  position: fixed;
  z-index: 1000;
  display: none;
  top: 40px;
  right: 40px;
  width: 50px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .l-sp-menu-btn {
    display: block;
    top: 18px;
    right: 16px;
    width: 32px;
    height: 20px;
  }
}
.l-sp-menu-btn.is-open .l-sp-menu-btn__border--01 {
  -webkit-transform: translate(0, 16px) rotate(45deg);
          transform: translate(0, 16px) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .l-sp-menu-btn.is-open .l-sp-menu-btn__border--01 {
    -webkit-transform: translate(0, 8px) rotate(45deg);
            transform: translate(0, 8px) rotate(45deg);
  }
}
.l-sp-menu-btn.is-open .l-sp-menu-btn__border--02 {
  opacity: 0;
}
.l-sp-menu-btn.is-open .l-sp-menu-btn__border--03 {
  -webkit-transform: translate(0, -10px) rotate(-45deg);
          transform: translate(0, -10px) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .l-sp-menu-btn.is-open .l-sp-menu-btn__border--03 {
    -webkit-transform: translate(0, -10px) rotate(-45deg);
            transform: translate(0, -10px) rotate(-45deg);
  }
}

.l-sp-menu-btn__border {
  position: absolute;
  left: 0;
  background-color: #002971;
  width: 100%;
  height: 3px;
  -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
@media only screen and (max-width: 767px) {
  .l-sp-menu-btn__border {
    height: 2px;
  }
}
.l-sp-menu-btn__border--01 {
  top: 0;
  background-color: #ff973b;
}
.l-sp-menu-btn__border--02 {
  top: 13px;
}
@media only screen and (max-width: 767px) {
  .l-sp-menu-btn__border--02 {
    top: 9px;
  }
}
.l-sp-menu-btn__border--03 {
  bottom: 0;
}

.l-sp-menu {
  width: 100%;
  height: calc(100vh - 112px);
  top: 112px;
  overflow: auto;
  position: fixed;
  z-index: 9999;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .l-sp-menu {
    height: calc(100vh - 56px);
    top: 56px;
  }
}
.l-sp-menu.is-open {
  pointer-events: auto;
  opacity: 1;
}

.c-sp-menu {
  background-color: #fff8f2;
  padding: 40px 0 48px;
  min-height: 100%;
}
@media only screen and (max-width: 767px) {
  .c-sp-menu {
    padding-bottom: 140px;
  }
}

.c-sp-menu__top-btn {
  display: block;
  background-color: #fff;
  border: solid 1px #002971;
  border-radius: 5px;
}

.c-sp-menu__top-link {
  display: block;
  padding: 21px 0px 20px;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

.c-sp-menu__contact-info-head {
  background-color: #d9eef9;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  padding: 5px 10px 3px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.63;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .c-sp-menu__contact-info-head {
    font-size: 16px;
    padding: 3px 10px 2px;
  }
}

.c-sp-menu__contact-info-content {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  text-align: center;
  padding: 20px 15px;
}
@media only screen and (max-width: 480px) {
  .c-sp-menu__contact-info-content {
    padding: 14px 10px;
  }
}

.c-sp-menu__contact-info-time {
  letter-spacing: 0.04em;
  line-height: 1.63;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .c-sp-menu__contact-info-time {
    font-size: 16px;
  }
}

.c-sp-menu__contact-info-tel {
  display: inline-block;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.63;
  padding-left: 41px;
  font-size: 28px;
}
@media only screen and (max-width: 480px) {
  .c-sp-menu__contact-info-tel {
    font-size: 24px;
  }
}
.c-sp-menu__contact-info-tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  aspect-ratio: 31/20;
  width: 31px;
  height: auto;
  background-image: url("../media/images/common/icon_freedial.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.c-sp-menu__top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px -5px 0;
  gap: 8px 0;
}

.c-sp-menu__top-nav-item {
  width: 50%;
  padding: 0 5px;
}

.c-sp-menu__top-nav-link {
  display: block;
  background-color: #fff;
  padding: 1px 10px 0;
  border: solid 1px #002971;
  border-radius: 5px;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 480px) {
  .c-sp-menu__top-nav-link {
    font-size: 14px;
  }
}

.c-sp-menu__insurance {
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 17px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 10px 17px;
}

.c-sp-menu__insurance > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c-sp-menu__insurance > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.c-sp-menu__insurance-item {
  background-color: #fff;
  padding: 20px;
}
@media only screen and (max-width: 480px) {
  .c-sp-menu__insurance-item {
    padding: 16px 10px 18px;
  }
}
.c-sp-menu__insurance-item--2row {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.c-sp-menu__insurance-icon-wrap {
  width: 50px;
}
@media only screen and (max-width: 480px) {
  .c-sp-menu__insurance-icon-wrap {
    width: 39px;
  }
}
.c-sp-menu__insurance-icon-wrap {
  margin: auto;
}
@media only screen and (max-width: 480px) {
  .c-sp-menu__insurance-icon-wrap--health {
    width: 33px;
  }
}
@media only screen and (max-width: 480px) {
  .c-sp-menu__insurance-icon-wrap--property {
    width: 36px;
  }
}

.c-sp-menu__insurance-icon {
  width: 100%;
}

.c-sp-menu__insurance-list {
  margin-top: 20px;
}
@media only screen and (max-width: 480px) {
  .c-sp-menu__insurance-list {
    margin-top: 10px;
  }
}

.c-sp-menu__insurance-list-item {
  text-align: center;
}
.c-sp-menu__insurance-list-item + .c-sp-menu__insurance-list-item {
  margin-top: 10px;
}
@media only screen and (max-width: 480px) {
  .c-sp-menu__insurance-list-item + .c-sp-menu__insurance-list-item {
    margin-top: 8px;
  }
}

.c-sp-menu__insurance-list-link {
  font-weight: bold;
  letter-spacing: 0.043em;
  line-height: 1.62;
  display: block;
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .c-sp-menu__insurance-list-link {
    font-size: 13px;
  }
}

.c-sp-menu__insurance-list-sub-title {
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .c-sp-menu__insurance-list-sub-title {
    font-size: 12px;
  }
}

.c-sp-menu__bottom-nav {
  margin: 30px auto 0;
}

.c-sp-menu__bottom-nav-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-sp-menu__bottom-nav-row + .c-sp-menu__bottom-nav-row {
  margin-top: 30px;
}

.c-sp-menu__bottom-nav-block {
  width: 50%;
}
.c-sp-menu__bottom-nav-block:last-child {
  margin-top: 20px;
  width: 100%;
}
@media only screen and (max-width: 400px) {
  .c-sp-menu__bottom-nav-block + .c-sp-menu__bottom-nav-block {
    width: 100%;
    margin-top: 20px;
  }
}

.c-sp-menu__bottom-nav-head {
  font-weight: bold;
  padding-bottom: 13px;
}

.c-dashed-deco {
  position: relative;
}
.c-dashed-deco::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 61px;
  height: 5px;
  background-image: repeating-linear-gradient(to right, #4c6eb1 0 10px, transparent 10px 17px);
}

.c-sp-menu__bottom-nav-list {
  margin-top: 16px;
}

.c-sp-menu__bottom-nav-list-item + .c-sp-menu__bottom-nav-list-item {
  margin-top: 8px;
}

.c-sp-menu__bottom-nav-list-link {
  text-indent: 1em;
  margin-left: -1em;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-indent: -1em;
  margin-left: 1em;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 480px) {
  .c-sp-menu__bottom-nav-list-link {
    font-size: 13px;
  }
}
@media only screen and (max-width: 350px) {
  .c-sp-menu__bottom-nav-list-link {
    font-size: 12px;
  }
}

.c-sp-menu__number-block {
  margin-top: 30px;
}
@media only screen and (max-width: 480px) {
  .c-sp-menu__number-block {
    margin-top: 20px;
  }
}

.c-sp-menu__number-text {
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: 20px;
}
@media only screen and (max-width: 480px) {
  .c-sp-menu__number-text {
    font-size: 14px;
  }
}

.c-sp-menu__number-content {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-sp-menu__number-date {
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-right: 24px;
}
@media only screen and (max-width: 480px) {
  .c-sp-menu__number-date {
    font-size: 12px;
  }
}

.c-sp-menu__number-item {
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .c-sp-menu__number-item {
    font-size: 12px;
  }
}

.l-fix-bnr {
  position: fixed;
  top: 217px;
  right: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-fix-bnr.is-hide {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .l-fix-bnr {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .c-fix-bnr-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media only screen and (max-width: 767px) {
  .c-fix-bnr-list__item {
    width: 50%;
  }
}

.c-fix-bnr-list__bnr {
  display: block;
  padding: 24px 19px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 5px 0px 0px 5px;
}
@media only screen and (min-width: 768px) {
  .c-fix-bnr-list__bnr:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1271px) {
  .c-fix-bnr-list__bnr {
    padding: 24px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .c-fix-bnr-list__bnr {
    height: 100%;
    border-radius: 0;
    height: 56px;
  }
}
.c-fix-bnr-list__bnr--accident {
  background-color: #ff973b;
  padding-top: 16px;
  padding-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .c-fix-bnr-list__bnr--accident {
    padding: 18px 15px 13px 24px;
  }
}
@media only screen and (max-width: 399px) {
  .c-fix-bnr-list__bnr--accident {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.c-fix-bnr-list__bnr--accident .c-fix-bnr-list__text {
  padding-top: 33px;
}
@media only screen and (max-width: 767px) {
  .c-fix-bnr-list__bnr--accident .c-fix-bnr-list__text {
    padding-top: 0;
    padding-left: 26px;
  }
}
.c-fix-bnr-list__bnr--accident .c-fix-bnr-list__text::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 18px;
  height: auto;
  aspect-ratio: 18/25;
  background-image: url("../media/images/common/icon_fix-bnr_accident.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .c-fix-bnr-list__bnr--accident .c-fix-bnr-list__text::before {
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.c-fix-bnr-list__bnr--contact {
  background-color: #0068d7;
  padding-bottom: 31px;
}
@media only screen and (max-width: 767px) {
  .c-fix-bnr-list__bnr--contact {
    padding: 18px 15px 13px 24px;
  }
}
@media only screen and (max-width: 399px) {
  .c-fix-bnr-list__bnr--contact {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.c-fix-bnr-list__bnr--contact .c-fix-bnr-list__text {
  color: #fff;
  padding-top: 32px;
}
@media only screen and (max-width: 767px) {
  .c-fix-bnr-list__bnr--contact .c-fix-bnr-list__text {
    padding-top: 0;
    padding-left: 32px;
  }
}
.c-fix-bnr-list__bnr--contact .c-fix-bnr-list__text::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("../media/images/common/icon_fix-bnr_contact.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .c-fix-bnr-list__bnr--contact .c-fix-bnr-list__text::before {
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.c-fix-bnr-list__text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-fix-bnr-list__text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: 0.04em;
    line-height: 1.61;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
@media only screen and (max-width: 399px) {
  .c-fix-bnr-list__text {
    font-size: 14px;
  }
}