@charset "UTF-8";
#top01,
#top02,
#top03,
#top04,
#top05,
#top06,
#top07,
#top08 {
  width: 94%;
  margin: 0 auto;
  text-align: left;
  padding: 1.5em 0;
}

.font_huti {
  position: relative;
  font-weight: bold;
  color: #B20000;
  -webkit-text-stroke: 6px #B20000;
}

.font_huti::before {
  content: attr(data-text);
  position: absolute;
  color: #B20000;
  -webkit-text-stroke: 1px #FFF;
}

/***  メインビジュアル　フェード  ***/
.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  background: url("../img/top/mv_bg_sp.jpg") center/cover no-repeat;
}
.mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1600/282;
  background: url("../img/top/mv_bottom_bg.png") center/contain no-repeat;
}

#mv {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 3%;
}

.mv__text01 {
  width: 69%;
  align-self: start;
}

.mv__text02 {
  width: 73%;
  align-self: end;
}

/*=========================
	メインコンテンツここから
==========================*/
/*top01*/
.top01 #top01 {
  max-width: 100%;
  width: 100%;
  padding-top: 25vw;
}

.top01__heading {
  position: absolute;
  top: -19vw;
  left: 50%;
  transform: translateX(-50%);
  max-width: 870.5px;
  width: 100%;
  margin-inline: auto;
}

.top01__catList {
  position: relative;
  z-index: 1;
  max-width: 1580px;
  width: 98.8%;
  margin: 0 auto;
}
.top01__catList > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 6px;
}
.top01__catList > ul > li {
  flex: 1;
}

.top01__contents {
  position: relative;
  overflow: hidden;
}
.top01__contents::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 207px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/top/top01_dot_bg.png") center/15px 15px repeat;
  border-radius: 26px;
  z-index: -1;
}

.top01__cols {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: 96%;
  margin: 4em auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px 24px;
}

.top01__item {
  position: relative;
  padding-bottom: 19px;
}
.top01__item::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 91%;
  bottom: 0;
  left: 0;
  right: 0;
  border: 6px solid #DFF2F4;
  background: #fff;
  border-radius: 26px;
}

.top01__img {
  position: relative;
  z-index: 1;
  width: 94%;
  margin-inline: auto;
  height: auto;
}
.top01__img > img {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
}

.top01__body {
  position: relative;
  z-index: 1;
  width: 90%;
  margin-inline: auto;
}

.top01__detail {
  display: grid;
  grid-template-columns: 166fr 168fr;
  gap: 12px;
}

.top01__itemImg {
  display: flex;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 1px solid #E6E6E6;
  border-radius: 10.25px;
}
.top01__itemImg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top01__discountNum {
  display: flex;
  align-items: flex-end;
  font-size: 11.6266666667vw;
  line-height: 1;
  padding-block: 6px;
  padding-inline-start: 7px;
}
.top01__discountNum > span:nth-child(1) {
  font-size: 0.25em;
  line-height: 1.18;
}
.top01__discountNum > span:nth-child(2) {
  margin-left: 7px;
  margin-right: 4px;
}
.top01__discountNum > span:nth-child(3) {
  font-size: 0.4em;
}
.top01__discountNum > span:nth-child(4) {
  font-size: 0.34em;
}

.top01__discountPrice {
  display: flex;
  align-items: center;
  font-size: 5.3333333333vw;
  line-height: 1;
  padding-block: 4px;
  padding-inline: 8px;
}
.top01__discountPrice > span:nth-child(1) {
  font-size: 0.5em;
}
.top01__discountPrice > span:nth-child(2) {
  margin-left: 7px;
  margin-right: 3px;
}
.top01__discountPrice > span:nth-child(3) {
  font-size: 0.5em;
  align-self: end;
}

.top01__price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-size: 15.4666666667vw;
  line-height: 1;
  color: #C1272D;
  padding-inline: 3px 0;
}
.top01__price > span:nth-child(2) {
  font-size: 0.43em;
  margin-right: 2px;
  margin-left: -2px;
}

.top01__unit {
  display: flex;
  flex-direction: column;
  font-size: 0.19em;
  gap: 5px;
  white-space: nowrap;
}
.top01__unit > span:nth-child(2) {
  font-size: 0.83em;
}

.top01__cta {
  max-width: 1200px;
  width: 96%;
  margin-inline: auto;
}

