@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background-color: #fff;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   variables
========================================================================== */
/* ==========================================================================
   function
========================================================================== */
/* ==========================================================================
  mixin
========================================================================== */
/* --------------------------------------------------------------------------
  media query (SP（小）→ PC（大）の順に適用)
-------------------------------------------------------------------------- */
/* ==========================================================================
  base
========================================================================== */
/* ------------------------------------------------------------
	レイアウト
------------------------------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  width: 100%;
  font-family: "Noto Sans JP", serif;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  background-color: #F6F6F6;
}

img {
  vertical-align: middle;
  width: 100%;
}

/* ==========================================================================
   foundation
========================================================================== */ /* ==========================================================================
   utility
========================================================================== */
/* ---------------------------------------------------------------------------
  show/hide
  --------------------------------------------------------------------------- */
.u-sp {
  display: initial;
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.u-tablet {
  display: initial;
}
@media screen and (min-width: 767px) and (max-width: 900px) {
  .u-tablet {
    display: none;
  }
}

.u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc {
    display: initial;
  }
}

/* --------------------------------------------------------------------------
  container
-------------------------------------------------------------------------- */
.c-container-1600px, .c-container {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.c-container {
  max-width: inherit;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .c-container {
    max-width: 990px;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .c-container-1600px {
    max-width: 1640px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-container-1600px {
    padding: 0 20px;
  }
}

/*#　見出し
/*===========================================*/
.c-title {
  position: relative;
  display: flex;
  align-items: center;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .c-title {
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    height: 26.6666666667vw;
  }
}
.c-title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-title::before {
    background-image: url("../img/pc/title-bg01.png");
    width: 1920px;
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .c-title::before {
    width: 100%;
    background-image: url("../img/title-bg01.png");
    aspect-ratio: 375/100;
  }
}
.c-title .c-title-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-title .c-title-box {
    min-width: 440px;
    padding: 15px 25px;
    border-radius: 200px;
  }
}
@media screen and (max-width: 767px) {
  .c-title .c-title-box {
    max-width: 61.3333333333vw;
    width: 100%;
    height: 21.3333333333vw;
    border-radius: 53.3333333333vw;
  }
}
.c-title .c-title-box .c-title-box__txt {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-title .c-title-box .c-title-box__txt {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .c-title .c-title-box .c-title-box__txt {
    font-size: 5.3333333333vw;
  }
}
.c-title .c-title-box .c-title-box__txt small {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-title .c-title-box .c-title-box__txt small {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-title .c-title-box .c-title-box__txt small {
    font-size: 4.2666666667vw;
  }
}

/*# color
/*===========================================*/
.c-col-dark {
  color: #333;
}

.c-col-gray {
  color: #798094;
}

.c-col-pink {
  color: #FF5558;
}

.c-col-red {
  color: #E60012;
}

/* --------------------------------------------------------------------------
  switch
-------------------------------------------------------------------------- */
.c-switch .c-switch-tabs {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-tabs {
    max-width: 790px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-tabs {
    max-width: 81.6vw;
    -moz-column-gap: 1.6vw;
         column-gap: 1.6vw;
  }
}
.c-switch .c-switch-tab {
  position: relative;
  border-radius: 10px 10px 0 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-tab {
    transform: translateY(20px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 10px) / 2);
    height: 120px;
    -moz-column-gap: 50px;
         column-gap: 50px;
    line-height: 2;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-tab {
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
    transform: translateY(4vw);
    width: calc((100% - 1.6vw) / 2);
    height: 33.3333333333vw;
    padding: 5.3333333333vw 1.3333333333vw;
    line-height: 1.5;
    font-size: 4.2666666667vw;
  }
}
.c-switch .c-switch-tab.active {
  transform: translateY(0);
}
.c-switch .c-switch-tab:first-child {
  background-color: #798094;
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-tab:first-child .c-switch-tab__icon {
    flex: 0 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-tab:first-child .c-switch-tab__icon {
    width: 24vw;
    margin-top: -2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-tab:first-child .c-switch-tab__txt {
    padding-top: 1.3333333333vw;
  }
}
.c-switch .c-switch-tab:last-child {
  background-color: #FF5558;
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-tab:last-child .c-switch-tab__icon {
    flex: 0 0 110px;
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-tab:last-child .c-switch-tab__icon {
    width: 21.3333333333vw;
    margin-top: -9.3333333333vw;
  }
}
.c-switch .c-switch-tab:last-child .c-switch-tab__txt {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-tab__icon {
    margin: 0 auto;
  }
}
.c-switch .c-switch-tab__txt {
  text-align: center;
  color: #fff;
  line-height: 2;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-tab__txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-tab__txt {
    font-size: 5.3333333333vw;
  }
}
.c-switch .c-switch-content {
  position: relative;
  background-color: #fff;
  display: none;
  border: 1px solid #A0A0A0;
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-content {
    padding: 40px 50px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-content {
    padding: 5.3333333333vw 4vw 8vw;
    border-radius: 2.6666666667vw;
  }
}
.c-switch .c-switch-content.c-switch-content__pink {
  background-color: #FFF5F6;
}
.c-switch .c-switch-content.active {
  display: block;
}
.c-switch .c-switch-content + .c-switch-content {
  border: 1px solid #FF5558;
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-item + .c-switch-item {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-item + .c-switch-item {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-flex {
    display: flex;
    align-items: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-flex {
    display: contents;
  }
}
.c-switch .c-switch-img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-img {
    flex: 0 0 380px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-img {
    aspect-ratio: 306/180;
  }
  .c-switch .c-switch-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-switch .c-switch-img .c-switch-number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #E60012;
  border-radius: 50%;
  background-color: #fff;
  color: #E60012;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-img .c-switch-number {
    top: -20px;
    left: -20px;
    width: 70px;
    height: 70px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-img .c-switch-number {
    border: 0.5333333333vw solid #E60012;
    top: -2.6666666667vw;
    left: -2.6666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-message {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-message .c-switch-message__img {
    max-width: 190px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-message .c-switch-message__img {
    width: 60%;
    margin: 5.3333333333vw auto 0;
  }
}
.c-switch .c-switch-title {
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-title {
    font-size: 4.8vw;
  }
}
.c-switch .c-switch-title span.red {
  color: #E60012;
}
.c-switch .c-switch-txt {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-txt {
    margin-top: 25px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-txt {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.c-switch .c-switch-txt sup {
  top: 0em;
  font-size: 100%;
}
.c-switch .c-switch-txt span.c-col-red {
  font-weight: bold;
}
.c-switch .c-switch-txt span.gray {
  display: block;
  color: #333;
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-txt span.gray {
    line-height: 2;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-txt span.gray {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-box {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 80px;
         column-gap: 80px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-box {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-box .c-switch-box__item {
    width: calc((100% - 80px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-box .c-switch-box__item + .c-switch-box__item {
    margin-top: 13.3333333333vw;
  }
}
.c-switch .c-switch-box .c-switch-box__item:first-child {
  position: relative;
}
.c-switch .c-switch-box .c-switch-box__item:first-child::after {
  content: "";
  position: absolute;
  background-image: url("../img/merit-icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 30/32;
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-box .c-switch-box__item:first-child::after {
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-box .c-switch-box__item:first-child::after {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 8vw;
    bottom: -12vw;
  }
}
.c-switch .c-switch-box .c-switch-box__column01 {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-box .c-switch-box__column01 {
    max-width: 535px;
  }
}
.c-switch .c-switch-box.c-switch-box__none .c-switch-box__item:first-child::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-box.c-switch-box__none .c-switch-box__item + .c-switch-box__item {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-campaign {
    max-width: 367px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-campaign {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-bnr {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-bnr {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-flow {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-flow {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-flow .c-switch-flow__item + .c-switch-flow__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-flow .c-switch-flow__item + .c-switch-flow__item {
    margin-top: 4vw;
  }
}
.c-switch .c-switch-flow .c-switch-flow__head {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF5558;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-flow .c-switch-flow__head {
    height: 60px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-flow .c-switch-flow__head {
    height: 16vw;
    font-size: 4.2666666667vw;
  }
}
.c-switch .c-switch-flow .c-switch-flow__body {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-flow .c-switch-flow__body {
    padding: 35px 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-flow .c-switch-flow__body {
    padding: 4vw;
  }
}
.c-switch .c-switch-flow .c-switch-flow__img {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-flow .c-switch-flow__img {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-flow .c-switch-flow__img {
    padding-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-flow .c-switch-flow__txt {
    line-height: 2;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-flow .c-switch-flow__txt {
    line-height: 1.57;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-flow .c-switch-flow__button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-flow .c-switch-flow__button {
    margin-top: 5.3333333333vw;
  }
}
.c-switch .c-switch-flow .c-switch-flow__button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #EDEEF0;
  border: 1px solid #D6D6D6;
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-flow .c-switch-flow__button a {
    max-width: 214px;
    height: 49px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-flow .c-switch-flow__button a {
    max-width: 57.0666666667vw;
    height: 13.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
.c-switch .c-switch-flow .c-switch-flow__button a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/tab-icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-flow .c-switch-flow__button a::after {
    right: 10px;
    width: 12px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-flow .c-switch-flow__button a::after {
    right: 2.6666666667vw;
    width: 3.2vw;
    height: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-switch .c-switch-app .c-switch-app__flex {
    display: flex;
    justify-content: center;
    max-width: 610px;
    margin: 0 auto;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
}
.c-switch .c-switch-app .c-switch-app__icon {
  flex: 0 0 130px;
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-app .c-switch-app__icon {
    width: 31.4666666667vw;
    margin: 0 auto;
  }
}
.c-switch .c-switch-app .c-switch-app__box {
  flex: 0 1 100%;
}
.c-switch .c-switch-app .c-switch-app__title {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-app .c-switch-app__title {
    margin-top: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.c-switch .c-switch-app .c-switch-app__imgaes {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-app .c-switch-app__imgaes {
    justify-content: center;
    -moz-column-gap: 2.6666666667vw;
         column-gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.c-switch .c-switch-app .c-switch-app__img {
  width: 178px;
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-app .c-switch-app__img {
    width: 32.2666666667vw;
  }
}
.c-switch .c-switch-app .c-switch-app__img + .c-switch-app__img {
  width: 211px;
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-app .c-switch-app__img + .c-switch-app__img {
    width: 35.4666666667vw;
  }
}
.c-switch .c-switch-app .c-switch-app__list {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-app .c-switch-app__list {
    margin-top: 5.3333333333vw;
  }
}
.c-switch .c-switch-app .c-switch-app__item {
  position: relative;
  padding-left: 2rem;
  text-indent: -2rem;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-app .c-switch-app__item {
    font-size: 3.2vw;
  }
}
.c-switch .c-switch-app .c-switch-app__item + .c-switch-app__item {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-switch .c-switch-app .c-switch-app__item + .c-switch-app__item {
    margin-top: 2.6666666667vw;
  }
}

/* ==========================================================================
  header
========================================================================== */
/* ==========================================================================
  footer
========================================================================== */
.l-footer-copy {
  padding: 20px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer-copy {
    padding: 4vw 0;
    font-size: 3.2vw;
  }
}

/* ==========================================================================
   main
========================================================================== */
/* ==========================================================================
   layout
========================================================================== */ /* ==========================================================================
  top
========================================================================== */
.p-top .p-top-mv {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.p-top .p-top-mv__img {
  z-index: 3;
}
.p-top .p-top-mv__slider02, .p-top .p-top-mv__slider01 {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv__slider02, .p-top .p-top-mv__slider01 {
    width: 50%;
    height: 38%;
  }
}
.p-top .p-top-mv__slider02 img, .p-top .p-top-mv__slider01 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top .p-top-mv__slider01 {
  left: -1%;
}
.p-top .p-top-mv__slider02 {
  right: -1%;
}
.p-top .swiper-slide {
  position: relative;
}
.p-top .p-top-mv__sliderRight, .p-top .p-top-mv__sliderLeft {
  position: absolute;
}
.p-top .p-top-mv__sliderLeft {
  top: 3%;
  left: 19%;
  width: 42%;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv__sliderLeft {
    top: 20%;
    left: 3%;
    width: 93%;
  }
}
.p-top .p-top-mv__sliderRight {
  top: 3%;
  right: 22%;
  width: 39%;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv__sliderRight {
    top: 20%;
    right: 3%;
    width: 88%;
  }
}
.p-top .p-top-bnr {
  position: relative;
}
.p-top .p-top-bnr::before, .p-top .p-top-bnr::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 1px;
}
.p-top .p-top-bnr::before {
  left: 0;
  background-color: #798094;
}
.p-top .p-top-bnr::after {
  right: 0;
  background-color: #FF5558;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-bnr {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-bnr {
    padding: 35px 0;
  }
}
.p-top .p-top-about {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-about {
    padding: 50px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-about {
    padding: 8vw 0 13.3333333333vw;
  }
}
.p-top .p-top-about::before, .p-top .p-top-about::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 1px;
}
.p-top .p-top-about::before {
  left: 0;
  background-color: #798094;
}
.p-top .p-top-about::after {
  right: 0;
  background-color: #FF5558;
}
.p-top .p-top-about .p-top-about__title {
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 1.63;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-about .p-top-about__title {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-about .p-top-about__title {
    font-size: 5.8666666667vw;
  }
}
.p-top .p-top-about .p-top-about__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-about .p-top-about__flex {
    display: contents;
  }
}
.p-top .p-top-about .p-top-about__txt {
  line-height: 1.86;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-about .p-top-about__txt {
    flex: 0 1 100%;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-about .p-top-about__txt {
    text-align: center;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-about .p-top-about__img {
    flex: 0 0 458px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-about .p-top-about__img {
    padding: 5.3333333333vw 5.3333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-about .p-top-about__box {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-about .p-top-about__box {
    margin-top: 8vw;
    padding: 0 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-about .p-top-about__button {
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-about .p-top-about__button + .p-top-about__button {
    margin-top: 2.6666666667vw;
  }
}
.p-top .p-top-about .p-top-about__button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8F8F8;
  border: 1px solid #9C9C9C;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-about .p-top-about__button a {
    height: 100px;
    font-weight: bold;
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top .p-top-about .p-top-about__button a {
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-about .p-top-about__button a {
    height: 17.0666666667vw;
    font-size: 4.2666666667vw;
  }
}
.p-top .p-top-about .p-top-about__button a::after {
  content: "";
  position: absolute;
  background-image: url("../img/download-icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  width: 11px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-about .p-top-about__button a::after {
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-about .p-top-about__button a::after {
    top: 50%;
    width: 2.9333333333vw;
    right: 2.9333333333vw;
    transform: translateY(-50%);
  }
}
.p-top .p-top-merit {
  background-color: #F6F6F6;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-merit {
    padding-bottom: 13.3333333333vw;
  }
}
.p-top .p-top-merit .p-top-merit__strong {
  position: relative;
  line-height: 2;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-merit .p-top-merit__strong {
    margin-top: 70px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-merit .p-top-merit__strong {
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-top .p-top-merit .p-top-merit__strong span {
  position: relative;
}
.p-top .p-top-merit .p-top-merit__strong span::before, .p-top .p-top-merit .p-top-merit__strong span::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #000;
  width: 2px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-merit .p-top-merit__strong span::before, .p-top .p-top-merit .p-top-merit__strong span::after {
    width: 0.5333333333vw;
    height: 10.6666666667vw;
  }
}
.p-top .p-top-merit .p-top-merit__strong span::before {
  left: -20px;
  transform: translateY(-50%) rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .p-top .p-top-merit .p-top-merit__strong span::before {
    left: -5.3333333333vw;
  }
}
.p-top .p-top-merit .p-top-merit__strong span::after {
  right: -60px;
  transform: translateY(-50%) rotate(30deg);
}
@media screen and (max-width: 767px) {
  .p-top .p-top-merit .p-top-merit__strong span::after {
    right: -16vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-merit .p-top-merit__wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-merit .p-top-merit__wrap {
    margin-top: 5.3333333333vw;
  }
}
.p-top .p-top-merit .p-top-merit__content--jalpay {
  border: 1px solid #FF5558;
}
.p-top .p-top-table {
  background-color: #F6F6F6;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__wrap {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__wrap {
    display: flex;
    -moz-column-gap: 2.9333333333vw;
         column-gap: 2.9333333333vw;
    margin-top: 17.0666666667vw;
  }
}
.p-top .p-top-table .p-top-table__content {
  border: 1px solid #798094;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__content {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__content {
    width: calc((100% - 8px) / 2);
    border-radius: 2.6666666667vw;
  }
}
.p-top .p-top-table .p-top-table__head {
  position: relative;
  border-radius: 9px 9px 0 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__head {
    height: 200px;
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__head {
    border-radius: 2.4vw 2.4vw 0 0;
    padding: 5.3333333333vw 0;
    height: 33.3333333333vw;
  }
}
.p-top .p-top-table .p-top-table__head::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-clip-path: ellipse(65% 24% at 50% 50%);
          clip-path: ellipse(65% 24% at 50% 50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__head::after {
    bottom: -82px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__head::after {
    bottom: -17.6vw;
  }
}
.p-top .p-top-table .p-top-table__head .p-top-table__head--img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__head .p-top-table__head--img {
    width: 189px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__head .p-top-table__head--img {
    width: 26.6666666667vw;
  }
}
.p-top .p-top-table .p-top-table__head .p-top-table__head--title {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__head .p-top-table__head--title {
    margin-top: 15px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__head .p-top-table__head--title {
    margin-top: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.p-top .p-top-table .p-top-table__body {
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__body {
    padding: 60px 10px;
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__body {
    padding: 9.8666666667vw 2.6666666667vw 21.3333333333vw;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__dl {
    position: relative;
    margin: 5.3333333333vw 0;
  }
}
.p-top .p-top-table .p-top-table__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__title {
    width: 200px;
    height: 30px;
    border-radius: 80px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__title {
    width: 32vw;
    padding: 1.6vw 0;
    border-radius: 21.3333333333vw;
    text-align: center;
    line-height: 1.3;
    font-size: 3.2vw;
  }
}
.p-top .p-top-table .p-top-table__dd {
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__dd {
    margin-top: 4px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__dd {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.p-top .p-top-table .p-top-table__dd span {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__dd span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__dd span {
    font-size: 2.6666666667vw;
  }
}
.p-top .p-top-table .p-top-table__dd.p-top-table__dd--left {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__dd.p-top-table__dd--left {
    max-width: 300px;
  }
}
.p-top .p-top-table .p-top-table__txt {
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__txt {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__txt {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.p-top .p-top-table .p-top-table__txt.p-top-table__txt--gray {
  color: #333;
}
.p-top .p-top-table .p-top-table__strong {
  color: #798094;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__strong {
    margin-top: 5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__strong {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.p-top .p-top-table .p-top-table__mile {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__mile {
    margin-top: 20px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__mile {
    margin-top: 6.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__mile span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__mile span {
    font-size: 3.2vw;
  }
}
.p-top .p-top-table .p-top-table__mile.p-top-table__mile--red {
  color: #E60012;
}
.p-top .p-top-table .p-top-table__sup {
  color: #333;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__sup {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__sup {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.p-top .p-top-table .p-top-table__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__list {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__list {
    gap: 8px 4px;
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__list.p-top-table__list--column03 {
    max-width: 350px;
  }
}
.p-top .p-top-table .p-top-table__list.p-top-table__list--column03 .p-top-table__item {
  width: calc((100% - 5.3333333333vw) / 3);
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__list.p-top-table__list--column03 .p-top-table__item {
    width: calc((100% - 2.1333333333vw) / 2);
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__list.p-top-table__list__column04 {
    max-width: 390px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__list.p-top-table__list__column04 {
    flex-wrap: wrap;
    row-gap: 2.6666666667vw;
    max-width: 45.3333333333vw;
  }
}
.p-top .p-top-table .p-top-table__list.p-top-table__list__column04 .p-top-table__item {
  width: calc((100% - 30px) / 4);
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__list.p-top-table__list__column04 .p-top-table__item {
    width: calc((100% - 2.1333333333vw) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__list .p-top-table__item {
    white-space: nowrap;
  }
}
.p-top .p-top-table .p-top-table__list .p-top-table__item .p-top-table__item--txt {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__list .p-top-table__item .p-top-table__item--txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__list .p-top-table__item .p-top-table__item--txt {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__img {
    max-width: 300px;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__img {
    margin: 4vw auto 0;
  }
}
.p-top .p-top-table .p-top-table__img.p-top-table__img--90px {
  width: 90px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__img.p-top-table__img--90px {
    width: 18.9333333333vw;
    margin: 6.1333333333vw auto 0;
  }
}
.p-top .p-top-table .p-top-table__img.p-top-table__img--max {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__img.p-top-table__img--max {
    margin: 34px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__img.p-top-table__img--max {
    margin: 6.6666666667vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__circle {
    width: 50px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__circle {
    width: 50px;
    margin: 4vw auto 0;
  }
}
.p-top .p-top-table .p-top-table__box {
  position: relative;
  background-color: #FFFFD9;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__box {
    transform: translateY(15px);
    padding: 20px 9px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__box {
    width: 100%;
    border-radius: 2.6666666667vw;
    position: absolute;
    top: 4vw;
    padding: 5.3333333333vw 1.0666666667vw 5.3333333333vw;
  }
}
.p-top .p-top-table .p-top-table__box .p-top-table__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__box .p-top-table__title {
    top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__box .p-top-table__title {
    top: -4vw;
  }
}
.p-top .p-top-table .p-top-table__none {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__none {
    width: 14px;
    height: 6px;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__none {
    width: 5.3333333333vw;
    height: 2.6666666667vw;
    margin: 13.3333333333vw auto 0;
  }
}
.p-top .p-top-table .p-top-table__content.p-top-table__jalcard .p-top-table__head {
  background-color: #798094;
}
.p-top .p-top-table .p-top-table__content.p-top-table__jalcard .p-top-table__head::after {
  background-color: #798094;
}
.p-top .p-top-table .p-top-table__content.p-top-table__jalcard .p-top-table__title {
  background-color: #E0E5F4;
  color: #4A5575;
}
.p-top .p-top-table .p-top-table__content.p-top-table__jalpay {
  border: 1px solid #FF5558;
}
.p-top .p-top-table .p-top-table__content.p-top-table__jalpay .p-top-table__head {
  background-color: #FF5558;
}
.p-top .p-top-table .p-top-table__content.p-top-table__jalpay .p-top-table__head::after {
  background-color: #FF5558;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__content.p-top-table__jalpay .p-top-table__head {
    padding-top: 21.8666666667vw;
  }
}
.p-top .p-top-table .p-top-table__content.p-top-table__jalpay .p-top-table__head .p-top-table__head--img {
  width: 170px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__content.p-top-table__jalpay .p-top-table__head .p-top-table__head--img {
    margin-top: -89px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__content.p-top-table__jalpay .p-top-table__head .p-top-table__head--img {
    position: absolute;
    right: 0;
    left: 0;
    top: -9.3333333333vw;
    width: 24vw;
    margin: auto;
    margin-top: 0;
  }
}
.p-top .p-top-table .p-top-table__content.p-top-table__jalpay .p-top-table__title {
  background-color: #FFDBDC;
  color: #C91013;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__area01 {
    height: 118px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top .p-top-table .p-top-table__area01 {
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__area01 {
    height: 41.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__area02 {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__area02 {
    height: 20vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__area03 {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__area03 {
    height: 20.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__area04 {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__area04 {
    height: 76.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__area05 {
    height: 277px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__area05 {
    height: 48.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__area06 {
    height: 370px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__area06 {
    height: 169.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__area07 {
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__area07 {
    height: 70.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__area08 {
    height: 254px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__area08 {
    height: 64vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__area09 {
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__area09 {
    height: 46.4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__area10 {
    height: 202px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__area10 {
    height: 54.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__area11 {
    height: 202px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__area11 {
    height: 40.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__area12 {
    height: 225px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top .p-top-table .p-top-table__area12 {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__area12 {
    height: 53.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-table .p-top-table__area13 {
    height: 203px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-table .p-top-table__area13 {
    height: 40.5333333333vw;
  }
}

.p-top-merit__caution {
  margin-top: 28px;
  font-size: 14px;
  line-height: 1.42;
  color: #8F8F8F;
}
@media screen and (max-width: 767px) {
  .p-top-merit__caution {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-table__cautionwrap {
    max-width: 990px;
    padding: 20px 20px 90px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-table__cautionwrap {
    max-width: inherit;
    padding: 50px 20px 70px;
  }
}

.p-top-table__caution {
  font-size: 14px;
  line-height: 1.42;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-top-table__caution {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}

.p-top-use {
  /*# grid
  /*==================*/
  /*# 日常
  /*==================*/
  /*# 海外旅行前
  /*==================*/
  /*# 海外旅行中
  /*==================*/
}
.p-top-use .p-top-use__bnr {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__bnr {
    padding-top: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__wrap {
    padding: 70px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__wrap {
    margin-top: 12vw;
    padding-bottom: 21.3333333333vw;
  }
}
.p-top-use .p-top-use__content {
  border: 1px solid #E60012;
  background-color: #FFE0E3;
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__content {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__content {
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__content + .p-top-use__content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__content + .p-top-use__content {
    margin-top: 5.3333333333vw;
  }
}
.p-top-use .p-top-use__head {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__head {
    border-radius: 2.6666666667vw;
  }
}
.p-top-use .p-top-use__h3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__h3 {
    right: 130px;
    font-size: 40px;
  }
}
@media (767px <= width < 1200px) {
  .p-top-use .p-top-use__h3 {
    right: 10.8333333333vw;
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__h3 {
    right: 9.3333333333vw;
    font-size: 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__h3 span {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__h3 span {
    font-size: 4.8vw;
  }
}
.p-top-use .p-top-use__ac {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #E60012;
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__ac {
    right: 20px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__ac {
    right: 2.6666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border: 0.4vw solid #E60012;
  }
}
.p-top-use .p-top-use__ac::before, .p-top-use .p-top-use__ac::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #E60012;
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__ac::before, .p-top-use .p-top-use__ac::after {
    width: 15px;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__ac::before, .p-top-use .p-top-use__ac::after {
    width: 2.6666666667vw;
    height: 0.4vw;
  }
}
.p-top-use .p-top-use__ac::before {
  transition: all 0.3s;
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-top-use .p-top-use__head.active {
  border-radius: 0;
  overflow: visible;
}
.p-top-use .p-top-use__head.active .p-top-use__ac::before {
  transform: translateX(-50%);
}
.p-top-use .p-top-use__body {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__body {
    padding: 70px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__body {
    padding: 8vw 4vw;
  }
}
.p-top-use .p-top-use__strong {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__strong {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__strong {
    font-size: 6.9333333333vw;
  }
}
.p-top-use .p-top-use__txt {
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__txt {
    margin-top: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__txt {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.p-top-use .p-top-use__txt-box {
  text-align: center;
  line-height: 1.875;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__txt-box {
    line-height: 1.57;
    font-size: 3.7333333333vw;
  }
}
.p-top-use .p-top-use__txt-box span {
  font-weight: bold;
}
.p-top-use .p-top-use__jalpay, .p-top-use .p-top-use__jalcard {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__jalpay, .p-top-use .p-top-use__jalcard {
    height: 74px;
    -moz-column-gap: 15px;
         column-gap: 15px;
    border-radius: 10px 10px 0 0;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__jalpay, .p-top-use .p-top-use__jalcard {
    -moz-column-gap: 4.8vw;
         column-gap: 4.8vw;
    height: 18.6666666667vw;
    margin-top: 5.3333333333vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
    font-size: 6.4vw;
  }
}
.p-top-use .p-top-use__jalcard {
  background-color: #798094;
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__jalcard .p-top-use__icon {
    flex: 0 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__jalcard .p-top-use__icon {
    flex: 0 0 16vw;
  }
}
.p-top-use .p-top-use__jalpay {
  background-color: #FF5558;
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__jalpay .p-top-use__icon {
    flex: 0 0 76px;
    margin-top: -25px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__jalpay .p-top-use__icon {
    flex: 0 0 16.2666666667vw;
    margin-top: -4vw;
  }
}
.p-top-use .p-top-use__box {
  position: relative;
  border: 1px solid #FF5558;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__box {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__box {
    margin-top: 2.6666666667vw;
    border-radius: 2.6666666667vw;
    padding: 8vw 4.8vw 6.1333333333vw;
  }
}
.p-top-use .p-top-use__box.p-top-use__box--gray {
  border: 1px solid #798094;
}
.p-top-use .p-top-use__mile {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__mile {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__mile {
    font-size: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__mile span {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__mile span {
    font-size: 4.8vw;
  }
}
.p-top-use .p-top-use__h4 {
  text-align: center;
  font-weight: bold;
  line-height: 1.36;
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__h4 {
    font-size: 5.8666666667vw;
  }
}
.p-top-use .p-top-use__list {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__list {
    margin-top: 5.3333333333vw;
  }
}
.p-top-use .p-top-use__list .p-top-use__point {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-family: "Bebas Neue", serif;
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__list .p-top-use__point {
    left: -62px;
    top: -18px;
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__list .p-top-use__point {
    top: -2.4vw;
    left: -8.2666666667vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    font-size: 4.8vw;
  }
}
.p-top-use .p-top-use__list .p-top-use__point.p-top-use__point--gray {
  background-color: #798094;
}
.p-top-use .p-top-use__list .p-top-use__point.p-top-use__point--pink {
  background-color: #FF5558;
}
.p-top-use .p-top-use__item {
  position: relative;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__item {
    padding-left: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__item {
    padding-left: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.p-top-use .p-top-use__item span {
  font-weight: bold;
}
.p-top-use .p-top-use__item small {
  display: block;
  color: #333;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__item small {
    margin-top: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__item small {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
}
.p-top-use .p-top-use__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__img {
    width: 60%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__img {
    width: 90%;
    margin-top: 5.3333333333vw;
    padding-left: 0px;
  }
}
.p-top-use .p-top-use__img.p-top-use__img--80px {
  width: 80px;
  margin: 20px auto 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__img.p-top-use__img--80px {
    width: 21.3333333333vw;
    margin: 5.3333333333vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__img.p-top-use__img--max {
    margin: 30px auto 0;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__img.p-top-use__img--max {
    margin-top: 5.3333333333vw;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__img.p-top-use__img--01 {
    width: 60%;
    margin: 5.3333333333vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__bubble {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__bubble {
    width: 90%;
    margin: 8vw auto 0;
  }
}
.p-top-use .p-top-use__bubble .p-top-use__bubble--txt {
  position: relative;
  width: 100%;
  background-color: #C6881D;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__bubble .p-top-use__bubble--txt {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 270px;
    height: 170px;
    border-radius: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__bubble .p-top-use__bubble--txt {
    padding: 8vw 5.3333333333vw;
    border-radius: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.p-top-use .p-top-use__bubble .p-top-use__bubble--txt::before {
  content: "";
  position: absolute;
  background-color: #C6881D;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__bubble .p-top-use__bubble--txt::before {
    width: 30px;
    height: 30px;
    top: 50%;
    right: -23px;
    transform: translateY(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .p-top-use .p-top-use__bubble .p-top-use__bubble--txt::before {
    top: -5.3333333333vw;
    right: 32vw;
    width: 8vw;
    height: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__bubble.p-top-use__bubble--right {
    justify-content: flex-end;
  }
  .p-top-use .p-top-use__bubble.p-top-use__bubble--right .p-top-use__bubble--txt::before {
    right: -23px;
    transform: translateY(-50%) rotate(90deg);
  }
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__bubble.p-top-use__bubble--left .p-top-use__bubble--txt::before {
    left: -23px;
    transform: translateY(-50%) rotate(0);
  }
}
@media screen and (min-width: 768px) {
  .p-top-use .p-top-use__grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: calc((100% - 30px) / 2);
    gap: 10px 30px;
  }
}
.p-top-use .p-top-use__grid01--a {
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-top-use .p-top-use__grid01--b {
  grid-column: 1/2;
  grid-row: 2/3;
}
.p-top-use .p-top-use__grid01--c {
  grid-column: 2/3;
  grid-row: 1/2;
}
.p-top-use .p-top-use__grid01--d {
  grid-column: 2/3;
  grid-row: 2/3;
}
.p-top-use .p-top-use__grid01--e {
  grid-column: 1/3;
  grid-row: 3/4;
}
.p-top-use .p-top-use__grid01--f {
  grid-column: 2/3;
  grid-row: 4/5;
}
.p-top-use .p-top-use__grid01--g {
  grid-column: 1/2;
  grid-row: 4/5;
}
.p-top-use .p-top-use__grid02--a {
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-top-use .p-top-use__grid02--b {
  grid-column: 1/2;
  grid-row: 2/3;
}
.p-top-use .p-top-use__grid02--c {
  grid-column: 2/3;
  grid-row: 2/3;
}
.p-top-use .p-top-use__grid03--a {
  grid-column: 1/2;
  grid-row: 9/10;
}
.p-top-use .p-top-use__grid03--b {
  grid-column: 1/2;
  grid-row: 10/10;
}
.p-top-use .p-top-use__grid03--c {
  grid-column: 2/3;
  grid-row: 1/2;
}
.p-top-use .p-top-use__grid03--d {
  grid-column: 2/3;
  grid-row: 2/3;
}
.p-top-use .p-top-use__grid03--e {
  grid-column: 1/2;
  grid-row: 2/3;
}
.p-top-use .p-top-use__grid03--f {
  grid-column: 2/3;
  grid-row: 3/4;
}
.p-top-use .p-top-use__grid03--g {
  grid-column: 1/2;
  grid-row: 3/4;
}
.p-top-use .p-top-use__grid03--h {
  grid-column: 2/3;
  grid-row: 4/5;
}
.p-top-use .p-top-use__grid03--i {
  grid-column: 1/2;
  grid-row: 4/5;
}

/*# card
/*===========================================*/
.p-top-card {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-card {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-card {
    padding: 13.3333333333vw 0;
  }
}
.p-top-card::before, .p-top-card::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 1px;
}
.p-top-card::before {
  left: 0;
  background-color: #798094;
}
.p-top-card::after {
  right: 0;
  background-color: #FF5558;
}
@media screen and (max-width: 767px) {
  .p-top-card .p-top-card__tab {
    height: 24vw;
  }
}
.p-top-card .p-top-card__title {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-top-card .p-top-card__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-card .p-top-card__title {
    font-size: 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-card .p-top-card__wrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-card .p-top-card__wrap {
    margin-top: 13.3333333333vw;
  }
}
/*# sourceMappingURL=maps/top.css.map */