@charset "UTF-8";
/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link, .btn-03__link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  background: #fceb80;
  border-radius: 10px;
  padding: 0 15px 0 0;
  box-shadow: 0 5px 0 #938849;
  font-weight: 600;
  letter-spacing: 0;
}
.btn-01__link:hover, .btn-03__link:hover {
  box-shadow: 0 0 0 #938849;
  transform: translateY(1px);
  color: rgba(52, 52, 52, 0.8);
}
.btn-02__link, .btn-03__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn-02__link {
  background: #faac50;
  color: #fff;
  border-radius: 50rem;
  box-shadow: 0 5px 0 #d68d37;
}
.btn-02__link:hover {
  box-shadow: 0 0px 0 #d68d37;
  color: rgba(255, 255, 255, 0.8);
  transform: translateY(2px);
}

.ic-line, .ic-mail {
  position: relative;
  z-index: 1;
}
.ic-line::before, .ic-mail::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 23px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
}
.ic-line-clm, .ic-mail-clm {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-line-clm::before, .ic-mail-clm::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 23px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}
.ic-mail::before, .ic-mail-clm::before {
  width: 19px;
  max-width: 100%;
  aspect-ratio: 19/13;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}

.arw-circle {
  position: relative;
  z-index: 1;
}
.arw-circle::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 21px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-circle.png");
  background-size: 100%;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.deco-dot::after {
  content: "";
  display: block;
  transition: 0.3s;
  width: 40px;
  max-width: 100%;
  aspect-ratio: 40/8;
  background-image: url("/img/common/deco-dot.png");
  background-size: 100%;
  margin: 20px auto 0 auto;
}

.wave-top, .wave-btm {
  position: relative;
  z-index: 1;
}
.wave-top::before, .wave-btm::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  aspect-ratio: 1920/47;
  background-image: url("/img/common/frame-wave.png");
  background-size: 100%;
  left: 0;
}
.wave-top::before {
  top: 0;
  transform: translate(0, -1px) scaleY(-1);
}
.wave-btm::after {
  bottom: 0;
  transform: translate(0, 1px);
}

.deco-bf-float, .deco-af-float,
.obj-bf-float,
.obj-af-float,
.bg-bf-float,
.bg-af-float {
  position: relative;
  z-index: 1;
}
.deco-bf::before, .deco-af::after,
.obj-bf::before,
.obj-af::after,
.bg-bf::before,
.bg-af::after {
  content: "";
  display: block;
  transition: 0.3s;
}
.deco-bf-float::before, .deco-af-float::after,
.obj-bf-float::before,
.obj-af-float::after,
.bg-bf-float::before,
.bg-af-float::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-service th, .tbl-service td, .tbl-info th, .tbl-info td {
  padding: 15px 3%;
}
.tbl-service th, .tbl-info th {
  width: 280px;
  max-width: 100%;
  background: #005299;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tbl-service th, .tbl-info th {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-service th, .tbl-info th {
    font-size: 18.6666666667px;
  }
}
.tbl-service td, .tbl-info td {
  font-weight: 500;
  line-height: 1.875;
}
.tbl-service tr:not(:first-child) th, .tbl-service tr:not(:first-child) td, .tbl-info tr:not(:first-child) th, .tbl-info tr:not(:first-child) td {
  border-top: solid 1px #c5c5c5;
}

.com-layout {
  display: flex;
}
.com-contbx, .com-txtbx {
  display: flex;
  flex-direction: column;
}
.com-tel .tel, .com-tel-free .tel {
  line-height: 1;
  font-weight: 700;
}
.com-tel {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.com-tel__ttl {
  width: 37px;
  min-width: 37px;
  aspect-ratio: 1/1;
  border-radius: 6px;
  background: #028ff5;
  color: #fff;
  line-height: 1.0833333333;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.com-tel .tel {
  letter-spacing: 0;
}
.com-tel-free {
  display: flex;
  align-items: center;
}
.com-tel-free dt, .com-tel-free dd {
  line-height: 1;
}
.com-tel-free__ttl {
  display: flex;
}
.com-tel-free__ttl::after {
  content: "";
  display: block;
  transition: 0.3s;
  content: "：";
}
.com-youtube {
  position: relative;
}
.com-youtube iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.com-video-ver {
  aspect-ratio: 9/16;
}
.com-video-ver video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 60px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 60px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 90px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 90px) / 4);
}