.top01__ctaHeading {
  position: relative;
  max-width: 612px;
  width: 100%;
  margin-inline: auto;
}
.top01__ctaHeading > img {
  position: relative;
  z-index: 1;
}
.top01__ctaHeading::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 186px;
  aspect-ratio: 279/351;
  background: url("../img/top/top01_cta_ashirai.png") center/contain no-repeat;
  top: -99px;
  left: -41px;
}

.top01__ctaBtn {
  max-width: 517px;
  width: 100%;
  margin-inline: auto;
}

/*top02*/
.top02 {
  position: relative;
  z-index: 3;
}

.top02__banner {
  max-width: 765px;
  width: 100%;
  margin: 0 auto;
}

.top02__bannerLink:hover > img {
  opacity: 1;
}

.top02__newsBox {
  width: 100%;
  border: 6px solid var(--border-color);
  border-radius: 36.8px;
  padding-block: 24px 39px;
  padding-inline: 15px;
}

.top02__newsHead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em 2em;
}

.top02__newsHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em 2em;
}

.top02__newsHeading {
  position: relative;
  padding-left: 96px;
}
.top02__newsHeading::after {
  content: "";
  position: absolute;
  display: block;
  width: 86.8px;
  aspect-ratio: 1/1;
  background: url("../img/common/icon_bell_illust.svg") center/contain no-repeat;
  bottom: 0px;
  left: -0.5em;
}

.top02__newsCates {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.top02__headLinkBox {
  margin-left: auto;
}

.top02__headLink {
  text-decoration: none;
  position: relative;
  display: block;
  padding-left: 35px;
}
.top02__headLink::before {
  content: "";
  display: inline-block;
  width: 10.24px;
  height: 2px;
  background: #0C3388;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.top02__headLink::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #0C3388;
  border-bottom: 2px solid #0C3388;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%) rotate(-45deg);
}

.top02__newsItem {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}
.top02__newsItem:hover .top02__newsThum > img {
  opacity: 1;
  transform: unset;
}
.top02__newsItem:first-child {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 2em;
}
.top02__newsItem:last-child {
  padding-top: 2em;
}

.top02__newsThum {
  max-width: 98px;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 14px;
}

.top02__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5em 19px;
}

.top02__metaCats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em 21px;
}
.top02__metaCats > li::before {
  content: "#";
  display: inline-block;
  margin-right: 4px;
}

.top02__newsTitle > span {
  font-size: 14px;
  line-height: 1.64;
  font-weight: normal;
}

/*top03*/
.top03 {
  position: relative;
  padding-top: 11em;
}
.top03::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0px, transparent 202px, #E8F3F7 202px, #E8F3F7 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.top03::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  aspect-ratio: 1600/282;
  background: url("../img/top/top03_bottom_bg.png") center/cover no-repeat;
  bottom: 0;
  left: 0;
  right: 0;
}
.top03 #top03 {
  position: relative;
}

.top03__head {
  position: relative;
  max-width: 658px;
  width: 100%;
  margin-inline: auto;
}
.top03__head::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 329px;
  aspect-ratio: 741/946;
  background: url("../img/top/top03_ashirai.png") center/contain no-repeat;
  top: -182px;
  left: -110px;
  z-index: -1;
}

.top03__heading {
  position: relative;
  z-index: 1;
  width: 100%;
}

.top03__text {
  position: relative;
  z-index: 1;
}

.top03__cateBtn {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5em 30px;
}

.top03__ddBtn {
  max-width: 375px;
  width: 100%;
  background: var(--secoundary-color);
  border-radius: 34.838px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  padding-block: 21.5px;
  padding-inline: 5px;
}
.top03__ddBtn .navi01 > span {
  display: inline-block;
  position: relative;
}
.top03__ddBtn .navi01 > span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  aspect-ratio: 1/1;
  background: url("../img/common/icon_triangle_white.svg") center/contain no-repeat;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
}
.top03__ddBtn .navi01 > span.area::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 29.1px;
  aspect-ratio: 1/1;
  background: url("../img/common/icon_map_white.svg") center/contain no-repeat;
  top: 50%;
  left: -44px;
  transform: translateY(-50%);
}
.top03__ddBtn .navi01 > span.type::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 26.7px;
  aspect-ratio: 26.7/29.1;
  background: url("../img/common/icon_kouji_white.svg") center/contain no-repeat;
  top: 50%;
  left: -44px;
  transform: translateY(-50%);
}
.top03__ddBtn .navi_sub01 {
  width: 100%;
}

.top03__btn {
  position: relative;
  z-index: 1;
  max-width: 498px;
  width: 100%;
  margin-inline: auto;
}

