@charset "UTF-8";
/* ===========================================================================
  variable
============================================================================= */
/* 外部読み込みを使用していないためiOS / Android では内蔵フォント優先 */
/* ===========================================================================
  mixin
============================================================================= */
/* ===========================================================================
  MV
============================================================================= */
.p-mv {
  display: block;
  position: relative;
  width: calc(100% - 30px);
  margin-top: 15px;
  margin-inline: auto;
}

.p-mv_splide {
  position: relative;
}
.p-mv_splide::after {
  position: absolute;
  bottom: 8.7%;
  left: 7%;
  width: 75.6%;
  max-width: max(260px, 43%);
  height: 33.8%;
  background: url("../../img/index/mv/catch-sp.svg") no-repeat center/contain;
  content: "";
  pointer-events: none;
}

.p-mv_splideContent {
  height: calc((100vw - 30px) * 560 / 690);
  overflow: hidden;
  border-radius: 10px;
}

.p-mv_splideSlide,
.p-mv_splideItem {
  height: 100%;
}

.p-mv_splideItem {
  display: block;
}

.p-mv_splideImg {
  display: block;
  width: calc(100% + 56px);
  max-width: none;
  height: 100%;
  margin-left: -28px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate3d(28px, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* MVスライダーのカスタマイズ */
.p-mv_splideSlide.is-panning .p-mv_splideImg {
  animation: mvPan 13000ms linear both;
  will-change: transform;
}

@keyframes mvPan {
  from {
    transform: translate3d(28px, 0, 0);
  }
  to {
    transform: translate3d(-28px, 0, 0);
  }
}
.p-mv_btnArea {
  width: 100%;
  padding: 25px 0 27px;
  background-color: #fff;
}

.p-mv_btnAreaText {
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
}
.p-mv_btnAreaText:nth-of-type(2) {
  margin-top: 20px;
}

.p-mv_btnList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

.p-mv_btn01, .p-mv_btn01-fb {
  display: grid;
  position: relative;
  place-items: center;
  width: 100%;
  padding: 15px 20px 16px;
  border: 3px solid transparent;
  border-radius: 100px;
  background-color: #f03a2b;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.p-mv_btn01::before, .p-mv_btn01-fb::before, .p-mv_btn01::after, .p-mv_btn01-fb::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 1.5px;
  transform-origin: right center;
  border-radius: 5px;
  background-color: #fff;
  content: "";
}
.p-mv_btn01::before, .p-mv_btn01-fb::before {
  transform: translateY(-50%) rotate(45deg);
}
.p-mv_btn01::after, .p-mv_btn01-fb::after {
  transform: translateY(-50%) rotate(-45deg);
}

.p-mv_btn01-fb {
  background-color: #e31a50;
}

.p-mv_btn01Icon {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.p-mv_btn01Icon::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 18px;
  translate: 0 -50%;
  background: url("../../img/icon_login.svg") no-repeat center/contain;
  content: "";
}

.p-mv_btn01Text {
  padding-inline: 10px 20px;
}

.p-mv_btn02 {
  display: grid;
  position: relative;
  place-items: center;
  width: 100%;
  padding: 7px 20px 9px;
  border: 3px solid transparent;
  border-radius: 100px;
  background-color: #eaeaea;
  text-align: center;
}
.p-mv_btn02::before, .p-mv_btn02::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 1px;
  transform-origin: right center;
  border-radius: 5px;
  background-color: #000;
  content: "";
}
.p-mv_btn02::before {
  transform: translateY(-50%) rotate(45deg);
}
.p-mv_btn02::after {
  transform: translateY(-50%) rotate(-45deg);
}

.p-mv_btn02Text {
  display: block;
  width: 100%;
  padding-inline: 5px 10px;
}

/* ===========================================================================
  heading02
============================================================================= */
.p-heading02 {
  position: relative;
  margin-bottom: 29px;
}

.p-heading02_text, .p-heading02_text-center {
  margin-bottom: 39px;
  font-weight: 700;
  font-size: 2.6rem;
  text-align: center;
}

.p-heading02_subText, .p-heading02_subText-center {
  display: block;
  color: #d31718;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: "Outfit", sans-serif;
  text-align: center;
}

/* ===========================================================================
  おすすめサービス
============================================================================= */
.p-content01 {
  padding-block: 80px 100px;
}

.p-content01_inner {
  width: calc(100% - 15px * 2);
  max-width: 1200px;
  margin: 0 auto;
}

.p-linkBlockArea {
  display: grid;
  gap: 40px;
}

.p-linkBlockList-col1 {
  display: grid;
  gap: 20px;
}

.p-linkBlockList-col2 {
  display: grid;
  gap: 20px;
}

.p-linkBlock {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.p-linkBlock_imgArea {
  overflow: hidden;
}

.p-linkBlock_img-s {
  border-radius: 10px;
}

.p-linkBlock_textArea {
  padding: 24px 30px 29px;
  border-radius: 0 0 10px 10px;
  background-color: #f8f7f4;
}

.p-linkBlock_title {
  color: #d31718;
  font-weight: 700;
  font-size: 1.8rem;
}

.p-linkBlock_text {
  margin-top: 15px;
}

.p-btn01List {
  display: grid;
  gap: 10px;
}

.p-btn01 {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 22px 15px 22px 24px;
  border: 2px solid #d31718;
  border-radius: 10px;
  background-color: #fff;
}

.p-btn01_text {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 36px;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-btn01_text::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background: url("../../img/icon_circleChevron-red.svg") no-repeat center/contain;
  content: "";
}

/* ===========================================================================
  新着情報
============================================================================= */
.p-content02 {
  padding-block: 80px 100px;
  background-color: #f8f7f4;
}

.p-content02_inner {
  width: calc(100% - 15px * 2);
  max-width: 1200px;
  margin: 0 auto;
}

.p-news {
  display: grid;
  position: relative;
  grid-template: "title" auto "newsList" auto "linkList" auto/1fr;
}

.p-news_heading {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
}

.p-news_linkList {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  display: grid;
  row-gap: 17px;
  grid-area: linkList;
  margin-top: 30px;
}

.p-news_linkText-campaign, .p-news_linkText-news, .p-news_linkText-important {
  display: block;
  width: 100%;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.p-news_linkText-campaign::before, .p-news_linkText-news::before, .p-news_linkText-important::before {
  display: inline-block;
  width: 1.875em;
  height: 1.875em;
  margin-right: 11px;
  translate: 0 -2px;
  background: no-repeat center/contain;
  content: "";
  vertical-align: middle;
}

.p-news_linkText-important {
  color: #d31718;
}
.p-news_linkText-important::before {
  background-image: url("../../img/index/icon_linkArrow-important.svg");
}

.p-news_linkText-news {
  color: #e5600c;
}
.p-news_linkText-news::before {
  background-image: url("../../img/index/icon_linkArrow-news.svg");
}

.p-news_linkText-campaign {
  color: #10a7a8;
}
.p-news_linkText-campaign::before {
  background-image: url("../../img/index/icon_linkArrow-campaign.svg");
}

.p-newsList {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: newsList;
}

.p-newsList_item {
  padding: 30px 0;
}
.p-newsList_item:first-child {
  padding-top: 0;
}
.p-newsList_item {
  border-bottom: dotted 1px #acacac;
}

.p-newsList_date {
  margin-right: 19px;
  font-family: "Outfit", sans-serif;
}

.p-newsList_label {
  margin-right: 20px;
}

.p-newsList_title {
  display: block;
  margin-top: 16px;
}

/* ===========================================================================
  各種ボタン
============================================================================= */
.p-content03 {
  display: grid;
  position: relative;
  place-items: center;
  padding-block: 100px;
  background: url("../../img/bg_04-sp.webp") no-repeat center/cover;
}
.p-content03::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
}

.p-content03_inner {
  width: calc(100% - 15px * 2);
  max-width: 1200px;
  margin: 0 auto;
}

.p-btn02ListWrap {
  display: grid;
  z-index: 1;
  position: relative;
  gap: 10px;
}

.p-btn02List-col4, .p-btn02List-col3 {
  display: grid;
  gap: 10px;
}

.p-btn02List-col4 {
  grid-template-columns: repeat(2, 1fr);
}

.p-btn02-row, .p-btn02 {
  display: grid;
  position: relative;
  align-items: center;
  width: 100%;
  border: 3px solid transparent;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}
.p-btn02-row::after, .p-btn02::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url("../../img/icon_circleChevron-red.svg") no-repeat center right/20px;
  content: "";
}

.p-btn02 {
  grid-template-columns: auto 1fr;
  padding: 20px 20px 20px 30px;
  gap: 24px;
}
.p-btn02::after {
  right: 20px;
}

.p-btn02-row {
  place-items: center;
  padding: 11px 8px;
}
.p-btn02-row::after {
  right: 10px;
}

.p-btn02_icon {
  width: 90px;
}

.p-btn02_icon-s {
  width: 68px;
}

.p-btn02_text01 {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: left;
}

.p-btn02_text02 {
  display: block;
  margin-top: 10px;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}

/* ===========================================================================
  sitemap
============================================================================= */
.p-sitemap {
  padding: 21px 0;
  overflow: hidden;
  border-top: 2px solid #d31718;
  background-color: #f8f7f4;
}

.p-sitemap_inner {
  width: calc(100% - 15px * 2);
  max-width: 1200px;
  margin: 0 auto;
}

.p-sitemap_summary {
  position: relative;
  padding-block: 40px 20px;
  border-bottom: solid 3px #acacac;
  font-weight: 700;
  list-style: none;
}
.p-sitemap_summary::-webkit-details-marker {
  display: none;
}
.p-sitemap_summary::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 37%;
  border-bottom: solid 3px #d83637;
  content: "";
}