.list-news-top .list-item, .list-news-low .list-item, .list-privacy .list-item, .list-voice .list-item, .list-faq .list-item {
  width: 100%;
}
.list-news-top time {
  color: #005bac;
  font-weight: 700;
  display: block;
  line-height: 1;
}
.list-news-top__item {
  background: #fff;
  border-radius: 10px 0 0 0;
}
.list-news-top__link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding: 20px 30px;
}
.list-news-top__bx {
  display: flex;
  align-items: center;
  gap: 20px;
}
.list-news-top__ttl {
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-video__item {
  border-radius: 10px;
  overflow: hidden;
}
.list-point__item {
  background: #005bac;
  color: #fff;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  line-height: 1.8181818182;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.list-point__item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  background: #005299;
  left: 0;
  bottom: 0;
  transform: translate(35%, 35%) rotate(-45deg);
}
.list-service__item {
  background: url("/img/common/pattern-stripe-blu.jpg");
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.list-service__link, .list-service__bx {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-service__link {
  width: 100%;
  height: 100%;
  padding: 20px 20px 60px 20px;
  border-bottom: solid 3px #faac50;
  position: relative;
  z-index: 1;
}
.list-service__link::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  content: "MORE";
  color: #faac50;
  right: 0;
  bottom: 0;
  transform: translate(-50px, -6px);
}
.list-service__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 40px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-square.png");
  background-size: 100%;
  border-radius: 16px 0 0 0;
  right: 0;
  bottom: 0;
}
.list-service__img {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.list-service__bx {
  align-items: center;
  row-gap: 15px;
}
.list-service__ttl, .list-service__price {
  text-align: center;
  font-weight: 700;
}
.list-service__ttl {
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-service__ttl {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service__ttl {
    font-size: 24px;
  }
}
.list-service__price {
  min-width: 200px;
  background: #fff;
  color: #faac50;
  padding: 5px 35px;
  border-radius: 5px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-service__price {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service__price {
    font-size: 21.3333333333px;
  }
}
.list-bnr {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.list-bnr .list-item,
.list-bnr .layout-item {
  width: calc((100% - 72px) / 4);
}
.list-bnr__item {
  aspect-ratio: 252/190;
}
.list-bnr__link {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #005299;
  color: #fff;
  row-gap: 15px;
  box-shadow: 0 5px #053660;
}
.list-bnr__link::after {
  content: "";
  display: block;
  transition: 0.3s;
  width: 21px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-circle.png");
  background-size: 100%;
  margin: 0 auto;
}
.list-bnr__link:hover {
  box-shadow: 0 0px #053660;
  transform: translateY(2px);
}
.list-bnr__link:hover .list-bnr__ttl {
  opacity: 0.8;
}
.list-bnr__ttl {
  transition: 0.3s;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-bnr__ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-bnr__ttl {
    font-size: 20px;
  }
}
.list-flow__item {
  position: relative;
  z-index: 1;
}
.list-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 105px;
  max-width: 100%;
  aspect-ratio: 105/59;
  background-image: url("/img/about/flow-arrow.png");
  background-size: 100%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, calc(50px - 50%));
}
.list-flow__item:nth-child(even) {
  flex-direction: row-reverse;
}
.list-flow__item:nth-child(even)::after {
  transform: translate(-50%, calc(50px - 50%)) scaleX(-1);
}
.list-flow .txtbx {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin-top: 25px;
}
.list-flow__ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
}
.list-flow__ttl dt {
  padding: 5px 20px 10px 20px;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  background: #005bac;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-flow__ttl dt {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow__ttl dt {
    font-size: 26.6666666667px;
  }
}
.list-flow__ttl dt em {
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .list-flow__ttl dt em {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow__ttl dt em {
    font-size: 30px;
  }
}
.list-flow__ttl dd {
  font-weight: 700;
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .list-flow__ttl dd {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow__ttl dd {
    font-size: 30px;
  }
}
.list-flow .com-tel__ttl {
  width: auto;
  aspect-ratio: inherit;
  padding: 6px;
}
.list-reason__item:nth-child(even) {
  flex-direction: row-reverse;
}
.list-reason .com-layout {
  justify-content: space-between;
}
.list-reason .txtbx {
  width: 540px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 15px;
}
.list-reason .ttl-01 {
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .list-reason .ttl-01 {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason .ttl-01 {
    font-size: 30px;
  }
}
.list-reason .obj-bf-float::before {
  width: 166px;
  max-width: 100%;
  aspect-ratio: 166/178;
  background-image: url("/img/about/reason-illust.png");
  background-size: 100%;
  left: 0;
  bottom: 0;
  transform: translate(-120px, 0);
}
.list-anchor__item {
  background: url("/img/common/pattern-stripe-blu.jpg");
  border-radius: 10px;
  overflow: hidden;
}
.list-anchor__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.list-anchor__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 21px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/img/service/anchor-arrow.png");
  background-size: 100%;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.list-anchor__link:hover .list-anchor__ttl {
  opacity: 0.8;
}
.list-anchor__link:hover::after {
  transform: translate(0, calc(-50% + 1px));
  opacity: 0.8;
}
.list-anchor__ttl {
  transition: 0.3s;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-anchor__ttl {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-anchor__ttl {
    font-size: 21.3333333333px;
  }
}
.list-service-low__item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.list-service-low__ttl {
  padding: 15px 20px;
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-service-low__ttl {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service-low__ttl {
    font-size: 24px;
  }
}
.list-service-low .com-layout {
  justify-content: space-between;
}
.list-service-low .com-base {
  padding: 30px 60px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.list-service-low .txtbx {
  width: 460px;
  max-width: 100%;
}
.list-voice__item {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.list-voice__item:not(:first-child) {
  border-top: solid 2px #005bac;
  padding-top: 100px;
}
.list-voice .user, .list-voice .staff {
  align-items: flex-start;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
.list-voice .user .img, .list-voice .user .txtbx, .list-voice .staff .img, .list-voice .staff .txtbx {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-voice .user .txtbx, .list-voice .staff .txtbx {
  width: 100%;
  background: #005bac;
  color: #fff;
  border-radius: 30px;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.list-voice .user .txtbx dt, .list-voice .staff .txtbx dt {
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-voice .user .txtbx dt, .list-voice .staff .txtbx dt {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice .user .txtbx dt, .list-voice .staff .txtbx dt {
    font-size: 24px;
  }
}
.list-voice .user .txtbx dd, .list-voice .staff .txtbx dd {
  line-height: 1.75;
}
.list-voice .user .txtbx::before, .list-voice .staff .txtbx::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 22px;
  aspect-ratio: 1/2;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  background: #005bac;
  top: 50%;
  right: 100%;
  transform: translate(1px, -50%);
}
.list-voice .user .img, .list-voice .staff .img {
  width: 200px;
  max-width: 100%;
  min-width: 200px;
}
.list-voice .user .img figure, .list-voice .staff .img figure {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #fff;
  border: solid 1px #c5c5c5;
  overflow: hidden;
}
.list-voice .user .txtbx, .list-voice .staff .txtbx {
  width: 100%;
}
.list-voice .staff {
  flex-direction: row-reverse;
}
.list-voice .staff .txtbx::before {
  right: inherit;
  left: 100%;
  transform: translate(-1px, -50%) scaleX(-1);
}
.list-voice__name {
  text-align: center;
  font-weight: 700;
}
.list-voice__name p {
  line-height: 1.375;
}
.list-voice__name p span {
  display: flex;
}
.list-voice__name p span:not(:first-child)::before {
  content: "/";
  display: inline-block;
}
.list-voice .ba {
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.list-voice .ba .com-layout__item {
  width: 520px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-voice .ba-ttl {
  font-weight: 700;
  line-height: 1;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-voice .ba-ttl {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice .ba-ttl {
    font-size: 24px;
  }
}
.list-voice .ba-img {
  width: 100%;
  aspect-ratio: 520/360;
  border-radius: 10px;
  overflow: hidden;
}
.list-faq__item {
  background: #fff;
  border-radius: 30px;
  padding: 30px 60px;
}
.list-faq dt, .list-faq dd {
  width: 100%;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-faq dt::before, .list-faq dd::before {
  content: "";
  display: block;
  transition: 0.3s;
  content: "Q";
  width: 40px;
  min-width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0 5px 0;
  background: #005bac;
  color: #fff;
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 22.6666666667px;
  }
}
.list-faq dt {
  line-height: 1.8;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 18.6666666667px;
  }
}
.list-faq dd {
  border-top: solid 1px #343434;
  padding-top: 15px;
  margin-top: 15px;
}
.list-faq dd::before {
  content: "A";
  background: #faac50;
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 18.6666666667px;
  }
}
.tag-main__item {
  border: solid 1px #8c8c8c;
  padding: 10px 20px;
  border-radius: 4px;
}
.tag-main__link {
  display: block;
  width: 100%;
  height: 100%;
}
.tag-main__link:hover {
  color: rgba(140, 140, 140, 0.8);
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
}
.tag-sub__item {
  line-height: 1;
  color: #8c8c8c;
  border-left: solid 1px #8c8c8c;
  padding: 0 5px;
}

.ttl-main {
  text-align: center;
  font-weight: 700;
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-main {
    font-size: 52px;
    font-size: 6.7708333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main {
    font-size: 34.6666666667px;
  }
}
.ttl-sub {
  border-left: solid #005bac 6px;
  border-bottom: solid 1px #8c8c8c;
  background: #fff;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 22.6666666667px;
  }
}
.ttl-01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
  font-weight: 600;
}
.ttl-01 .txt {
  line-height: 1;
  background: #005bac;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px 15px 20px;
}
.ttl-02 {
  background: url("/img/common/pattern-stripe-blu.jpg");
  color: #fff;
}

.txt-plain {
  line-height: 2;
}

.header-nav__item,
.drawer-nav__item,
.footer-nav__item {
  line-height: 1;
}
.header-nav__link:hover,
.drawer-nav__link:hover,
.footer-nav__link:hover {
  opacity: 0.8;
}

.header-nav__list {
  display: flex;
  font-weight: 700;
}
.header-nav__item {
  display: flex;
  align-items: center;
}
.header-nav__item:not(:first-child)::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #faac50;
  margin: 0 15px;
}
.header-nav__link {
  letter-spacing: 0.02em;
}

.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 155px 170px;
  grid-template-rows: repeat(5, auto);
  gap: 30px 60px;
}
.footer-nav__link {
  color: #fff;
}

#header-logo {
  width: 469px;
  aspect-ratio: 469/157;
  background: url("/img/common/header-logo-bg.png") center center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#header-logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 15px 0 0 30px;
}

#header-bar {
  width: 740px;
  max-width: 100%;
  height: 70px;
  background: #fff;
  border-radius: 50rem;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 10;
}

#side-bar {
  width: 262px;
  max-width: 100%;
  border-radius: 10px 0 0 10px;
  padding: 45px 0 30px 0;
  background: #005bac;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
  position: fixed;
  right: 0;
  top: 130px;
  z-index: 5;
}
#side-bar .side-bar__ttl {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -20px);
}
#side-bar .btn {
  width: 210px;
  max-width: 100%;
}
#side-bar .btn a {
  width: 100%;
  height: 46px;
}

.mv, .sv, .mv-sp {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mv img, .sv img, .mv-sp img {
  display: block;
  width: 100%;
}

.mv {
  aspect-ratio: 1920/930;
  background: url("/img/top/mv-bg.jpg") center center no-repeat;
  background-size: cover;
}
.mv-cc {
  width: 838px;
  max-width: 43.6458333333%;
  position: absolute;
  bottom: 0;
  left: 9.9%;
  transform: translate(0, -2%);
  z-index: 1;
}
.mv-slider {
  width: 686px;
  max-width: 35.7291666667%;
  position: absolute;
  bottom: 0;
  right: 16.67%;
  z-index: 0;
}

.sv {
  aspect-ratio: 1920/660;
  background: url("/img/common/sv-bg.jpg") center bottom no-repeat;
  background-size: cover;
}
.sv-img {
  width: 482px;
  max-width: 25.1041666667%;
  position: absolute;
  right: 26.56%;
  bottom: 0;
  transform: translate(0, -10%);
  z-index: -1;
}
.sv-ttl {
  width: 518px;
  max-width: 26.9791666667%;
  aspect-ratio: 518/388;
  background: url("/img/common/sv-ttl-bg.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 16.67%;
  transform: translate(0, -28%);
}
.sv-ttl__txt {
  position: relative;
  z-index: 1;
}
.sv-ttl__txt::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-text-stroke: 8px #fff;
  text-stroke: 8px #fff;
  paint-order: stroke fill;
  stroke-linejoin: round;
}
.sv-ttl__txt {
  color: #005bac;
  font-weight: 600;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 60px;
  font-size: 3.125vw;
}
@media screen and (max-width: 1260px) {
  .sv-ttl__txt {
    font-size: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl__txt {
    font-size: 60px;
  }
}

.top-campaign {
  padding: 95px 0 0;
}
.top-campaign .img {
  min-width: 360px;
}
.top-campaign .day {
  padding: 5px 20px;
}

.top-about {
  padding: 140px 0 90px 0;
}
.top-about .ttl-01 {
  margin-bottom: 40px;
}

.top-video {
  padding: 100px 0 75px 0;
}
.top-video .obj-af-float::after {
  width: 209px;
  max-width: 100%;
  aspect-ratio: 209/236;
  background-image: url("/img/top/point-illust.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
}

.top-area {
  padding: 60px 0 140px 0;
}
.top-area .img {
  margin-left: -80px;
}
.top-area .txtbx {
  margin-top: 85px;
}
.top-area .ttl-main {
  margin-bottom: 70px;
}
.top-area .com-base {
  padding: 50px 30px 25px 30px;
}
.top-area .ttl {
  padding: 5px 20px 9px 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-area .txt,
.top-area .txt .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.top-area .txt {
  line-height: 1.9;
}
.top-area .txt em {
  display: inline-block;
  background: #fceb80;
  padding: 0 10px;
  border-radius: 5px;
}
.top-area .obj-af-float::after {
  width: 266px;
  max-width: 100%;
  aspect-ratio: 266/121;
  background-image: url("/img/top/area-illust.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translate(55px, 0);
}

.top-service {
  padding: 80px 0;
}
.top-service .ttl-main {
  margin-bottom: 40px;
}
.top-service .obj-bf-float::before {
  width: 132px;
  max-width: 100%;
  aspect-ratio: 132/219;
  background-image: url("/img/top/service-illust-01.png");
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translate(50px, -10px);
}
.top-service .obj-af-float::after {
  width: 166px;
  max-width: 100%;
  aspect-ratio: 166/178;
  background-image: url("/img/top/service-illust-02.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translate(-10px, 10px);
}

.top-news {
  padding: 140px 0 0;
}
.top-news .cts-1080 {
  min-height: 230px;
}
.top-news .btn {
  position: absolute;
  top: 170px;
  left: 0;
  z-index: 1;
}

.top-bnr {
  padding: 120px 0;
}

#page-low section {
  padding: 120px 0;
}
#page-low .ttl-main {
  margin-bottom: 60px;
}

.about-staff .obj-af-float::after {
  width: 263px;
  max-width: 100%;
  aspect-ratio: 263/301;
  background-image: url("/img/about/staff-illust.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translate(190px, 40px);
  z-index: 1;
}

.about-flow .obj-bf-float::before, .about-flow .obj-af-float::after {
  width: 336px;
  max-width: 100%;
  aspect-ratio: 336/2060;
  background-image: url("/img/about/flow-bg-01.png");
  background-size: 100%;
  bottom: 0;
}
.about-flow .obj-bf-float::before {
  left: 0;
  transform: translate(-100px, 120px);
}
.about-flow .obj-af-float::after {
  width: 567px;
  max-width: 100%;
  aspect-ratio: 567/2060;
  background-image: url("/img/about/flow-bg-02.png");
  background-size: 100%;
  right: 0;
  transform: translate(120px, 120px);
}

#footer {
  padding: 80px 0 25px 0;
}
#footer .com-logo {
  margin-bottom: 60px;
}/*# sourceMappingURL=style.css.map */