/*top04*/
.top04 {
  padding-top: 10em;
}

.top04__heading {
  position: relative;
  max-width: 379px;
  width: 100%;
  margin-inline: auto;
}
.top04__heading > img {
  position: relative;
  z-index: 1;
}
.top04__heading::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 410px;
  aspect-ratio: 410/518;
  background: url("../img/top/top04_ashirai.png") center/contain no-repeat;
  top: -208px;
  left: -105px;
}

.top04__cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 27px 18px;
}

.top04__item {
  position: relative;
}
.top04__item::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 95%;
  bottom: 0;
  left: 0;
  right: 0;
  border: 6px solid #DFF2F4;
  background: #fff;
  border-radius: 26px;
}
.top04__item.no01 .top04__title {
  max-width: 302px;
  width: 100%;
  margin-inline: auto;
}
.top04__item.no02 .top04__title {
  max-width: 265px;
  width: 100%;
  margin-inline: auto;
}
.top04__item.no03 .top04__title {
  max-width: 305px;
  width: 100%;
  height: 98px;
  margin-inline: auto;
}
.top04__item.no04 .top04__title {
  max-width: 254px;
  width: 100%;
  height: 98px;
  margin-inline: auto;
}
.top04__item.no05 .top04__title {
  max-width: 245px;
  width: 100%;
  height: 98px;
  margin-inline: auto;
}
.top04__item.no06 .top04__title {
  max-width: 288px;
  width: 100%;
  margin-inline: auto;
}

.top04__num {
  position: relative;
  z-index: 1;
  max-width: 189px;
  width: 100%;
  margin-inline: auto;
}

.top04__title {
  display: flex;
  position: relative;
  z-index: 1;
  margin-top: 1.5em;
}

.top04__body {
  position: relative;
  z-index: 1;
  width: 76.5%;
  margin-inline: auto;
}

.top04__text {
  max-width: fit-content;
  width: 100%;
  margin-inline: auto;
}

.top04__btn {
  position: relative;
  z-index: 1;
  max-width: 498px;
  width: 100%;
  margin-inline: auto;
}

/*top05*/
.top05 {
  background: url(../img/top/top01_dot_bg.png) center/15px 15px repeat;
}
.top05 #top05 {
  max-width: 1430px;
  width: 94%;
  margin: 0 auto;
}

.top05__cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4em 41px;
}

.top05__item {
  text-decoration: none;
}
.top05__item:hover .top05__img > img {
  transform: unset;
}

.top05__head {
  display: flex;
  align-items: center;
  width: 90%;
  margin-inline: auto;
  gap: 1em 31px;
}

.top05__body {
  width: 90%;
  margin-inline: auto;
}

/*top06*/
.top06 #top06 {
  max-width: 1328px;
  width: 94%;
  margin-inline: auto;
}

.top06__head {
  width: 100%;
}

.top06__inner {
  max-width: 972px;
  width: 100%;
  margin-inline: auto;
}

.top06__img {
  width: 100%;
}

.top06__body {
  margin-top: -13px;
}

.top06__heading {
  max-width: 609px;
  width: 100%;
}

.top06__company {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}

.top06__logo {
  max-width: 224px;
  width: 100%;
}

.top06__companyName {
  max-width: 217px;
  width: 100%;
  margin-bottom: 7px;
}

.top06__details {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2em 62px;
  border-bottom: 1px solid var(--border-color);
}