.p-sitemap_summary-spOnly {
  position: relative;
  font-weight: 700;
  list-style: none;
}
.p-sitemap_summary-spOnly::-webkit-details-marker {
  display: none;
}
.p-sitemap_summary-spOnly::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  rotate: 90deg;
  background: url("../../img/icon_circleChevron-red.svg") no-repeat center/contain;
  content: "";
}
.p-sitemap-sp[open] .p-sitemap_summary-spOnly::after {
  rotate: -90deg;
}

.p-sitemap_body {
  position: relative;
}
.p-sitemap_body::after {
  position: absolute;
  top: 20px;
  left: -15px;
  width: calc(100% + 30px);
  height: 1px;
  background-color: #acacac;
  content: "";
}

.p-sitemap_head, .p-sitemap_headOnly {
  display: block;
  margin-block: 20px 10px;
  font-weight: 700;
  font-size: 1.4rem;
}

.p-sitemap_headOnly {
  padding-bottom: 20px;
  border-bottom: 1px dotted #acacac;
}

.p-sitemap_linkArea {
  padding: 0 0 20px 8px;
  border-bottom: 1px dotted #acacac;
}

.p-sitemap_link {
  font-size: 1.4rem;
}

@media (min-width: 768px){
  .p-mv_splide::after {
    top: 0;
    bottom: 0;
    left: 5.3%;
    width: 31%;
    height: 100%;
    background-image: url("../../img/index/mv/catch-pc.svg");
  }
  .p-mv_splideContent {
    height: calc((100vw - 40px) * 600 / 1400);
    border-radius: 20px;
  }
  .p-mv_btnArea {
    padding: 30px 20px 40px;
  }
  .p-mv_btnAreaText:nth-of-type(2) {
    margin-top: 29px;
  }
  .p-mv_btnList {
    gap: 9px;
  }
  .p-heading02 {
    margin-bottom: 40px;
  }
  .p-heading02_text, .p-heading02_text-center {
    font-size: 4rem;
  }
  .p-heading02_subText, .p-heading02_subText-center {
    font-size: 2rem;
  }
  .p-content01_inner {
    width: calc(100% - 40px * 2);
  }
  .p-linkBlockArea {
    grid-template-columns: 1fr 31%;
    align-items: flex-start;
    gap: 20px;
  }
  .p-linkBlockList-col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .p-content02_inner {
    width: calc(100% - 40px * 2);
  }
  .p-content03 {
    padding-block: 120px;
    background: url("../../img/bg_04-pc.webp") no-repeat center/cover;
  }
  .p-content03_inner {
    width: calc(100% - 40px * 2);
  }
  .p-btn02ListWrap {
    gap: 20px;
  }
  .p-btn02List-col4, .p-btn02List-col3 {
    gap: 20px;
  }
  .p-btn02List-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-btn02List-col4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .p-btn02 {
    padding: 20px 15px;
    gap: 10px;
  }
  .p-btn02::after {
    right: 10px;
  }
  .p-btn02_icon {
    width: 75px;
  }
  .p-btn02_text01 {
    padding-right: 25px;
    font-size: 1.6rem;
  }
  .p-btn02_text02 {
    font-size: 1.4rem;
  }
  .p-sitemap {
    padding: 60px 0 100px;
  }
  .p-sitemap_inner {
    width: calc(100% - 40px * 2);
  }
  .p-sitemap_summary-spOnly {
    display: none;
  }
  .p-sitemap_body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .p-sitemap_body::after {
    content: none;
  }
}

