@charset "UTF-8";
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Th.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Eb.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/*
@function rem($size) {
  @return $size / 10 + rem;
}
*/
/*
@function rems($size) {
  @return ($size / 375) * 100vw;
}
*/
/*//////////////////////////////////////////
//  MV
//////////////////////////////////////////*/
.mv {
  padding-bottom: 1rem;
  background-image: url("../images/top/back-mv.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .mv {
    background-image: url("../images/top/back-mv_sp.jpg");
  }
}
.mv .mv-inner {
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
}
.mv .mv-middle {
  background: rgba(255, 255, 255, 0.74);
}
.mv .mv-middle-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem 0.6875rem;
}
@media screen and (max-width: 1200px) {
  .mv .mv-middle-inner {
    max-width: 100vw;
    padding: 0 1.6666666667vw 0.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-middle-inner {
    flex-direction: column;
    margin-top: 0.65625rem;
    padding: 0 0.75rem 0.34375rem;
    gap: 0.84375rem;
  }
}
.mv .mv-middle .mv-feature {
  max-width: 33.125rem;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  border-radius: 0.9375rem;
}
@media screen and (max-width: 1200px) {
  .mv .mv-middle .mv-feature {
    max-width: 44.1666666667vw;
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-middle .mv-feature {
    border-radius: 0.46875rem;
    max-width: initial;
  }
}
.mv .mv-middle .mv-feature h2 {
  background: #013193;
  border-radius: 0.9375rem 0.9375rem 0 0;
  height: 2.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5625rem;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #fff;
}
.mv .mv-middle .mv-feature h2 span {
  color: #ffe300;
}
@media screen and (max-width: 1200px) {
  .mv .mv-middle .mv-feature h2 {
    border-radius: 1.25vw 1.25vw 0 0;
    height: 3.75vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-middle .mv-feature h2 {
    border-radius: 0.46875rem 0.46875rem 0 0;
    height: 2.5rem;
    font-size: 1.125rem;
  }
}
.mv .mv-middle .mv-feature ul {
  display: flex;
  background: #fff;
  padding: 1.25rem 0 0.9375rem;
  border-radius: 0 0 0.9375rem 0.9375rem;
}
@media screen and (max-width: 1200px) {
  .mv .mv-middle .mv-feature ul {
    padding: 1.6666666667vw 0 1.25vw;
    border-radius: 0 0 1.25vw 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-middle .mv-feature ul {
    flex-wrap: wrap;
    padding: 0.5625rem 0.9375rem 0.875rem;
  }
}
.mv .mv-middle .mv-feature ul li {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .mv .mv-middle .mv-feature ul li {
    gap: 0.8333333333vw;
  }
  .mv .mv-middle .mv-feature ul li img {
    width: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-middle .mv-feature ul li {
    width: 50%;
    padding: 0.53125rem 0;
  }
  .mv .mv-middle .mv-feature ul li:nth-child(1) {
    border-bottom: 1px solid #013193;
  }
  .mv .mv-middle .mv-feature ul li:nth-child(2) {
    border-bottom: 1px solid #013193;
  }
  .mv .mv-middle .mv-feature ul li:nth-child(odd) {
    border-right: 1px solid #013193;
  }
  .mv .mv-middle .mv-feature ul li img {
    width: 1.8125rem;
  }
}
.mv .mv-middle .mv-feature ul li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 0.0625rem;
  height: 4.375rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #013193;
}
@media screen and (max-width: 1200px) {
  .mv .mv-middle .mv-feature ul li:not(:last-child):after {
    width: 0.0833333333vw;
    height: 5.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-middle .mv-feature ul li:not(:last-child):after {
    content: none;
  }
}
.mv .mv-middle .mv-feature ul li .feature-txt {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #013193;
}
@media screen and (max-width: 1200px) {
  .mv .mv-middle .mv-feature ul li .feature-txt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-middle .mv-feature ul li .feature-txt {
    font-size: 0.9375rem;
  }
}
.mv .mv-middle .mv-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8125rem;
}
@media screen and (max-width: 1200px) {
  .mv .mv-middle .mv-tel {
    gap: 1.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-middle .mv-tel {
    gap: 0.46875rem;
    width: 100%;
  }
}
.mv .mv-middle .mv-tel h2 {
  background: #d3111f;
  color: #fff;
  font-size: 1.6875rem;
  font-weight: 600;
  line-height: 1;
  height: 2.8125rem;
  border-radius: 9999px;
  text-align: center;
  max-width: 35.875rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .mv .mv-middle .mv-tel h2 {
    font-size: 2.25vw;
    height: 3.75vw;
    max-width: 47.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-middle .mv-tel h2 {
    font-size: 1.125rem;
    height: 2rem;
    max-width: initial;
  }
}
.mv .mv-middle .mv-tel .tel-link {
  display: flex;
  align-items: center;
  color: #013193;
  font-size: 4.536875rem;
  font-weight: 700;
  line-height: 1;
  font-family: "LINE Seed JP", sans-serif;
  letter-spacing: -0.05em;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .mv .mv-middle .mv-tel .tel-link {
    font-size: 6.0491666667vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-middle .mv-tel .tel-link {
    font-size: 2.375rem;
  }
}
.mv .mv-middle .mv-tel .tel-link:before {
  content: "";
  display: inline-block;
  width: 3.5625rem;
  height: 2.375rem;
  background: url("../images/common/icon-dial.svg") no-repeat center/contain;
  margin-right: 0.75rem;
}
@media screen and (max-width: 1200px) {
  .mv .mv-middle .mv-tel .tel-link:before {
    width: 4.75vw;
    height: 3.1666666667vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-middle .mv-tel .tel-link:before {
    width: 3.09375rem;
    height: 2.0625rem;
    margin-right: 0.15625rem;
  }
}
.mv .mv-footer {
  padding: 0.5625rem 0.875rem 0;
}
@media screen and (max-width: 1200px) {
  .mv .mv-footer {
    padding: 0.75vw 1.1666666667vw 0;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-footer {
    padding: 0 0.75rem 0;
    margin-top: 1.3125rem;
  }
}
.mv .mv-footer .btn-list {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .mv .mv-footer .btn-list {
    gap: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-footer .btn-list {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.mv .mv-footer .btn-list li {
  width: calc((100% - 2.5rem) / 3);
}
@media screen and (max-width: 1200px) {
  .mv .mv-footer .btn-list li {
    width: calc((100% - 3.3333333333vw) / 3);
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-footer .btn-list li {
    width: 100%;
  }
}
.mv .mv-footer .btn-list li a {
  display: flex;
  align-items: center;
  height: 5.5rem;
  border-radius: 0.9375rem;
  border: 0.1875rem solid #fff;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  padding: 0 1.25rem;
  position: relative;
  text-decoration: none;
  transition: filter 0.2s ease, box-shadow 0.2s ease;
}
.mv .mv-footer .btn-list li a:hover {
  filter: brightness(1.08);
}
@media screen and (max-width: 1200px) {
  .mv .mv-footer .btn-list li a {
    height: 8vw;
    border-radius: 1.25vw;
    border-width: 0.1666666667vw;
    box-shadow: 0 0 0.8333333333vw rgba(0, 0, 0, 0.2);
    padding: 0 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-footer .btn-list li a {
    height: 3.5rem;
    border-radius: 0.46875rem;
    border-width: 0.1875rem;
    padding: 0 0.625rem;
  }
}
.mv .mv-footer .btn-list li a:before {
  content: "";
  display: inline-block;
  width: 4.125rem;
  height: 4.125rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.9375rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .mv .mv-footer .btn-list li a:before {
    width: 5.5vw;
    height: 5.5vw;
    margin-right: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-footer .btn-list li a:before {
    width: 2.0625rem;
    height: 2.0625rem;
    margin-right: 0.84375rem;
  }
}
.mv .mv-footer .btn-list li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.875rem;
  height: 1.5rem;
  background: url("../images/common/arrow-right.png") no-repeat center/contain;
}
@media screen and (max-width: 1200px) {
  .mv .mv-footer .btn-list li a:after {
    right: 1.6666666667vw;
    width: 1.1666666667vw;
    height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-footer .btn-list li a:after {
    right: 0.9375rem;
    width: 0.4375rem;
    height: 0.75rem;
  }
}
.mv .mv-footer .btn-list li:nth-child(1) a {
  background: linear-gradient(to bottom, #335eb0 0%, #00267d 44%);
}
.mv .mv-footer .btn-list li:nth-child(1) a:before {
  background-image: url("../images/top/icon-mv-btn1.png");
}
.mv .mv-footer .btn-list li:nth-child(2) a {
  background: linear-gradient(to bottom, #2c9e3c 0%, #006f29 44%);
}
.mv .mv-footer .btn-list li:nth-child(2) a:before {
  background-image: url("../images/top/icon-mv-btn2.png");
}
.mv .mv-footer .btn-list li:nth-child(3) a {
  background: linear-gradient(to bottom, #fc861b 0%, #f34800 44%);
}
.mv .mv-footer .btn-list li:nth-child(3) a:before {
  background-image: url("../images/top/icon-mv-btn3.png");
}
.mv .mv-footer .btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.mv .mv-footer .btn-txt {
  font-size: 1.87125rem;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (max-width: 1200px) {
  .mv .mv-footer .btn-txt {
    font-size: 2.495vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-footer .btn-txt {
    font-size: 1.25rem;
  }
}
.mv .mv-footer .btn-sup {
  font-size: 0.93375rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 1200px) {
  .mv .mv-footer .btn-sup {
    font-size: 1.245vw;
    margin-top: 0.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-footer .btn-sup {
    font-size: 0.625rem;
    margin-top: 0.25rem;
  }
}
.mv .mv-footer .caution-txt {
  font-size: 1.5rem;
  color: #013193;
  margin-top: 0.9375rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.875rem;
}
@media screen and (max-width: 1200px) {
  .mv .mv-footer .caution-txt {
    font-size: 1.9166666667vw;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-footer .caution-txt {
    font-size: 0.84375rem;
    margin-top: 0.75rem;
    gap: 0.375rem;
  }
}
.mv .mv-footer .caution-txt:before {
  content: "!";
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  width: 2.625rem;
  height: 2.625rem;
  padding-bottom: 0.125rem;
  font-size: 1.75rem;
  line-height: 1;
  color: #013193;
  background: #ffba00;
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  .mv .mv-footer .caution-txt:before {
    width: 3.5vw;
    height: 3.5vw;
    padding-bottom: 0.1666666667vw;
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-footer .caution-txt:before {
    width: 1.3125rem;
    height: 1.3125rem;
    padding-bottom: 0.0625rem;
    font-size: 0.875rem;
  }
}
.mv .mv-footer .caution-txt em {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .mv .mv-footer .caution-txt em {
    text-align: left;
    font-feature-settings: "palt";
  }
}
.mv .mv-footer .caution-txt span {
  color: #d3111f;
}
@media screen and (max-width: 768px) {
  .mv .mv-footer .caution-txt span {
    display: block;
    text-align: left;
  }
}

/*//////////////////////////////////////////
//  banner-aera
//////////////////////////////////////////*/
.banner-area {
  background: #dceffe;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.625rem;
}
@media screen and (max-width: 768px) {
  .banner-area {
    padding: 1.875rem 0.75rem 1.5625rem;
  }
}
.banner-area picture {
  display: block;
  filter: drop-shadow(0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 1200px) {
  .banner-area picture {
    filter: drop-shadow(0.25vw 0.25vw 0.5vw rgba(0, 0, 0, 0.16));
  }
}
@media screen and (max-width: 768px) {
  .banner-area picture {
    filter: drop-shadow(0.09375rem 0.09375rem 0.1875rem rgba(0, 0, 0, 0.16));
  }
}

/*//////////////////////////////////////////
//  support
//////////////////////////////////////////*/
.support {
  padding-top: 0.375rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .support {
    padding: 1.25rem 0 12.25rem;
  }
}
.support .index {
  display: flex;
  align-items: flex-end;
  gap: 0.4375rem;
}
@media screen and (max-width: 1200px) {
  .support .index {
    gap: 0.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .support .index {
    flex-direction: column;
    gap: 0.9375rem;
    position: relative;
  }
}
.support .index-woman {
  flex-shrink: 0;
  width: 16.25rem;
  height: auto;
  margin-left: -1.875rem;
  margin-bottom: -2rem;
}
@media screen and (max-width: 1200px) {
  .support .index-woman {
    width: 21.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .support .index-woman {
    display: none;
  }
}
.support .index-woman img {
  width: 100%;
  height: auto;
  display: block;
}
.support .index-content {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .support .index-content {
    width: 100%;
  }
}
.support .index-ttl {
  font-size: 1.75rem;
  font-weight: 900;
  color: #013193;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 768px) {
  .support .index-ttl {
    font-size: 0.9375rem;
    margin-bottom: 0.625rem;
  }
}
.support .index-ttl span {
  background: linear-gradient(transparent calc(100% - 0.75rem), #fffc00 0);
  padding: 0 0.25rem;
  display: inline-block;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 1200px) {
  .support .index-ttl span {
    display: inline;
    background: linear-gradient(transparent calc(100% - 1vw), #fffc00 0);
    padding: 0 0.3333333333vw;
    margin-bottom: 0;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
}
@media screen and (max-width: 768px) {
  .support .index-ttl span {
    display: inline;
    background: linear-gradient(transparent calc(100% - 0.375rem), #fffc00 0);
    padding: 0 0.125rem;
    margin-bottom: 0;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
}
.support .index-txt {
  font-size: 1.125rem;
  line-height: 2;
  color: #333;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .support .index-txt {
    font-size: 0.625rem;
    line-height: 2;
    margin-bottom: 0.9375rem;
    padding-right: 9.0625rem;
    position: relative;
  }
  .support .index-txt:after {
    content: "";
    display: block;
    width: 9.625rem;
    height: 15.875rem;
    position: absolute;
    right: -0.4375rem;
    bottom: -0.9375rem;
    background-image: url("../images/top/img-index-woman@2x.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.support .index-txt strong {
  color: #013193;
  font-weight: 700;
}
.support .index-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #013193;
  border-radius: 0.625rem;
  padding: 0.8125rem 1.875rem;
  background-color: #fff;
  gap: 0.75rem;
}
@media screen and (max-width: 1200px) {
  .support .index-contact {
    border-width: 0.1666666667vw;
    border-radius: 0.8333333333vw;
    padding: 1.25vw 2.5vw;
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .support .index-contact {
    border-width: 0.0625rem;
    border-radius: 0.3125rem;
    padding: 0.625rem 0.75rem;
    gap: 0.875rem;
  }
}
.support .index-contact .contact-logo {
  width: 7.5625rem;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .support .index-contact .contact-logo {
    width: 6.875rem;
  }
}
.support .index-contact .contact-tel-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .support .index-contact .contact-tel-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
}
@media screen and (max-width: 768px) {
  .support .index-contact .contact-tel-wrap {
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    width: 100%;
  }
}
.support .index-contact .contact-tel {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  color: #31a924;
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1200px) {
  .support .index-contact .contact-tel {
    font-size: 2.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .support .index-contact .contact-tel {
    font-size: 1.375rem;
    justify-content: center;
  }
}
.support .index-contact .contact-tel:before {
  content: "";
  display: inline-block;
  width: 2.90625rem;
  height: 1.9375rem;
  background: url("../images/common/icon-dial.svg") no-repeat center/contain;
  margin-right: 0.34375rem;
}
@media screen and (max-width: 1200px) {
  .support .index-contact .contact-tel:before {
    width: 3.875vw;
    height: 2.5833333333vw;
    margin-right: 0.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .support .index-contact .contact-tel:before {
    width: 1.9334375rem;
    height: 1.28875rem;
    margin-right: 0.159375rem;
  }
}
.support .index-contact .contact-time {
  font-size: 1.125rem;
  color: #31a924;
  font-weight: 700;
  line-height: 1;
  margin-left: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .support .index-contact .contact-time {
    font-size: 1.5vw;
    margin-left: 0.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .support .index-contact .contact-time {
    font-size: 0.6875rem;
    text-align: center;
    margin-left: 0;
    padding-left: 0.75rem;
  }
}
.support .index-contact .contact-time span {
  font-size: 1rem;
  display: inline-block;
  margin-top: 0.25rem;
}
@media screen and (max-width: 1200px) {
  .support .index-contact .contact-time span {
    font-size: 1.3333333333vw;
    margin-top: 0.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .support .index-contact .contact-time span {
    font-size: 0.6875rem;
  }
}
.support .support-flow {
  border: 0.125rem solid #013193;
  border-radius: 0.5rem;
  background-color: #fff;
  margin-top: 2rem;
  overflow: hidden;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1200px) {
  .support .support-flow {
    border-width: 0.1666666667vw;
    border-radius: 0.6666666667vw;
    margin-top: 5vw;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .support .support-flow {
    border-width: 0.0625rem;
    border-radius: 0.3125rem;
    margin-top: 1.25rem;
    overflow: initial;
  }
}
.support .support-flow h3 {
  background-color: #013193;
  color: #ffee00;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 0.5625rem 1rem 0.75rem;
  line-height: 1.4;
  margin-bottom: 1.625rem;
}
@media screen and (max-width: 768px) {
  .support .support-flow h3 {
    font-size: 1.125rem;
    padding: 0.9375rem 0.3125rem;
    margin-bottom: 0.75rem;
  }
}
.support .support-flow picture {
  display: block;
  width: 100%;
  max-width: 54.5625rem;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .support .support-flow picture {
    margin: 3.3333333333vw auto;
    padding: 0 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .support .support-flow picture {
    max-width: 80%;
    margin: 0.78125rem auto;
    padding: 0 0.46875rem;
  }
}
.support .support-flow picture img {
  width: 100%;
  height: auto;
  display: block;
}
.support .support-flow .flow-bottom {
  display: flex;
  align-items: flex-start;
  gap: 0.375rem;
  padding: 0 2rem 0;
}
@media screen and (max-width: 1200px) {
  .support .support-flow .flow-bottom {
    gap: 2.0833333333vw;
    padding: 0 2.6666666667vw 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .support .support-flow .flow-bottom {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 0;
    padding: 0;
    position: absolute;
    bottom: -9.375rem;
    width: 100%;
  }
}
.support .support-flow .flow-bottom img {
  width: 10.6875rem;
  height: auto;
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 1200px) {
  .support .support-flow .flow-bottom img {
    width: 14.25vw;
  }
}
@media screen and (max-width: 768px) {
  .support .support-flow .flow-bottom img {
    width: 8.84375rem;
    position: absolute;
    right: 0.5rem;
    bottom: -3.125rem;
  }
}
.support .support-flow .flow-bottom p {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 0.9375rem;
  padding-top: 2rem;
}
@media screen and (max-width: 1200px) {
  .support .support-flow .flow-bottom p {
    gap: 0.8333333333vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .support .support-flow .flow-bottom p {
    gap: 0.5rem;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
  }
}
.support .support-flow .flow-bottom .flow-line {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #013193;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  line-height: 1.4;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 1200px) {
  .support .support-flow .flow-bottom .flow-line {
    font-size: 2vw;
    padding: 0.6666666667vw 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .support .support-flow .flow-bottom .flow-line {
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 0;
    font-size: 0.9375rem;
  }
}
.support .support-flow .flow-bottom .flow-sub {
  display: inline;
}
.support .support-flow .flow-bottom .flow-sub strong {
  color: #fffc00;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .support .support-flow .flow-bottom .flow-sub {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #013193;
    font-size: 0.9375rem;
    padding: 0.25rem 0.375rem;
    margin-bottom: 0.25rem;
  }
  .support .support-flow .flow-bottom .flow-sub:last-child {
    margin-bottom: 0;
  }
}

/*//////////////////////////////////////////
//  ctg-search
//////////////////////////////////////////*/
.ctg-search {
  background-image: url("../images/top/back-ctg-search.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 3.875rem 0 5.9375rem;
}
@media screen and (max-width: 1200px) {
  .ctg-search {
    padding: 5.1666666667vw 0 7.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ctg-search {
    background-image: url("../images/top/back-ctg-search_sp.jpg");
    padding: 3.125rem 0 3.125rem;
  }
}
.ctg-search .sec-head {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .ctg-search .sec-head {
    margin-bottom: 1.25rem;
  }
}
.ctg-search .ctg-list {
  display: grid;
  grid-template-columns: repeat(60, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .ctg-search .ctg-list {
    gap: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ctg-search .ctg-list {
    grid-template-columns: repeat(6, 1fr);
    gap: 0.4375rem;
  }
}
.ctg-search .ctg-list li {
  grid-column: span 15;
}
@media screen and (max-width: 768px) {
  .ctg-search .ctg-list li {
    grid-column: span 3;
  }
}
.ctg-search .ctg-list li:nth-child(5), .ctg-search .ctg-list li:nth-child(6), .ctg-search .ctg-list li:nth-child(7) {
  grid-column: span 20;
}
@media screen and (max-width: 768px) {
  .ctg-search .ctg-list li:nth-child(5), .ctg-search .ctg-list li:nth-child(6), .ctg-search .ctg-list li:nth-child(7) {
    grid-column: span 2;
  }
}
.ctg-search .ctg-list li {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 0.125rem solid #013193;
  border-radius: 0.625rem;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .ctg-search .ctg-list li {
    border-width: 0.1666666667vw;
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ctg-search .ctg-list li {
    border-width: 0.0625rem;
    border-radius: 0.3125rem;
  }
}
.ctg-search .ctg-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0.625rem 0.875rem;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .ctg-search .ctg-list li a {
    padding: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ctg-search .ctg-list li a {
    padding: 0.5rem 0.5rem 0.625rem;
  }
}
.ctg-search .ctg-list li a::after {
  content: "";
  position: absolute;
  right: 0.875rem;
  bottom: 0.75rem;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background-color: #013193;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' fill='white'><path d='M8 5v14l11-7z'/></svg>");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color 0.2s ease, background-image 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .ctg-search .ctg-list li a::after {
    right: 1.3333333333vw;
    bottom: 1.3333333333vw;
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .ctg-search .ctg-list li a::after {
    right: 0.4375rem;
    bottom: 0.5rem;
    width: 0.6875rem;
    height: 0.6875rem;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' fill='white'><path d='M8 5v14l11-7z'/></svg>");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.ctg-search .ctg-list li figure {
  width: 6.3125rem;
  height: 6.3125rem;
  margin-bottom: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .ctg-search .ctg-list li figure {
    width: 8.4166666667vw;
    height: 8.4166666667vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .ctg-search .ctg-list li figure {
    width: 3.15625rem;
    height: 3.15625rem;
    margin-bottom: 0.375rem;
  }
}
.ctg-search .ctg-list li figure img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .ctg-search .ctg-list li:nth-child(5) .ctg-name .name, .ctg-search .ctg-list li:nth-child(6) .ctg-name .name, .ctg-search .ctg-list li:nth-child(7) .ctg-name .name {
    font-size: 0.625rem;
  }
}
.ctg-search .ctg-list li .ctg-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .ctg-search .ctg-list li .ctg-name {
    margin-top: 0;
  }
}
.ctg-search .ctg-list li .ctg-name .label {
  color: #013193;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.25rem;
  letter-spacing: 0.1em;
  transition: color 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .ctg-search .ctg-list li .ctg-name .label {
    font-size: 1vw;
    margin-bottom: 0.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ctg-search .ctg-list li .ctg-name .label {
    font-size: 0.4375rem;
    margin-bottom: 0.125rem;
  }
}
.ctg-search .ctg-list li .ctg-name .name {
  color: #013193;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3;
  transition: color 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .ctg-search .ctg-list li .ctg-name .name {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ctg-search .ctg-list li .ctg-name .name {
    font-size: 0.75rem;
  }
}
.ctg-search .ctg-list li:hover {
  background-color: #013193;
  border-color: #013193;
}
.ctg-search .ctg-list li:hover a::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23013193'><path d='M8 5v14l11-7z'/></svg>");
}
.ctg-search .ctg-list li:hover .ctg-name .label,
.ctg-search .ctg-list li:hover .ctg-name .name {
  color: #fff;
}
.ctg-search .ctg-list .txt-only {
  grid-column: span 12;
  margin-top: 2rem;
}
@media screen and (max-width: 1200px) {
  .ctg-search .ctg-list .txt-only {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ctg-search .ctg-list .txt-only {
    grid-column: span 6;
    margin-top: 0;
  }
}
.ctg-search .ctg-list .txt-only a {
  height: 4.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #013193;
  text-align: center;
  line-height: 1.3;
  padding: 0;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  .ctg-search .ctg-list .txt-only a {
    height: 6.3333333333vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .ctg-search .ctg-list .txt-only a {
    height: 2.25rem;
    font-size: 0.75rem;
  }
}
.ctg-search .ctg-list .txt-only a::after {
  content: none;
}
.ctg-search .ctg-list .txt-only:hover {
  background-color: #013193;
}
.ctg-search .ctg-list .txt-only:hover a {
  color: #fff;
}

/*//////////////////////////////////////////
//  CTA
//////////////////////////////////////////*/
.cta {
  background: linear-gradient(165deg, #0046b2 0, #002359 100%);
  padding: 2.25rem 0;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 1.5625rem 0;
  }
}

/*//////////////////////////////////////////
//  reason
//////////////////////////////////////////*/
.reason {
  padding: 4rem 0;
  background-image: url("../images/top/back-reason@2x.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 3.125rem 0;
    background-image: url("../images/top/back-reason_sp@2x.jpg");
  }
}
.reason .reason-list {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .reason .reason-list {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.reason .reason-list li {
  width: calc((100% - 2rem) / 3);
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .reason .reason-list li {
    border-radius: 0.25rem;
    width: 100%;
    display: grid;
    grid-template-columns: 7.5rem 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "thumb ttl" "thumb txt";
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    padding: 0;
    box-shadow: 0.09375rem 0.09375rem 0.1875rem rgba(0, 0, 0, 0.5);
  }
}
.reason .reason-list li picture {
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .reason .reason-list li picture {
    grid-area: thumb;
    width: 100%;
    height: auto;
  }
}
.reason .reason-list li picture img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .reason .reason-list li picture img {
    border-radius: 0.25rem 0 0 0.25rem;
  }
}
.reason .reason-list li picture:before {
  content: "";
  display: inline-block;
  width: 4.1875rem;
  height: 4.1875rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0.625rem;
  bottom: -2.09375rem;
}
@media screen and (max-width: 1200px) {
  .reason .reason-list li picture:before {
    width: 5.5833333333vw;
    height: 5.5833333333vw;
    left: 0.8333333333vw;
    bottom: -2.7916666667vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason-list li picture:before {
    width: 1.6875rem;
    height: 1.6875rem;
    left: -0.25rem;
    bottom: -0.25rem;
  }
}
.reason .reason-list li:nth-child(1) picture:before {
  background-image: url("../images/top/icon-reason1.svg");
}
.reason .reason-list li:nth-child(2) picture:before {
  background-image: url("../images/top/icon-reason2.svg");
}
.reason .reason-list li:nth-child(3) picture:before {
  background-image: url("../images/top/icon-reason3.svg");
}
.reason .reason-list li h3 {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #d4111f;
}
@media screen and (max-width: 1200px) {
  .reason .reason-list li h3 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason-list li h3 {
    grid-area: ttl;
    min-height: 0;
    font-size: 0.875rem;
    justify-content: flex-start;
    text-align: left;
    padding-top: 0.75rem;
  }
  .reason .reason-list li h3.big-txt {
    padding-top: 0.1875rem;
  }
}
.reason .reason-list li h3 span {
  font-size: 2.5rem;
  font-family: "LINE Seed JP", sans-serif;
}
@media screen and (max-width: 1200px) {
  .reason .reason-list li h3 span {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason-list li h3 span {
    font-size: 1.75rem;
  }
}
.reason .reason-list li h3 em {
  font-style: normal;
}
.reason .reason-list li .txt-area {
  padding: 1.125rem 1.5rem 2rem;
}
@media screen and (max-width: 768px) {
  .reason .reason-list li .txt-area {
    grid-area: txt;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.375rem 0.75rem 0.75rem 0;
  }
}
.reason .reason-list li .txt-area p {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #383838;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  .reason .reason-list li .txt-area p {
    font-size: 1.5vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason-list li .txt-area p {
    font-size: 0.625rem;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason-list li .txt-area .btn-more {
    width: 100%;
    padding: 0.09375rem;
    max-width: 10rem;
    height: 2.25rem;
  }
  .reason .reason-list li .txt-area .btn-more .btn-txt em {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .reason .reason-list li .txt-area .btn-more .btn-txt em {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason-list li .txt-area .btn-more .btn-txt em span {
    font-size: 0.34375rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .reason .reason-list li .txt-area .btn-more .btn-txt em span {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason-list li .txt-area .btn-more .btn-txt:after {
    right: 0.5rem;
    width: 0.15625rem;
    height: 0.15625rem;
  }
}

/*//////////////////////////////////////////
//  case
//////////////////////////////////////////*/
.case {
  background: #eff6ff;
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  .case {
    padding: 3.125rem 0;
  }
}
.case .case-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .case .case-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .case .case-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}
.case .case-list li {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.2);
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .case .case-list li {
    padding-bottom: 0.5rem;
    border-radius: 0.25rem;
  }
}
.case .case-list li:nth-child(1) figure:before {
  background-image: url(../images/top/icon-case1.svg);
}
.case .case-list li:nth-child(2) figure:before {
  background-image: url(../images/top/icon-case2.svg);
}
.case .case-list li:nth-child(3) figure:before {
  background-image: url(../images/top/icon-case3.svg);
}
.case .case-list li:nth-child(4) figure:before {
  background-image: url(../images/top/icon-case4.svg);
}
.case .case-list li h3 {
  border-radius: 0.5rem 0.5rem 0 0;
  background: #013193;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  min-height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .case .case-list li h3 {
    font-size: 0.625rem;
    font-weight: 700;
    min-height: 1.75rem;
    border-radius: 0.25rem 0.25rem 0 0;
  }
}
.case .case-list li figure {
  position: relative;
}
.case .case-list li figure:before {
  content: "";
  display: inline-block;
  width: 3.8125rem;
  position: absolute;
  bottom: -1.90625rem;
  left: 0.5rem;
  height: 3.8125rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .case .case-list li figure:before {
    width: 1.90625rem;
    height: 1.90625rem;
    bottom: -0.953125rem;
    left: 0.25rem;
  }
}
.case .case-list li figure img {
  width: 100%;
}
.case .case-list li p {
  font-size: 1rem;
  line-height: 1.6875;
  text-align: center;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .case .case-list li p {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}
.case .btn-more {
  margin: 2rem auto 0;
}

/*//////////////////////////////////////////
//  review
//////////////////////////////////////////*/
.review {
  background: #f8faff;
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  .review {
    padding: 3.125rem 0;
  }
}
.review .review-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .review .review-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.review .review-list .review-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #013193;
  padding: 2rem 1.75rem;
  box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .review .review-list .review-item {
    padding: 0.75rem 0.75rem;
  }
}
.review .review-list .review-item .stars {
  display: flex;
}
.review .review-list .review-item .stars svg {
  display: block;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 768px) {
  .review .review-list .review-item .stars svg {
    width: 1rem;
    height: 1rem;
  }
}
.review .review-list .review-item .comment {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1rem;
  line-height: 1.3333333333;
  color: #013193;
}
@media screen and (max-width: 768px) {
  .review .review-list .review-item .comment {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
}
.review .review-list .review-item .profile {
  font-weight: 700;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
  margin-top: auto;
  padding-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  .review .review-list .review-item .profile {
    font-size: 0.625rem;
    padding-top: 0.625rem;
  }
}
.review .review-list .review-item .profile:before {
  content: "—";
}

/*//////////////////////////////////////////
//  column
//////////////////////////////////////////*/
.column {
  background: #f8faff;
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  .column {
    padding: 3.125rem 0;
  }
}
.column .column-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .column .column-list {
    gap: 0.625rem;
  }
}
.column .column-item a {
  display: flex;
  gap: 2.5rem;
  padding: 1.1875rem 3.75rem 1.1875rem 0.75rem;
  background: #fff;
  border: 1px solid #013193;
  border-radius: 0.5rem;
  box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 768px) {
  .column .column-item a {
    gap: 0.625rem;
    padding: 0.5rem 1.875rem 0.5rem 0.625rem;
  }
}
.column .column-item a:after {
  content: "";
  display: inline-block;
  width: 0.866875rem;
  height: 0.5425rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 2rem;
  background-image: url("../images/common/arrow-right.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .column .column-item a:after {
    width: 0.4334375rem;
    height: 0.27125rem;
    right: 1rem;
  }
}
.column .column-item a .date-ctg {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .column .column-item a .date-ctg {
    gap: 0.25rem;
  }
}
.column .column-item a .date-ctg time {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  color: #383838;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .column .column-item a .date-ctg time {
    font-size: 0.5rem;
  }
}
.column .column-item a .date-ctg .ctg {
  min-width: 5.5rem;
  height: 1.625rem;
  border-radius: 3.125rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "LINE Seed JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .column .column-item a .date-ctg .ctg {
    font-size: 0.4375rem;
    height: 0.8125rem;
    min-width: 2.75rem;
  }
}
.column .column-item a .date-ctg .ctg.type1 {
  background: #ffe600;
  color: #383838;
}
.column .column-item a .date-ctg .ctg.type2 {
  background: #d4111f;
  color: #fff;
}
.column .column-item a p {
  font-size: 1.125rem;
  font-weight: 700;
  color: #013193;
  line-height: 1.1666666667;
}
@media screen and (max-width: 768px) {
  .column .column-item a p {
    font-size: 0.6875rem;
    line-height: 0.9545454545;
  }
}
.column .btn-more {
  margin: 1.5rem auto 0;
}

/*//////////////////////////////////////////
//  上書き用
//////////////////////////////////////////*/
body #contents {
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
body #main-column,
body article {
  max-width: initial;
}

#sub-column {
  display: none;
}

.page-index {
  padding-top: 9.625rem;
}
@media screen and (max-width: 768px) {
  .page-index {
    padding-top: 5.46875rem;
  }
}
.page-index .banner-area a {
  display: block;
  max-width: 55.375rem;
  width: 100%;
}
.page-index .support h2.index-ttl {
  padding: 0 !important;
  border-top: none !important;
}
.page-index .support .index-txt {
  line-height: 2;
}
.page-index .reason .reason-list li h3 em {
  font-weight: 700;
}/*# sourceMappingURL=style_update.css.map */