.top06__detailsList > li {
  position: relative;
  font-size: 16px;
  line-height: 1.5625;
  color: #424242;
  padding-left: 41px;
  margin-block: 8px;
}
.top06__detailsList > li::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.top06__detailsList > li:nth-child(1) {
  margin-top: 5px;
}
.top06__detailsList > li:nth-child(1)::after {
  width: 15px;
  aspect-ratio: 15/21;
  background: url("../img/common/icon_map_orange.svg") center/contain no-repeat;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
}
.top06__detailsList > li:nth-child(2) {
  padding-left: 0;
}
.top06__detailsList > li:nth-child(2)::after {
  width: 17px;
  aspect-ratio: 17/18;
  background: url("../img/common/icon_tel_orange.svg") center/contain no-repeat;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
}
.top06__detailsList > li:nth-child(2) > a {
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: block;
  padding-left: 41px;
}
.top06__detailsList > li:nth-child(3)::after {
  width: 19px;
  aspect-ratio: 19/19;
  background: url("../img/common/icon_clock_orange.svg") center/contain no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.top06__detailsList > li:nth-child(4)::after {
  width: 17px;
  aspect-ratio: 17/17;
  background: url("../img/common/icon_schedule_orange.svg") center/contain no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.top06__areaTitle {
  display: flex;
  justify-content: center;
  max-width: 135px;
  width: 100%;
  border-radius: 15.499px;
  padding-block: 1px 3px;
  padding-inline: 5px;
}

.top06__areaText > span:nth-child(2) {
  font-size: 0.88em;
  color: #424242;
}

.top06__license {
  display: flex;
  flex-direction: column;
  gap: 0 95px;
}

.top06__map {
  max-width: 1094px;
  width: 100%;
  margin-inline: auto;
  aspect-ratio: 1094/600;
  overflow: hidden;
}
.top06__map > iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top06__btn {
  position: relative;
  z-index: 1;
  max-width: 498px;
  width: 100%;
  margin-inline: auto;
}

@media (min-width: 560px){
  .top04__cols {
    grid-template-columns: repeat(auto-fit, minmax(379px, 1fr));
  }
}

@media (min-width: 768px){
  .mv {
    min-height: 650px;
    background: url("../img/top/mv_bg.jpg") center/cover no-repeat;
  }
  #mv {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 14%;
  }
  .mv__text01 {
    align-self: unset;
    width: 43%;
    margin-top: 9%;
  }
  .mv__text02 {
    align-self: unset;
    width: 48%;
    margin-right: -2%;
    margin-top: 9%;
  }
  .top01 #top01 {
    padding-top: 150px;
  }
  .top01__heading {
    top: -190px;
  }
  .top01__catList > ul {
    display: flex;
  }
  .top01__cols {
    grid-template-columns: repeat(auto-fit, minmax(384px, 1fr));
    gap: 39px 24px;
  }
  .top01__ctaHeading::before {
    width: 279px;
    top: -124px;
    left: -178px;
  }
  .top02__newsBox {
    padding-inline: 55px;
  }
  .top02__newsThum {
    max-width: 112px;
  }
  .top03__cateBtn {
    flex-direction: row;
  }
  .top04 {
    padding-top: 2em;
  }
  .top04__heading {
    transform: translateX(13%);
  }
  .top04__heading::before {
    top: -87px;
    left: -270px;
  }
  .top05__cols {
    grid-template-columns: repeat(3, 1fr);
  }
  .top06__body {
    margin-top: -14.2857142857vw;
  }
  .top06__details {
    flex-direction: row;
  }
  .top06__detailsList > li:nth-child(2) > a {
    pointer-events: none;
  }
  .top06__license {
    flex-direction: row;
  }
  .top06__map {
    aspect-ratio: 1094/374;
  }
}

@media (min-width: 824px){
  .top01__discountNum {
    font-size: 43.6px;
  }
  .top01__discountPrice {
    font-size: 20px;
    padding-inline: 12px;
  }
  .top01__price {
    font-size: 62px;
  }
}

@media (min-width: 991px){
  .top02__newsHead {
    flex-direction: row;
  }
  .top02__newsHeader {
    flex-direction: row;
  }
  .top02__newsCols {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .top02__newsItem {
    gap: 1.5em 28px;
  }
  .top02__newsItem:first-child {
    border-bottom: none;
    border-right: 1px solid var(--border-color);
    padding-bottom: 0;
    padding-right: 45px;
  }
  .top02__newsItem:last-child {
    padding-top: 0;
    padding-left: 45px;
  }
  .top03 {
    padding-top: 4em;
  }
  .top03::before {
    background: linear-gradient(to bottom, transparent 0px, transparent 151px, #E8F3F7 151px, #E8F3F7 100%);
  }
  .top03__head::after {
    width: 413px;
    top: -157px;
    left: -312px;
    z-index: 1;
  }
}

@media (min-width: 1200px){
  #top01,
  #top02,
  #top03,
  #top04,
  #top05,
  #top06,
  #top07,
  #top08 {
    max-width: 1200px;
    margin-inline: auto;
  }
  .mv__text01 {
    width: 586px;
  }
  .mv__text02 {
    width: 597px;
    margin-right: 0;
  }
  .top02__meta {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1400px){
  .top03__head::after {
    width: 741px;
    top: -236px;
    left: -598px;
    z-index: 1;
  }
  .top06__body {
    margin-top: -200px;
  }
}

@media (min-width: 1600px){
  .mv__text01 {
    width: 36.63%;
  }
  .mv__text02 {
    width: 37.31%;
  }
}