@media (any-hover: hover) and (min-width: 1024px){
  .p-mv_btn01, .p-mv_btn01-fb {
    transition: translate 0.2s, filter 0.2s;
  }
  .p-mv_btn01:hover, .p-mv_btn01-fb:hover {
    translate: 0 -2px;
    filter: drop-shadow(0px 7px 8px rgba(0, 0, 0, 0.2));
  }
  .p-mv_btn02 {
    transition: translate 0.2s, filter 0.2s;
  }
  .p-mv_btn02:hover {
    translate: 0 -2px;
    filter: drop-shadow(0px 7px 8px rgba(0, 0, 0, 0.2));
  }
  .p-linkBlock_img {
    transition: scale 0.2s;
  }
  .p-linkBlock:hover .p-linkBlock_img {
    scale: 1.1;
  }
  .p-btn01 {
    transition: background-color 0.2s, color 0.2s;
  }
  .p-btn01:hover {
    background-color: #d31718;
    color: #fff;
  }
  .p-btn01:hover .p-btn01_text::after {
    background-image: url("../../img/icon_circleChevron-white.svg");
  }
  .p-news_linkText-campaign:hover, .p-news_linkText-news:hover, .p-news_linkText-important:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    opacity: 0.8;
  }
  .p-newsList_title {
    transition: color 0.2s;
  }
  .p-newsList_link:hover .p-newsList_title {
    color: #d31718;
  }
  .p-btn02-row, .p-btn02 {
    transition: border-color 0.2s;
  }
  .p-btn02-row:hover, .p-btn02:hover {
    border-color: #d31718;
  }
  .p-sitemap_head:hover, .p-sitemap_headOnly:hover {
    color: #d31718;
  }
  .p-sitemap_link:hover {
    color: #d31718;
  }
}

@media (min-width: 1024px){
  .p-mv {
    width: calc(100% - 40px);
    margin-top: 0;
  }
  .p-mv_splide::after {
    max-width: max(433px, 26%);
  }
  .p-mv_btnArea {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30%;
    max-width: 336px;
    padding: 30px 35px 40px;
    translate: 0 -50%;
    border-radius: 20px 0 0 20px;
  }
  .p-mv_btnAreaText {
    font-size: min(1.6rem, 1.4vw);
  }
  .p-mv_btnList {
    grid-template-columns: 1fr;
  }
  .p-mv_btn01, .p-mv_btn01-fb {
    max-width: 275px;
  }
  .p-mv_btn01Text {
    padding-inline: 20px;
  }
  .p-mv_btn02 {
    max-width: 275px;
  }
  .p-mv_btn02Text {
    padding-inline: 20px;
  }
  .p-heading02 {
    margin-bottom: 66px;
  }
  .p-heading02_text, .p-heading02_text-center {
    margin-bottom: 0;
    font-size: min(5rem, 4vw);
    text-align: left;
  }
  .p-heading02_text-center {
    line-height: 1;
    text-align: center;
  }
  .p-heading02_subText, .p-heading02_subText-center {
    position: absolute;
    top: -20px;
  }
  .p-heading02_subText-center {
    position: relative;
  }
  .p-content01 {
    padding-block: 200px 180px;
  }
  .p-content01_inner {
    width: calc(100% - 50px * 2);
  }
  .p-linkBlockArea {
    gap: 40px;
  }
  .p-linkBlockList-col2 {
    gap: 45px;
  }
  .p-linkBlock {
    width: 100%;
  }
  .p-linkBlock_title {
    font-size: 2rem;
  }
  .p-btn01List {
    margin-top: 10px;
  }
  .p-btn01 {
    padding: 20px 20px 22px 24px;
  }
  .p-btn01_text {
    padding-right: 38px;
    font-size: 2rem;
  }
  .p-content02 {
    padding-block: 200px 180px;
  }
  .p-content02_inner {
    width: calc(100% - 50px * 2);
  }
  .p-news {
    grid-template: "title newsList" auto "linkList newsList" auto/23% 1fr;
    align-items: flex-start;
    gap: 60px;
  }
  .p-news_linkList {
    position: absolute;
    top: -54px;
    row-gap: 25px;
    margin-top: 0;
  }
  .p-newsList {
    margin-top: 20px;
  }
  .p-newsList_item {
    padding: 36px 0 34px;
  }
  .p-newsList_link {
    display: flex;
    align-items: flex-start;
  }
  .p-newsList_date,
  .p-newsList_label {
    flex-shrink: 0;
  }
  .p-newsList_title {
    flex-grow: 1;
    margin-top: 0;
  }
  .p-content03 {
    padding-block: 140px;
  }
  .p-content03_inner {
    width: calc(100% - 50px * 2);
  }
  .p-btn02ListWrap {
    gap: 30px;
  }
  .p-btn02-row::after, .p-btn02::after {
    right: 20px;
    width: 28px;
    height: 28px;
    background: url("../../img/icon_circleChevron-red.svg") no-repeat center right/28px;
  }
  .p-btn02 {
    padding: 25px 40px 25px 25px;
    gap: 28px;
  }
  .p-btn02-row {
    padding: 17px 20px 18px;
  }
  .p-btn02_icon {
    width: 90px;
  }
  .p-btn02_icon-s {
    width: 90px;
  }
  .p-btn02_text01 {
    font-size: 2rem;
  }
  .p-btn02_text02 {
    font-size: min(1.9rem, 1.83vw);
  }
  .p-sitemap {
    padding-block: 164px 140px;
    border-top-width: 4px;
  }
  .p-sitemap_inner {
    width: calc(100% - 50px * 2);
  }
  .p-sitemap_summary {
    padding-block: 0 32px;
    font-size: 1.8rem;
  }
  .p-sitemap_body {
    gap: 90px;
  }
  .p-sitemap_head, .p-sitemap_headOnly {
    margin-block: 25px 10px;
  }
  .p-sitemap_headOnly {
    padding-bottom: 30px;
  }
  .p-sitemap_linkArea {
    padding: 0 0 25px 8px;
  }
  .p-news_heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-news_linkList {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-newsList {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}

@media (min-width: 1280px){
  .p-news {
    grid-template: "title newsList" auto "linkList newsList" auto/18% 1fr;
    gap: 100px;
  }
  .p-btn02List-col4, .p-btn02List-col3 {
    gap: 30px;
  }
  .p-btn02 {
    padding: 30px 48px 30px 36px;
  }
  .p-btn02_text02 {
    font-size: 1.9rem;
  }
  .p-news_heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-news_linkList {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-newsList {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
/*# sourceMappingURL=index.css.map */