@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;900&display=swap");
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
}
html.open,
body.open {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

dl,
dt,
dd {
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  display: block;
}

.red {
  color: #F90005;
}

.blue {
  color: #348BD7;
}

.yellow {
  color: #FBE901;
}

.green {
  color: #71C212;
}

.orange {
  color: #FA6C00;
}

html {
  font-size: 16px;
  font-family: Noto Sans JP, 遊ゴシック体, Yu Gothic, YuGothic, ヒラギノ角ゴシック Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, MS Pゴシック, MS PGothic, sans-serif;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: auto;
}
.l-footer {
  margin-top: auto;
}

.l-container {
  padding-top: 83px;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-top: 80px;
  }
}
@media screen and (max-width: 420px) {
  .l-container {
    padding-top: 60px;
  }
}
.l-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.p-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 40px;
  width: 100%;
  height: 83px;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-header {
    padding-inline: min(3vw, 16px);
    height: 80px;
  }
}
@media screen and (max-width: 420px) {
  .p-header {
    height: 60px;
  }
}
.p-header_title {
  width: 200px;
}
@media screen and (max-width: 1023px) {
  .p-header_title {
    width: 160px;
  }
}
@media screen and (max-width: 420px) {
  .p-header_title {
    width: 120px;
  }
}
.p-header_title img {
  width: 100%;
  height: auto;
}
.p-header_right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-header_right {
    display: none;
  }
}
.p-header_tel p {
  font-size: min(1.9vw, 17px);
  font-weight: 700;
  line-height: 1;
}
.p-header_tel a {
  font-size: min(4vw, 36px);
  font-weight: 700;
  line-height: 1.2;
}
.p-header_buttons {
  display: flex;
  margin-left: 12px;
}
.p-header_buttons a {
  position: relative;
  display: block;
  width: 120px;
}
.p-header_buttons a::after {
  content: "";
  position: absolute;
  top: 1%;
  left: 1%;
  width: 95%;
  height: 91%;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  opacity: 0;
}
.p-header_buttons a:hover::after {
  opacity: 1;
}
.p-header_buttons a img {
  width: 100%;
  height: auto;
}
.p-header_nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7px;
    width: 68px;
    height: 68px;
    border-width: 1px;
    border-style: solid;
    border-color: #098BF2;
    border-radius: 10px;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) and (max-width: 420px) {
  .p-header_nav {
    padding: 5px;
    width: 46px;
    height: 46px;
  }
}
.p-header_nav-button {
  position: relative;
  width: 40px;
  height: 30px;
  cursor: pointer;
}
@media screen and (max-width: 420px) {
  .p-header_nav-button {
    width: 30px;
    height: 16px;
  }
}
.p-header_nav-button span {
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #29ABE2;
  transition: 0.3s ease;
}
@media screen and (max-width: 420px) {
  .p-header_nav-button span {
    height: 3px;
  }
}
.p-header_nav-button span:nth-child(1) {
  top: 0;
}
.p-header_nav-button span:nth-child(2) {
  top: 50%;
}
.p-header_nav-button span:nth-child(3) {
  top: 100%;
}
.p-header_nav-button.close span:nth-child(1) {
  top: 50%;
  margin-top: -3px;
  transform: rotate(45deg);
}
@media screen and (max-width: 420px) {
  .p-header_nav-button.close span:nth-child(1) {
    margin-top: 2px;
  }
}
.p-header_nav-button.close span:nth-child(2) {
  width: 0;
}
.p-header_nav-button.close span:nth-child(3) {
  top: 50%;
  margin-top: -3px;
  transform: rotate(135deg);
}
@media screen and (max-width: 420px) {
  .p-header_nav-button.close span:nth-child(3) {
    margin-top: 2px;
  }
}
.p-header_nav-text {
  margin-top: auto;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}
@media screen and (max-width: 420px) {
  .p-header_nav-text {
    font-size: 10px;
  }
}

.p-nav {
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 9999;
  padding-block: 28px;
  padding-inline: 24px;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 3px 7px 10px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.6s ease;
}
.p-nav.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.p-nav_bg {
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: calc(100vh - 80px);
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.6s ease;
}
.p-nav_bg.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.p-nav_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 24px;
  border-width: 6px;
  border-style: solid;
  border-color: #348BD7;
  border-radius: 36px;
}
.p-nav_top-head {
  font-size: min(4.6vw, 25px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.p-nav_top-time {
  margin-top: 8px;
  margin-inline: auto;
  width: min(72%, 343px);
  font-size: min(3.33vw, 18px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-color: #F90005;
  border-radius: 8px;
}
.p-nav_top-time strong {
  font-size: min(4.44vw, 24px);
}
.p-nav_top-tel {
  font-size: min(9vw, 49px);
  font-weight: 700;
}
.p-nav_top-append {
  margin-top: 8px;
  font-size: min(3.5vw, 18px);
  font-weight: 700;
  text-decoration: underline;
}
.p-nav_middle {
  margin-top: 15px;
}
.p-nav_middle p {
  font-size: min(3.5vw, 18px);
  font-weight: 700;
}
.p-nav_bottom {
  margin-top: 15px;
  padding-block: 16px;
  padding-inline: 26px;
  background-color: #DEDEDE;
  border-radius: 24px;
}
.p-nav_bottom p {
  font-size: min(5vw, 27px);
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
}
.p-nav_bottom-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.p-nav_bottom-buttons a {
  position: relative;
  flex: 0 0 auto;
  display: block;
  width: calc(50% - 4px);
}
.p-nav_bottom-buttons a::after {
  content: "";
  position: absolute;
  top: 1%;
  left: 1%;
  width: 95%;
  height: 91%;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  opacity: 0;
}
.p-nav_bottom-buttons a:hover::after {
  opacity: 1;
}
.p-nav_bottom-buttons a img {
  width: 100%;
  height: auto;
}
.p-footer {
  padding-block: min(6.75vw, 72px);
  color: #fff;
  background-color: #348BD7;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-block: min(6.6666666667vw, 40px);
  }
}
.p-footer_title {
  font-size: min(5.0625vw, 54px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-footer_title {
    font-size: min(6.6666666667vw, 40px);
  }
}
.p-footer_info {
  margin-top: min(4.5vw, 48px);
  font-size: 16px;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .p-footer_info {
    font-size: min(2.6666666667vw, 16px);
  }
}
@media screen and (max-width: 420px) {
  .p-footer_info {
    font-size: 14px;
  }
}
.p-footer_license {
  margin-block: 0.5em;
  padding-block: 0.5em;
  font-size: 16px;
  line-height: 3;
  border-width: 1px 0;
  border-style: solid;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer_license {
    font-size: min(2.6666666667vw, 16px);
  }
}
@media screen and (max-width: 420px) {
  .p-footer_license {
    font-size: 14px;
  }
}
.p-footer_contact {
  font-size: 16px;
  line-height: 2.8;
}
@media screen and (max-width: 767px) {
  .p-footer_contact {
    font-size: min(2.6666666667vw, 16px);
  }
}
@media screen and (max-width: 420px) {
  .p-footer_contact {
    font-size: 14px;
  }
}
.p-hero_top {
  padding-inline: 40px;
  background-image: url("../img/hero/hero-bg.jpg");
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .p-hero_top {
    padding-inline: 7px;
  }
}
.p-hero_top img {
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-hero_top img {
    width: 100%;
  }
}
.p-hero_bottom {
  padding-block: min(6vw, 56px);
  padding-inline: 40px;
  background-image: url("../img/bg/background2.jpg");
}
@media screen and (max-width: 767px) {
  .p-hero_bottom {
    padding: 16px;
  }
}
.p-hero_bottom-inner {
  margin-inline: auto;
  display: flex;
  padding-block: min(2.8vw, 24px) 0;
  padding-inline: min(7vw, 64px);
  width: 100%;
  max-width: 850px;
  background-color: #fff;
  border-radius: min(3.75vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-hero_bottom-inner {
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 16px;
    border-radius: min(2.6666666667vw, 16px);
  }
}
.p-hero_bottom-left {
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .p-hero_bottom-left {
    flex: 0 0 auto;
    width: calc(100% - 8px - 76px);
  }
}
@media screen and (max-width: 420px) {
  .p-hero_bottom-left {
    width: calc(100% - 8px - 58px);
  }
}
.p-hero_bottom-buttons {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-hero_bottom-buttons {
    gap: 8px;
  }
}
.p-hero_bottom-buttons a {
  position: relative;
  flex: 0 0 auto;
  display: block;
  width: 46.6%;
}
.p-hero_bottom-buttons a::after {
  content: "";
  position: absolute;
  top: 1%;
  left: 1%;
  width: 95%;
  height: 91%;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  opacity: 0;
}
.p-hero_bottom-buttons a:hover::after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-hero_bottom-buttons a {
    flex: 1 1 auto;
  }
}
.p-hero_bottom-buttons a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-hero_bottom-info {
    width: 100%;
  }
}
.p-hero_bottom-info p {
  font-size: min(2.4vw, 24px);
  font-weight: 700;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .p-hero_bottom-info p {
    font-size: min(3.77vw, 20px);
    text-align: center;
  }
}
.p-hero_bottom-info a {
  display: block;
  font-size: min(7.3vw, 72px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-hero_bottom-info a {
    font-size: min(9vw, 48px);
    text-align: center;
  }
}
.p-hero_bottom-right {
  flex: 0 0 auto;
  margin-left: min(4.7vw, 40px);
  width: min(19vw, 166px);
}
@media screen and (max-width: 767px) {
  .p-hero_bottom-right {
    flex: 0 0 auto;
    width: min(12.6666666667vw, 76px);
    margin-left: 8px;
  }
}
@media screen and (max-width: 420px) {
  .p-hero_bottom-right {
    width: 58px;
  }
}
.p-hero_bottom-right img {
  width: 100%;
  height: auto;
}
.p-sec01 {
  background-color: #EEECEC;
}
.p-sec01_container {
  padding-block: min(9vw, 96px);
}
@media screen and (max-width: 767px) {
  .p-sec01_container {
    padding-block: min(6.6666666667vw, 40px);
  }
}
.p-sec01_head h2 {
  font-size: min(4.5vw, 48px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sec01_head h2 {
    font-size: min(6.3333333333vw, 38px);
  }
}
.p-sec01_head h2 .red {
  font-size: min(6.9375vw, 74px);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-sec01_head h2 .red {
    font-size: min(10.3333333333vw, 62px);
  }
}
@media screen and (max-width: 767px) {
  .p-sec01_head h2 span {
    font-size: min(7.3333333333vw, 44px);
  }
}
.p-sec01_list {
  margin-top: min(3.75vw, 40px);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-sec01_list {
    margin-top: min(6vw, 36px);
    padding-inline: min(3.1666666667vw, 19px);
    flex-direction: column;
    gap: min(4.4vw, 24px);
  }
}
.p-sec01_item {
  flex: 0 0 auto;
  width: calc(50% - 12px);
  display: flex;
  background-color: #fff;
  border-width: min(0.5625vw, 6px);
  border-style: solid;
  border-color: #54C2FB;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-sec01_item {
    width: 100%;
    border-width: min(1vw, 6px);
  }
}
.p-sec01_item-img {
  flex: 0 0 auto;
  width: min(18.75vw, 180px);
}
@media screen and (max-width: 767px) {
  .p-sec01_item-img {
    width: min(33.33vw, 180px);
  }
}
@media screen and (max-width: 420px) {
  .p-sec01_item-img {
    width: min(25vw, 150px);
  }
}
.p-sec01_item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-sec01_item-content {
  flex: 1 1 auto;
  padding-block: min(2.25vw, 24px) min(2.0625vw, 22px);
  padding-inline: 12px;
}
@media screen and (max-width: 767px) {
  .p-sec01_item-content {
    padding-block: min(4vw, 24px) min(2.8333333333vw, 17px);
  }
}
@media screen and (max-width: 420px) {
  .p-sec01_item-content {
    padding-block: min(3.3333333333vw, 20px) min(2.3333333333vw, 14px);
  }
}
.p-sec01_item-content h3 {
  font-size: min(2.2vw, 22px);
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-sec01_item-content h3 {
    font-size: min(4vw, 22px);
  }
}
.p-sec01_item-content ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: min(2vw, 20px);
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-sec01_item-content ul li {
    font-size: min(3.3vw, 18px);
  }
}
.p-sec01_item-content ul li .red {
  font-weight: 700;
}
.p-sec02_head {
  padding-block: min(3.75vw, 40px);
  padding-inline: min(3.75vw, 40px);
  width: 100%;
  background-image: url("../img/bg/background.jpg");
}
.p-sec02_head h2 {
  color: #fff;
  font-size: min(5.4375vw, 58px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
}
.p-sec02_head h2 small {
  font-size: min(4.21875vw, 45px);
}
@media screen and (max-width: 767px) {
  .p-sec02_head h2 small {
    font-size: min(5.3333333333vw, 32px);
  }
}
.p-sec02_head h2 small.smallest {
  font-size: min(3.75vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-sec02_head h2 small.smallest {
    font-size: min(5.3333333333vw, 32px);
  }
}
.p-sec02_container {
  padding-block: min(7.5vw, 80px);
  background-color: #F8F8EA;
}
.p-sec02_catch {
  font-size: min(4.5vw, 48px);
  color: #46250B;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-sec02_catch {
    font-size: min(6.6666666667vw, 40px);
  }
}
.p-sec02_catch ul {
  display: flex;
  justify-content: center;
  gap: min(2.25vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-sec02_catch ul {
    gap: min(1.3333333333vw, 8px);
  }
}
.p-sec02_catch ul li {
  display: grid;
  place-content: center;
  width: min(18.75vw, 200px);
  height: min(18.75vw, 200px);
  background-color: #fff;
  border-width: 5px;
  border-style: solid;
  border-color: #FA6C00;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-sec02_catch ul li {
    width: min(23.3333333333vw, 140px);
    height: min(23.3333333333vw, 140px);
    border-width: 4px;
  }
}
.p-sec02_catch p {
  margin-top: min(4.5vw, 48px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sec02_catch p {
    margin-top: min(3.75vw, 40px);
  }
}
.p-sec02_list-top {
  margin-top: min(5.25vw, 56px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(4.125vw, 44px);
}
@media screen and (max-width: 1023px) {
  .p-sec02_list-top {
    gap: min(2.6666666667vw, 16px);
  }
}
.p-sec02_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(2.25vw, 24px);
  width: 30%;
  background-color: #fff;
  border-radius: min(2.25vw, 24px);
}
@media screen and (max-width: 1023px) {
  .p-sec02_item {
    width: 47%;
    min-height: min(66.6666666667vw, 400px);
  }
}
.p-sec02_item.col2 {
  width: 42%;
}
@media screen and (max-width: 1023px) {
  .p-sec02_item.col2 {
    width: 47%;
  }
}
.p-sec02_item img {
  width: min(22.6875vw, 242px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-sec02_item img {
    width: min(34.6666666667vw, 208px);
  }
}
.p-sec02_item h3 {
  margin-top: min(2.25vw, 24px);
  font-size: min(2.8125vw, 30px);
  color: #62ADA3;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1023px) {
  .p-sec02_item h3 {
    font-size: min(4vw, 24px);
  }
}
.p-sec02_item p {
  margin-top: min(1.5vw, 16px);
  font-size: min(1.875vw, 20px);
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1023px) {
  .p-sec02_item p {
    font-size: min(3vw, 18px);
  }
}
.p-sec03 {
  padding-block: min(7.5vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-sec03 {
    padding-block: min(6.6666666667vw, 40px);
  }
}
.p-sec03_head {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-sec03_head {
    flex-direction: column-reverse;
  }
}
.p-sec03_head-left {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-sec03_head-left {
    margin-top: min(2.6666666667vw, 16px);
  }
}
.p-sec03_head-left h2 {
  font-size: min(4.6875vw, 50px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sec03_head-left h2 {
    font-size: min(7vw, 42px);
  }
}
.p-sec03_head-left h2 strong {
  font-size: min(6.375vw, 68px);
}
@media screen and (max-width: 767px) {
  .p-sec03_head-left h2 strong {
    font-size: min(7.3333333333vw, 44px);
  }
}
.p-sec03_head-left h2 .line {
  text-decoration: underline;
}
.p-sec03_head-right {
  margin-left: min(1.5vw, 16px);
  width: min(20.625vw, 220px);
}
@media screen and (max-width: 767px) {
  .p-sec03_head-right {
    width: min(36.6666666667vw, 220px);
  }
}
.p-sec03_head-right img {
  width: 100%;
  height: auto;
}
.p-sec03_list {
  margin-top: min(7.5vw, 80px);
  display: flex;
  flex-direction: column;
  gap: min(6vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-sec03_list {
    margin-top: min(4vw, 24px);
  }
}
.p-sec03_item:not(.center) {
  display: flex;
  align-items: center;
}
.p-sec03_item:nth-child(2n) {
  flex-direction: row-reverse;
}
.p-sec03_item:nth-child(2n) .p-sec03_item-content {
  margin-inline: 0 min(3.75vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-sec03_item:nth-child(2n) .p-sec03_item-content {
    margin-inline: 0 min(2.6666666667vw, 16px);
  }
}
.p-sec03_item-img {
  width: min(28.125vw, 300px);
}
@media screen and (max-width: 767px) {
  .p-sec03_item-img {
    width: min(30vw, 180px);
  }
}
.p-sec03_item-img img {
  width: 100%;
  height: auto;
}
.p-sec03_item h3 {
  padding: 8px 16px;
  width: 100%;
  font-size: min(3.9375vw, 42px);
  color: #fff;
  border-radius: 8px;
  background-image: url("../img/bg/background3.jpg");
}
.p-sec03_item h3.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sec03_item h3 {
    padding: 6px 16px;
    font-size: min(4vw, 24px);
  }
}
.p-sec03_item-content {
  flex: 1;
  margin-inline: min(3.75vw, 40px) 0;
}
@media screen and (max-width: 767px) {
  .p-sec03_item-content {
    margin-inline: min(2.6666666667vw, 16px) 0;
  }
}
.p-sec03_item-content ul {
  margin-top: min(3vw, 32px);
  padding-inline: min(1.5vw, 16px);
  display: flex;
  flex-direction: column;
  gap: min(0.9375vw, 10px);
}
@media screen and (max-width: 767px) {
  .p-sec03_item-content ul {
    margin-top: 16px;
    gap: 10px;
  }
}
.p-sec03_item-content ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: min(2.25vw, 24px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-sec03_item-content ul li {
    font-size: min(3.3333333333vw, 20px);
  }
}
.p-sec03_item-coins {
  margin-top: min(3vw, 32px);
  display: flex;
  justify-content: center;
  gap: min(3.75vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-sec03_item-coins {
    margin-top: min(4vw, 24px);
    gap: min(2.3333333333vw, 14px);
  }
}
.p-sec03_item-coins img {
  width: min(18.75vw, 200px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-sec03_item-coins img {
    width: min(30vw, 180px);
  }
}
.p-sec03_item-text {
  margin-top: min(2.25vw, 24px);
  font-size: min(2.25vw, 24px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sec03_item-text {
    margin-top: min(2.6666666667vw, 16px);
    font-size: min(4vw, 24px);
    text-align: left;
  }
}
.p-sec04 {
  padding-block: min(3.375vw, 36px) min(7.5vw, 80px);
  background-image: url("../img/bg/background4.jpg");
}
@media screen and (max-width: 767px) {
  .p-sec04 {
    padding-block: min(4vw, 24px) min(6vw, 36px);
  }
}
.p-sec04_head img {
  width: 100%;
  height: auto;
}
.p-sec04_container {
  padding: 40px 24px;
  background-color: #fff;
  border-radius: min(3.375vw, 36px);
}
@media screen and (max-width: 767px) {
  .p-sec04_container {
    padding: min(5.3333333333vw, 32px) min(4vw, 24px);
    border-radius: min(6vw, 36px);
  }
}
.p-sec04_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-sec04_list {
    flex-direction: column;
    gap: min(4vw, 24px);
  }
}
.p-sec04_list:not(:first-child) {
  margin-top: min(4.5vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-sec04_list:not(:first-child) {
    margin-top: min(4vw, 24px);
  }
}
.p-sec04_list:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-sec04_list:nth-child(2n) {
    flex-direction: column;
  }
}
.p-sec04_item {
  width: 48.5%;
  background-color: #E8F2D5;
  border-width: min(0.65625vw, 7px);
  min-height: min(33.75vw, 360px);
  border-style: solid;
  border-color: #8AD432;
  border-radius: min(2.25vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-sec04_item {
    width: 100%;
    min-height: auto;
    border-width: min(1vw, 6px);
    border-radius: min(4vw, 24px);
  }
}
.p-sec04_item h3 {
  display: grid;
  place-content: center;
  font-size: min(3vw, 32px);
  height: min(10.875vw, 116px);
  color: #fff;
  text-align: center;
  line-height: 1.3;
  background-color: #8AD432;
}
@media screen and (max-width: 767px) {
  .p-sec04_item h3 {
    height: min(19.3333333333vw, 116px);
    font-size: min(4.3333333333vw, 26px);
  }
}
@media screen and (max-width: 420px) {
  .p-sec04_item h3 {
    height: min(16.6666666667vw, 100px);
  }
}
.p-sec04_item p {
  padding: 10px 17px;
  font-size: min(2.25vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-sec04_item p {
    padding-block: 10px min(5vw, 30px);
    padding-inline: min(4vw, 24px);
    font-size: min(3.3333333333vw, 20px);
    line-height: 1.8;
  }
}
@media screen and (max-width: 420px) {
  .p-sec04_item p {
    font-size: 14px;
  }
}
.p-sec04_item:nth-child(2n) {
  background-color: #FFEAD9;
  border-color: #FA6C00;
}
.p-sec04_item:nth-child(2n) h3 {
  background-color: #FA6C00;
}
.p-sec05 {
  padding-block: min(7.5vw, 80px);
  background-color: #F8F8EA;
}
@media screen and (max-width: 767px) {
  .p-sec05 {
    padding-block: min(13.3333333333vw, 80px);
  }
}
.p-sec05_head h2 {
  font-size: min(6.9375vw, 74px);
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sec05_head h2 {
    font-size: min(7vw, 42px);
  }
}
.p-sec05_head h2 small {
  font-size: min(6vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-sec05_head h2 small {
    font-size: min(5.8333333333vw, 35px);
  }
}
@media screen and (max-width: 767px) {
  .p-sec05_head h2 span {
    font-size: min(8vw, 48px);
  }
}
.p-sec05_list {
  margin-top: min(7.5vw, 80px);
  display: flex;
  flex-direction: column;
  gap: min(2.25vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-sec05_list {
    margin-top: min(13.3333333333vw, 80px);
  }
}
.p-sec05_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-inline: min(11.25vw, 120px) 10px;
  width: 100%;
  background-color: #fff;
  border-width: min(0.9375vw, 10px);
  border-style: solid;
  border-color: #00C8A3;
  border-radius: min(1.5vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-sec05_item {
    gap: min(2.6666666667vw, 16px);
    padding-inline: 10px;
    min-height: min(37.5vw, 225px);
    border-width: min(1.3333333333vw, 8px);
    border-radius: min(2.6666666667vw, 16px);
  }
}
.p-sec05_item-no {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: min(11.25vw, 120px);
  height: min(11.25vw, 120px);
}
.p-sec05_item-no::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: min(11.25vw, 120px) min(11.25vw, 120px) 0 0;
  border-style: solid;
  border-color: #00C8A3 transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-sec05_item-no::after {
    border-width: min(16.3333333333vw, 98px) min(15.6666666667vw, 94px) 0 0;
  }
}
.p-sec05_item-no span {
  position: relative;
  z-index: 10;
  display: grid;
  place-content: center;
  width: 50%;
  height: 50%;
  font-size: min(3.65625vw, 39px);
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-sec05_item-no span {
    width: 65%;
    height: 65%;
    font-size: min(5.3333333333vw, 32px);
  }
}
.p-sec05_item-content {
  padding-block: min(2.8125vw, 30px) min(1.875vw, 20px);
}
.p-sec05_item-content h3 {
  font-size: min(3.375vw, 36px);
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-sec05_item-content h3 {
    padding-left: min(15vw, 90px);
    font-size: min(4.6666666667vw, 28px);
  }
}
@media screen and (max-width: 420px) {
  .p-sec05_item-content h3 {
    font-size: 16px;
  }
}
.p-sec05_item-content p {
  margin-top: min(3.75vw, 40px);
  font-size: min(2.25vw, 24px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-sec05_item-content p {
    margin-top: min(4.6666666667vw, 28px);
    padding-right: min(30vw, 180px);
    font-size: min(3vw, 18px);
  }
}
@media screen and (max-width: 420px) {
  .p-sec05_item-content p {
    font-size: 13px;
  }
}
.p-sec05_item-img {
  flex: 0 0 auto;
  width: min(19.6875vw, 210px);
}
@media screen and (max-width: 767px) {
  .p-sec05_item-img {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: min(26.6666666667vw, 160px);
  }
}
.p-sec05_item-img img {
  width: 100%;
  height: auto;
}
.p-sec05_attention {
  margin-top: min(7.5vw, 80px);
  padding: min(3.375vw, 36px);
  background-color: #Fff;
  border-width: 4px;
  border-style: solid;
  border-color: #348BD7;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .p-sec05_attention {
    margin-top: min(6vw, 36px);
    padding: min(2.6666666667vw, 16px);
  }
}
.p-sec05_attention h3 {
  font-size: min(4.5vw, 48px);
  color: #F90005;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-sec05_attention h3 {
    font-size: min(5.3333333333vw, 32px);
  }
}
.p-sec05_attention h3 small {
  font-size: min(4.125vw, 44px);
}
@media screen and (max-width: 767px) {
  .p-sec05_attention h3 small {
    font-size: min(4.6666666667vw, 28px);
  }
}
.p-sec05_attention p {
  margin-top: min(3.75vw, 40px);
  font-size: min(3vw, 32px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-sec05_attention p {
    margin-top: min(2.6666666667vw, 16px);
    font-size: min(3vw, 18px);
  }
}
@media screen and (max-width: 420px) {
  .p-sec05_attention p {
    font-size: 14px;
  }
}
.p-sec06 {
  padding-block: min(3.375vw, 36px) min(7.5vw, 80px);
  background-image: url("../img/bg/background3.jpg");
}
@media screen and (max-width: 767px) {
  .p-sec06 {
    padding-block: min(4vw, 24px) min(6.6666666667vw, 40px);
  }
}
.p-sec06_head {
  margin-inline: auto;
  width: 100%;
  max-width: 716px;
}
@media screen and (max-width: 767px) {
  .p-sec06_head {
    padding-inline: min(5.8333333333vw, 35px);
  }
}
.p-sec06_head img {
  width: 100%;
  height: auto;
}
.p-sec06_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: min(3.375vw, 36px);
}
@media screen and (max-width: 767px) {
  .p-sec06_list {
    flex-direction: column;
    gap: min(2.6666666667vw, 16px);
  }
}
.p-sec06_item {
  flex: 0 0 auto;
  padding-bottom: min(1.6875vw, 18px);
  width: calc(50% - min(1.6875vw, 18px));
  min-height: min(39.375vw, 420px);
  background-color: #fff;
  border-radius: min(2.25vw, 24px);
  border-width: min(0.9375vw, 10px);
  border-style: solid;
  border-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-sec06_item {
    padding-bottom: min(3.6666666667vw, 22px);
    width: 100%;
    border-width: min(1.3333333333vw, 8px);
  }
}
.p-sec06_item img {
  width: 100%;
  height: auto;
}
.p-sec06_item h3 {
  margin-top: min(2.25vw, 24px);
  margin-inline: auto;
  padding-inline: min(3.375vw, 36px);
  width: fit-content;
  font-size: min(3vw, 32px);
  color: #fff;
  line-height: 1.8;
  background-color: #F90005;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-sec06_item h3 {
    margin-top: min(4vw, 24px);
    padding-inline: min(6.3333333333vw, 38px);
    font-size: min(4.6666666667vw, 28px);
  }
}
.p-sec06_item p {
  margin-top: min(1.5vw, 16px);
  padding-inline: min(3.75vw, 40px);
  font-size: min(2.25vw, 24px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sec06_item p {
    margin-top: min(2vw, 12px);
    font-size: min(3.3333333333vw, 20px);
  }
}
@media screen and (max-width: 420px) {
  .p-sec06_item p {
    font-size: 14px;
  }
}
.p-sec07 {
  padding-block: min(7.5vw, 80px);
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .p-sec07 {
    padding-block: min(13.3333333333vw, 80px);
  }
}
.p-sec07_head h2 {
  position: relative;
  display: block;
  margin-inline: auto;
  padding-inline: min(10.5vw, 112px);
  width: fit-content;
  font-size: min(6.75vw, 72px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sec07_head h2 {
    padding-inline: min(14.6666666667vw, 88px);
    font-size: min(7vw, 42px);
  }
}
.p-sec07_head h2::before, .p-sec07_head h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: min(7.125vw, 76px);
  height: min(7.78125vw, 83px);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-sec07_head h2::before, .p-sec07_head h2::after {
    width: min(8.6666666667vw, 52px);
    height: sizeSP(57);
  }
}
.p-sec07_head h2::before {
  left: 0;
  background-image: url("../img/sec07/fukidashi-left.svg");
}
.p-sec07_head h2::after {
  right: 0;
  background-image: url("../img/sec07/fukidashi-right.svg");
}
.p-sec07_list {
  margin-top: min(7.5vw, 80px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(3.75vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-sec07_list {
    margin-top: min(6.6666666667vw, 40px);
    grid-template-columns: 1fr;
    gap: min(2.6666666667vw, 16px);
  }
}
.p-sec07_item {
  display: flex;
  flex-direction: column;
  padding-bottom: min(3.28125vw, 35px);
  background-color: #fff;
  border-width: min(0.9375vw, 10px);
  border-style: solid;
  border-radius: min(1.5vw, 16px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-sec07_item {
    padding-bottom: min(1.6666666667vw, 10px);
    border-width: min(1.3333333333vw, 8px);
    border-radius: min(2.6666666667vw, 16px);
  }
}
.p-sec07_item h3 {
  padding-block: min(1.875vw, 20px);
  font-size: min(4.5vw, 48px);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sec07_item h3 {
    padding-block: min(2.6666666667vw, 16px);
    font-size: min(5.3333333333vw, 32px);
  }
}
.p-sec07_item img {
  margin-top: min(2.25vw, 24px);
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-sec07_item img {
    margin-top: min(3.3333333333vw, 20px);
    margin-inline: auto;
    max-width: 296px;
  }
}
.p-sec07_item h4 {
  margin-top: min(2.25vw, 24px);
  font-size: min(3.375vw, 36px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sec07_item h4 {
    margin-top: min(3.3333333333vw, 20px);
    font-size: min(4vw, 24px);
  }
}
@media screen and (max-width: 420px) {
  .p-sec07_item h4 {
    font-size: 20px;
  }
}
.p-sec07_item .text {
  margin-top: min(1.5vw, 16px);
  padding-inline: min(1.3125vw, 14px);
  font-size: min(2.625vw, 28px);
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-sec07_item .text {
    margin-top: min(0.6666666667vw, 4px);
    font-size: min(3.3333333333vw, 20px);
  }
}
@media screen and (max-width: 420px) {
  .p-sec07_item .text {
    font-size: 14px;
  }
}
.p-sec07_item .price {
  margin-top: min(1.5vw, 16px);
  font-size: min(4.5vw, 48px);
  color: #F90005;
  font-weight: 700;
  text-align: center;
}
.p-sec07_item .price small {
  font-size: min(3vw, 32px);
}
.p-sec07_item .price span {
  font-size: min(3.375vw, 36px);
}
@media screen and (max-width: 767px) {
  .p-sec07_item .price {
    margin-top: min(0.6666666667vw, 4px);
    font-size: min(7vw, 42px);
  }
  .p-sec07_item .price small {
    font-size: siseSp(35);
  }
}
@media screen and (max-width: 420px) {
  .p-sec07_item .price {
    font-size: 28px;
  }
  .p-sec07_item .price small {
    font-size: 16px;
  }
}
.p-sec07_item:nth-child(1) {
  border-color: #3E89DC;
}
.p-sec07_item:nth-child(1) h3 {
  background-image: url("../img/bg/background3.jpg");
}
.p-sec07_item:nth-child(2) {
  border-color: #84B54A;
}
.p-sec07_item:nth-child(2) h3 {
  background-image: url("../img/bg/background4.jpg");
}
.p-sec07_item:nth-child(3) {
  border-color: #F36E07;
}
.p-sec07_item:nth-child(3) h3 {
  background-image: url("../img/bg/background.jpg");
}
.p-sec07_item:nth-child(4) {
  border-color: #FFCDE8;
}
.p-sec07_item:nth-child(4) h3 {
  background-image: url("../img/bg/background6.jpg");
}
.p-sec07_item:nth-child(5) {
  border-color: #9864A3;
}
.p-sec07_item:nth-child(5) h3 {
  background-image: url("../img/bg/background7.jpg");
}
.p-sec07_item:nth-child(6) {
  border-color: #FFD709;
}
.p-sec07_item:nth-child(6) h3 {
  background-image: url("../img/bg/background5.jpg");
}
.p-sec07_append {
  margin-top: min(7.5vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-sec07_append {
    margin-top: min(6.6666666667vw, 40px);
  }
}
.p-sec07_append p {
  margin-inline: auto;
  width: 100%;
  max-width: 800px;
  font-size: min(3vw, 32px);
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-sec07_append p {
    font-size: min(4vw, 24px);
  }
}
.p-sec08 {
  padding-block: min(7.5vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-sec08 {
    padding-block: min(9.3333333333vw, 56px);
  }
}
.p-sec08_head h2 {
  font-size: min(6.75vw, 72px);
  text-align: center;
}
.p-sec08_head h2 small {
  font-size: min(10.3333333333vw, 62px);
}
@media screen and (max-width: 767px) {
  .p-sec08_head h2 {
    font-size: min(7vw, 42px);
  }
  .p-sec08_head h2 small {
    font-size: min(6.3333333333vw, 38px);
  }
}
.p-sec08_container {
  display: flex;
  flex-direction: column;
  gap: min(3.75vw, 40px);
  margin-top: min(6vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-sec08_container {
    margin-top: min(5.3333333333vw, 32px);
  }
}
.p-sec08_row {
  padding-block: min(2.25vw, 24px);
  background-color: #E4F3F9;
}
@media screen and (max-width: 767px) {
  .p-sec08_row {
    padding-block: min(4vw, 24px);
  }
}
.p-sec08_row h3 {
  font-size: min(4.875vw, 52px);
  color: #348BD7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sec08_row h3 {
    font-size: min(4.3333333333vw, 26px);
  }
}
.p-sec08_list {
  margin-top: min(3.375vw, 36px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(1.5vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-sec08_list {
    margin-top: min(4vw, 24px);
    gap: min(2.6666666667vw, 16px);
  }
}
.p-sec08_item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  width: 20.8%;
}
@media screen and (max-width: 767px) {
  .p-sec08_item {
    width: 39.3%;
  }
}
@media screen and (max-width: 420px) {
  .p-sec08_item {
    width: 42%;
  }
}
.p-sec08_item .img {
  border-width: 2px;
  border-style: solid;
  border-color: #3E89DC;
}
.p-sec08_item .img img {
  width: 100%;
  height: auto;
}
.p-sec08_item h4 {
  margin-top: min(2.25vw, 24px);
  margin-bottom: min(1.5vw, 16px);
  font-size: min(2.625vw, 28px);
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-sec08_item h4 {
    margin-top: min(2.6666666667vw, 16px);
    margin-bottom: min(1.3333333333vw, 8px);
    font-size: min(3.3333333333vw, 20px);
  }
}
.p-sec08_item h4 small {
  font-size: min(2.25vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-sec08_item h4 small {
    font-size: min(3vw, 18px);
  }
}
.p-sec08_item .price {
  margin-top: auto;
  font-size: min(3.5625vw, 38px);
  color: #F90005;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-sec08_item .price {
    font-size: min(4vw, 24px);
  }
}
.p-sec08_item .price small {
  font-size: min(2.0625vw, 22px);
}
@media screen and (max-width: 767px) {
  .p-sec08_item .price small {
    font-size: min(3vw, 18px);
  }
}
.p-sec08_append {
  margin-top: min(6vw, 64px);
}
.p-sec08_append p {
  font-size: min(3.375vw, 36px);
  color: #333;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sec08_append p {
    font-size: min(4.3333333333vw, 26px);
  }
}
.p-sec08_attention {
  margin-top: min(6vw, 64px);
  padding-block: min(3.375vw, 36px);
  padding-inline: min(2.25vw, 24px);
  background-image: url("../img/bg/background5.jpg");
  border-radius: min(2.25vw, 24px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-sec08_attention {
    margin-top: min(5.3333333333vw, 32px);
    padding-block: min(4vw, 24px);
    padding-inline: min(4vw, 24px);
  }
}
.p-sec08_attention h3 {
  font-size: min(4.5vw, 48px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sec08_attention h3 {
    font-size: min(5.3333333333vw, 32px);
  }
}
.p-sec08_attention-list {
  margin-top: min(2.25vw, 24px);
  padding-block: min(1.5vw, 16px);
  padding-inline: min(3.375vw, 36px);
  background-color: #fff;
  border-radius: min(2.25vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-sec08_attention-list {
    margin-top: min(2.6666666667vw, 16px);
    padding-block: min(2.6666666667vw, 16px);
    padding-inline: min(2.6666666667vw, 16px);
  }
}
@media screen and (max-width: 420px) {
  .p-sec08_attention-list {
    font-size: 14px;
  }
}
.p-sec08_attention-list li {
  font-size: min(2.625vw, 28px);
  font-weight: 700;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-sec08_attention-list li {
    font-size: min(3.3333333333vw, 20px);
  }
}
.p-sec09 {
  padding-block: min(7.5vw, 80px);
  background-image: url("../img/bg/background6.jpg");
}
@media screen and (max-width: 767px) {
  .p-sec09 {
    padding-block: min(6.6666666667vw, 40px);
  }
}
.p-sec09_head h2 img {
  margin-inline: auto;
  width: min(36vw, 384px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-sec09_head h2 img {
    width: min(40vw, 240px);
  }
}
.p-sec09_container {
  margin-top: min(3.75vw, 40px);
  padding-block: min(0.9375vw, 10px) min(3.375vw, 36px);
  padding-inline: min(7.5vw, 80px);
  background-color: #fff;
  border-radius: min(3.75vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-sec09_container {
    margin-top: min(4vw, 24px);
    padding-block: min(2.6666666667vw, 16px);
    padding-inline: min(2.6666666667vw, 16px);
  }
}
.p-sec09_coins {
  margin-top: min(3vw, 32px);
  display: flex;
  justify-content: center;
  gap: min(3.75vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-sec09_coins {
    margin-top: min(4vw, 24px);
    gap: min(2.3333333333vw, 14px);
  }
}
.p-sec09_coins img {
  width: min(18.75vw, 200px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-sec09_coins img {
    width: min(26.6666666667vw, 160px);
  }
}
.p-sec09_list {
  margin-top: min(3.75vw, 40px);
  display: flex;
  flex-direction: column;
  gap: min(3.75vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-sec09_list {
    margin-top: min(4vw, 24px);
  }
}
.p-sec09_item {
  padding-block: min(2.8125vw, 30px);
  border-width: 10px;
  border-style: solid;
  border-color: #FFCDE8;
  border-radius: min(3.375vw, 36px);
}
@media screen and (max-width: 767px) {
  .p-sec09_item {
    border-width: min(1vw, 6px);
    border-radius: min(6vw, 36px);
  }
}
.p-sec09_item-inner {
  margin-block: min(2.25vw, 24px) 0;
  padding-inline: min(2.8125vw, 30px);
}
@media screen and (max-width: 767px) {
  .p-sec09_item-inner {
    margin-block: min(2.6666666667vw, 16px) 0;
    padding-inline: min(2.6666666667vw, 16px);
  }
}
.p-sec09_title {
  padding-block: min(1.5vw, 16px);
  padding-inline: min(3.75vw, 40px);
  font-size: min(2.625vw, 28px);
  color: #333;
  font-weight: 700;
  background-color: #FFCDE8;
}
@media screen and (max-width: 767px) {
  .p-sec09_title {
    padding-block: min(2.6666666667vw, 16px);
    padding-inline: min(1.5vw, 16px);
    font-size: min(3.3333333333vw, 20px);
  }
}
.p-sec09_photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(1.875vw, 20px);
}
@media screen and (max-width: 767px) {
  .p-sec09_photos {
    grid-template-columns: 1fr;
    margin-inline: auto;
    max-width: 302px;
    gap: min(4vw, 24px);
  }
}
.p-sec09_photos dl dt {
  display: grid;
  place-content: center;
  width: 100%;
  height: 40px;
  font-size: min(2.625vw, 28px);
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #54C2FB;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-sec09_photos dl dt {
    height: 34px;
    font-size: min(4.6666666667vw, 28px);
  }
}
.p-sec09_photos dl dd {
  margin-top: min(0.75vw, 8px);
}
@media screen and (max-width: 767px) {
  .p-sec09_photos dl dd {
    margin-top: min(1.3333333333vw, 8px);
  }
}
.p-sec09_photos dl dd img {
  width: 100%;
  height: auto;
}
.p-sec09_photos dl:nth-child(2) dt {
  background-color: #FF4043;
}
.p-sec09_info {
  margin-top: min(2.25vw, 24px);
  display: flex;
  gap: min(4.5vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-sec09_info {
    margin-top: min(2.6666666667vw, 16px);
    justify-content: center;
    gap: min(2.6666666667vw, 16px);
  }
}
.p-sec09_info dl {
  display: flex;
  align-items: center;
  font-size: min(2.25vw, 24px);
  font-weight: 700;
}
.p-sec09_info dl dt {
  padding-block: min(0.375vw, 4px);
  padding-inline: min(1.5vw, 16px);
  color: #fff;
  background-color: #989898;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-sec09_info dl dt {
    padding-block: min(0.6666666667vw, 4px);
    padding-inline: min(2vw, 12px);
    font-size: min(2.5vw, 15px);
  }
}
@media screen and (max-width: 420px) {
  .p-sec09_info dl dt {
    font-size: 10px;
  }
}
.p-sec09_info dl dd {
  margin-left: min(1.5vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-sec09_info dl dd {
    margin-left: min(1.6666666667vw, 10px);
    font-size: min(2.8333333333vw, 17px);
    font-size: 18px;
  }
}
@media screen and (max-width: 420px) {
  .p-sec09_info dl dd {
    font-size: 12px;
  }
}
.p-sec09_price {
  margin-top: min(2.25vw, 24px);
  display: flex;
  gap: min(5.25vw, 56px);
}
@media screen and (max-width: 767px) {
  .p-sec09_price {
    justify-content: center;
    margin-top: min(2.6666666667vw, 16px);
    gap: min(1.6666666667vw, 10px);
  }
}
.p-sec09_price dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-sec09_price dl dt {
  padding-block: min(0.75vw, 8px);
  padding-inline: min(1.5vw, 16px);
  font-size: min(2.625vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  color: #54C2FB;
  border-width: 2px;
  border-style: solid;
  border-color: #54C2FB;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .p-sec09_price dl dt {
    padding-block: min(1.3333333333vw, 8px);
    padding-inline: min(2vw, 12px);
    font-size: min(3.5vw, 21px);
    border-width: 2px;
    border-radius: 4px;
  }
}
.p-sec09_price dl dd {
  font-size: min(3.28125vw, 35px);
  color: #54C2FB;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-sec09_price dl dd {
    margin-top: min(1.6666666667vw, 10px);
    font-size: min(4.3333333333vw, 26px);
  }
}
.p-sec09_detail {
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .p-sec09_detail {
    margin-top: min(2.6666666667vw, 16px);
  }
}
.p-sec09_detail h4 {
  font-size: min(2.25vw, 24px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-sec09_detail h4 {
    font-size: min(3.3333333333vw, 20px);
  }
}
@media screen and (max-width: 420px) {
  .p-sec09_detail h4 {
    font-size: 16px;
  }
}
.p-sec09_detail p {
  margin-top: min(0.9375vw, 10px);
  font-size: min(1.875vw, 20px);
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-sec09_detail p {
    margin-top: min(1.6666666667vw, 10px);
    font-size: min(3.3333333333vw, 20px);
  }
}
@media screen and (max-width: 420px) {
  .p-sec09_detail p {
    font-size: 14px;
  }
}
.p-sec10 {
  padding-block: min(3.75vw, 40px) min(7.5vw, 80px);
  background-image: url("../img/bg/background3.jpg");
}
@media screen and (max-width: 767px) {
  .p-sec10 {
    padding-block: min(4vw, 24px) min(6.6666666667vw, 40px);
  }
}
.p-sec10_head {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-sec10_head h2 {
  font-size: min(6.75vw, 72px);
  color: #fff;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-sec10_head h2 {
    font-size: min(7vw, 42px);
  }
}
.p-sec10_head h2 small {
  font-size: min(5.8125vw, 62px);
}
@media screen and (max-width: 767px) {
  .p-sec10_head h2 small {
    font-size: min(6.3333333333vw, 38px);
  }
}
.p-sec10_head img {
  margin-left: min(7.5vw, 80px);
  width: min(16.125vw, 172px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-sec10_head img {
    margin-left: min(13.3333333333vw, 80px);
    width: min(18.6666666667vw, 112px);
  }
}
.p-sec10_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: min(3.75vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-sec10_list {
    gap: min(2.6666666667vw, 16px);
  }
}
.p-sec10_item {
  display: flex;
  padding-block: min(3.375vw, 36px);
  padding-inline: min(3.75vw, 40px);
  background-color: #fff;
  border-radius: min(2.25vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-sec10_item {
    flex-direction: column;
    align-items: center;
    padding-block: min(4vw, 24px);
    padding-inline: min(2.6666666667vw, 16px);
  }
}
.p-sec10_item-left {
  flex: 0 0 auto;
  width: min(15vw, 160px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-sec10_item-left {
    flex-direction: row;
    width: auto;
  }
}
.p-sec10_item-img {
  margin-inline: auto;
  width: min(13.59375vw, 145px);
  border-width: 2px;
  border-style: solid;
  border-color: #333;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-sec10_item-img {
    width: min(16.6666666667vw, 100px);
    border-width: 1px;
  }
}
.p-sec10_item-img img {
  width: 100%;
  height: auto;
}
.p-sec10_item-profile {
  margin-top: min(1.5vw, 16px);
  font-size: min(2.25vw, 24px);
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .p-sec10_item-profile {
    margin-top: 0;
    margin-left: min(2.6666666667vw, 16px);
    font-size: 16px;
  }
}
.p-sec10_item-right {
  flex: 1 1 auto;
  margin-left: min(2.625vw, 28px);
}
@media screen and (max-width: 767px) {
  .p-sec10_item-right {
    margin-top: min(4vw, 24px);
    margin-left: 0;
  }
}
.p-sec10_item-right h3 {
  font-size: min(3vw, 32px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-sec10_item-right h3 {
    font-size: min(3.6666666667vw, 22px);
  }
}
@media screen and (max-width: 420px) {
  .p-sec10_item-right h3 {
    font-size: 16px;
  }
}
.p-sec10_item-right p {
  margin-top: min(2.625vw, 28px);
  font-size: min(2.25vw, 24px);
  font-weight: 400;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .p-sec10_item-right p {
    margin-top: min(2.6666666667vw, 16px);
    font-size: min(3vw, 18px);
  }
}
@media screen and (max-width: 420px) {
  .p-sec10_item-right p {
    font-size: 14px;
  }
}
.p-sec11 {
  padding-block: min(7.5vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-sec11 {
    padding-block: min(6.6666666667vw, 40px);
  }
}
.p-sec11_head h2 {
  font-size: min(6.75vw, 72px);
  color: #348BD7;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sec11_head h2 {
    font-size: min(8.6666666667vw, 52px);
  }
}
.p-sec11_list {
  margin-top: min(3.75vw, 40px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(3.75vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-sec11_list {
    grid-template-columns: 1fr;
  }
}
.p-sec11_item {
  padding-block: min(3.75vw, 40px);
  padding-inline: min(3.375vw, 36px);
  min-height: min(31.875vw, 340px);
  background-color: #E4F3F9;
  border-radius: min(1.5vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-sec11_item {
    padding-block: min(4vw, 24px);
    padding-inline: min(2.6666666667vw, 16px);
    min-height: min(27.3333333333vw, 164px);
  }
}
.p-sec11_question dt, .p-sec11_question dd {
  position: relative;
  padding-left: min(6.1875vw, 66px);
}
@media screen and (max-width: 767px) {
  .p-sec11_question dt, .p-sec11_question dd {
    padding-left: min(9vw, 54px);
  }
}
.p-sec11_question dt::before, .p-sec11_question dd::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  width: min(5.25vw, 56px);
  height: min(5.25vw, 56px);
  font-size: min(3vw, 32px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  border-radius: 50%;
  background-color: #ccc;
}
@media screen and (max-width: 767px) {
  .p-sec11_question dt::before, .p-sec11_question dd::before {
    width: min(7.3333333333vw, 44px);
    height: min(7.3333333333vw, 44px);
    font-size: min(4vw, 24px);
  }
}
.p-sec11_question dt {
  font-size: min(2.625vw, 28px);
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-sec11_question dt {
    font-size: min(4vw, 24px);
  }
}
@media screen and (max-width: 420px) {
  .p-sec11_question dt {
    font-size: 16px;
  }
}
.p-sec11_question dt::before {
  content: "Q";
  background-color: #3E89DC;
}
.p-sec11_question dd {
  margin-top: min(3.5625vw, 38px);
  font-size: min(2.0625vw, 22px);
  color: #333;
  line-height: 1.72;
}
@media screen and (max-width: 767px) {
  .p-sec11_question dd {
    margin-top: min(4vw, 24px);
    font-size: min(3vw, 18px);
  }
}
@media screen and (max-width: 420px) {
  .p-sec11_question dd {
    font-size: 14px;
  }
}
.p-sec11_question dd::before {
  content: "A";
  background-color: #FF5A8E;
}
.p-sec12 {
  padding-block: min(5.25vw, 56px);
  background-image: url("../img/bg/background2.jpg");
}
@media screen and (max-width: 767px) {
  .p-sec12 {
    padding-block: min(6.6666666667vw, 40px);
  }
}
.p-sec12_container {
  padding-block: min(2.625vw, 28px);
  padding-inline: min(3.75vw, 40px);
  background-color: #fff;
  border-radius: min(3.75vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-sec12_container {
    padding-block: min(4.6666666667vw, 28px);
    padding-inline: min(2.6666666667vw, 16px);
  }
}
.p-sec12_top {
  position: relative;
}
.p-sec12_top-box {
  padding: min(1.6875vw, 18px);
  width: min(59.53125vw, 635px);
  border-width: min(0.5625vw, 6px);
  border-style: solid;
  border-color: #348BD7;
  border-radius: min(3.375vw, 36px);
}
@media screen and (max-width: 767px) {
  .p-sec12_top-box {
    padding-block: min(4vw, 24px);
    padding-inline: min(2.6666666667vw, 16px);
    width: 100%;
    border-width: min(1vw, 6px);
    border-radius: min(6vw, 36px);
  }
}
.p-sec12_top-title {
  font-size: min(3.75vw, 40px);
  font-weight: 700;
  line-height: 1.425;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-sec12_top-title {
    font-size: min(3.3333333333vw, 20px);
    line-height: 2;
  }
}
.p-sec12_top-img {
  position: absolute;
  top: 0;
  right: 0;
  width: min(32.90625vw, 351px);
}
@media screen and (max-width: 767px) {
  .p-sec12_top-img {
    width: min(31.3333333333vw, 188px);
    top: min(4.5vw, 27px);
    right: min(3.8333333333vw, 23px);
  }
}
.p-sec12_top-img img {
  width: 100%;
  height: auto;
}
.p-sec12_top-access {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: min(2.25vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-sec12_top-access {
    flex-direction: column;
    width: min(47.8333333333vw, 287px);
  }
}
.p-sec12_top-time {
  flex: 0 0 auto;
  display: grid;
  place-content: center;
  width: min(13.125vw, 140px);
  height: min(6.1875vw, 66px);
  border-width: 2px;
  border-style: solid;
  border-color: #F90005;
  border-radius: min(0.75vw, 8px);
}
@media screen and (max-width: 767px) {
  .p-sec12_top-time {
    display: block;
    width: min(48.3333333333vw, 290px);
  }
}
.p-sec12_top-time p {
  font-size: min(1.6875vw, 18px);
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-sec12_top-time p {
    font-size: min(3vw, 18px);
  }
}
.p-sec12_top-time p strong {
  font-size: min(2.25vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-sec12_top-time p strong {
    font-size: min(4vw, 24px);
  }
}
.p-sec12_top-time p span {
  font-size: min(1.875vw, 20px);
}
@media screen and (max-width: 767px) {
  .p-sec12_top-time p span {
    font-size: min(3.3333333333vw, 20px);
  }
}
.p-sec12_top-tel {
  flex: 0 0 auto;
  margin-left: min(1.5vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-sec12_top-tel {
    margin-top: 8px;
    margin-left: 0;
  }
}
.p-sec12_top-tel a {
  font-size: min(5.625vw, 60px);
  line-height: 1;
  font-weight: 700;
  color: #F90005;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-sec12_top-tel a {
    font-size: min(6.6666666667vw, 40px);
    letter-spacing: 0;
  }
}
.p-sec12_top-append {
  margin-top: min(2.25vw, 24px);
  font-size: min(2.53125vw, 27px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.02em;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-sec12_top-append {
    margin-top: min(1.3333333333vw, 8px);
    font-size: min(3vw, 18px);
  }
}
.p-sec12_bottom {
  margin-top: min(1.40625vw, 15px);
  padding: min(1.5vw, 16px);
  background-color: #DEDEDE;
  border-radius: min(2.25vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-sec12_bottom {
    margin-top: min(2.5vw, 15px);
    padding: min(2.6666666667vw, 16px);
    border-radius: min(4vw, 24px);
  }
}
.p-sec12_bottom-title {
  font-size: min(2.53125vw, 27px);
  font-weight: 700;
  color: #333;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-sec12_bottom-title {
    font-size: min(4.5vw, 27px);
  }
}
.p-sec12_bottom-buttons {
  margin-top: min(1.40625vw, 15px);
  display: flex;
  justify-content: center;
  gap: min(1.40625vw, 15px);
}
@media screen and (max-width: 767px) {
  .p-sec12_bottom-buttons {
    margin-top: min(2.5vw, 15px);
    gap: min(2.5vw, 15px);
  }
}
.p-sec12_bottom-buttons a {
  position: relative;
  flex: 0 0 auto;
  display: block;
  width: min(22.5vw, 240px);
}
@media screen and (max-width: 767px) {
  .p-sec12_bottom-buttons a {
    width: 50%;
  }
}
.p-sec12_bottom-buttons a::after {
  content: "";
  position: absolute;
  top: 1%;
  left: 1%;
  width: 95%;
  height: 91%;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  opacity: 0;
}
.p-sec12_bottom-buttons a:hover::after {
  opacity: 1;
}
.p-sec12_bottom-buttons a img {
  width: 100%;
  height: auto;
}
.p-sec12_attention {
  margin-top: min(1.40625vw, 15px);
}
@media screen and (max-width: 767px) {
  .p-sec12_attention {
    margin-top: min(2.5vw, 15px);
  }
}
.p-sec12_attention p {
  font-size: min(1.875vw, 20px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-sec12_attention p {
    font-size: min(3vw, 18px);
  }
}
@media screen and (max-width: 420px) {
  .p-sec12_attention p {
    font-size: 14px;
  }
}
.p-sec13 {
  padding-block: 90px;
  background-color: #E4F3F9;
}
@media screen and (max-width: 767px) {
  .p-sec13 {
    padding-block: 70px;
  }
}
.p-sec13_contact {
  padding-block: min(3.75vw, 40px);
  padding-inline: min(3.75vw, 40px);
  background-color: #fff;
  border-radius: min(3.75vw, 40px);
  box-shadow: 3px 7px 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-sec13_contact {
    padding-block: min(6vw, 36px);
    padding-inline: min(5.3333333333vw, 32px);
    border-radius: min(6.6666666667vw, 40px);
  }
}
.p-sec13_title {
  font-size: min(4.875vw, 52px);
  font-weight: 700;
  color: #348BD7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sec13_title {
    font-size: min(8.6666666667vw, 52px);
  }
}
.p-sec13_form {
  margin-top: min(6vw, 64px);
  padding-inline: min(1.5vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-sec13_form {
    margin-top: min(6.6666666667vw, 40px);
  }
}
.p-sec13_form-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: min(3.75vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-sec13_form-container {
    gap: min(4vw, 24px);
  }
}
.p-sec13_form dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.p-sec13_form dl.top {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-sec13_form dl {
    flex-direction: column;
    align-items: flex-start;
    padding-inline: siseSp(16);
  }
}
.p-sec13_form dl dt {
  display: flex;
  align-items: center;
  font-size: min(1.96875vw, 21px);
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-sec13_form dl dt {
    font-size: min(3.5vw, 21px);
  }
}
@media screen and (max-width: 420px) {
  .p-sec13_form dl dt {
    font-size: 16px;
  }
}
.p-sec13_form dl dt span {
  display: inline-block;
  margin-left: 16px;
  padding-inline: 8px;
  font-size: min(1.3125vw, 14px);
  color: #fff;
  line-height: 2.1;
  background-color: #F90005;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-sec13_form dl dt span {
    margin-left: min(2.6666666667vw, 16px);
    padding-inline: min(1.3333333333vw, 8px);
    font-size: min(2.3333333333vw, 14px);
  }
}
@media screen and (max-width: 420px) {
  .p-sec13_form dl dt span {
    margin-left: 8px;
    padding-inline: 8px;
    font-size: 12px;
  }
}
.p-sec13_form dl dt.top {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-sec13_form dl dt.top {
    padding-top: 0;
  }
}
.p-sec13_form dl dd {
  flex: 0 0 auto;
  width: 59%;
  display: grid;
  grid-template-columns: 1fr;
  gap: min(3.75vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-sec13_form dl dd {
    width: 100%;
  }
}
.p-sec13_form dl dd input, .p-sec13_form dl dd textarea {
  padding-block: min(0.75vw, 8px);
  padding-inline: min(1.5vw, 16px);
  width: 100%;
  font-size: min(1.96875vw, 21px);
}
.p-sec13_form dl dd input::placeholder, .p-sec13_form dl dd textarea::placeholder {
  color: #989898;
}
@media screen and (max-width: 767px) {
  .p-sec13_form dl dd input, .p-sec13_form dl dd textarea {
    margin-top: min(2.6666666667vw, 16px);
    padding-block: min(1.3333333333vw, 8px);
    padding-inline: min(2.6666666667vw, 16px);
    font-size: 17px;
  }
}
@media screen and (max-width: 420px) {
  .p-sec13_form dl dd input, .p-sec13_form dl dd textarea {
    font-size: 16px;
  }
}
.p-sec13_form dl dd input:not([type=file]), .p-sec13_form dl dd textarea {
  border-width: 1px;
  border-style: solid;
  border-color: #333;
  background-color: #EFEFEF;
  border-radius: min(0.75vw, 8px);
  outline: none;
}
.p-sec13_form dl dd input {
  display: block;
  width: 100%;
}
.p-sec13_form dl dd textarea {
  height: 100px;
}
.p-sec13_form dl dd textarea::placeholder {
  color: #333;
}
.p-sec13_form-button {
  margin-top: min(6vw, 64px);
  padding-block: min(1.125vw, 12px);
  width: 100%;
  font-size: min(2.8125vw, 30px);
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #348BD7;
  border-radius: min(0.75vw, 8px);
  border: 0;
  outline: none;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-sec13_form-button {
    margin-top: min(6.6666666667vw, 40px);
    padding-block: min(2vw, 12px);
    font-size: min(5vw, 30px);
    border-radius: min(1.3333333333vw, 8px);
  }
}
.p-sec13_form-button:hover {
  background-color: #246298;
}
.p-sec13_append {
  margin-top: min(3.75vw, 40px);
  padding-block: min(3.375vw, 36px);
  padding-inline: min(2.25vw, 24px);
  width: 100%;
  background-image: url("../img/bg/background5.jpg");
  border-radius: min(2.25vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-sec13_append {
    margin-top: min(6.6666666667vw, 40px);
    padding-block: min(4vw, 24px);
    padding-inline: min(4vw, 24px);
  }
}
.p-sec13_append-title {
  font-size: min(4.5vw, 48px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sec13_append-title {
    font-size: min(5.3333333333vw, 32px);
  }
}
.p-sec13_append-container {
  margin-top: min(2.25vw, 24px);
  padding-block: min(1.5vw, 16px);
  padding-inline: min(3.375vw, 36px);
  background-color: #fff;
  border-radius: min(2.25vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-sec13_append-container {
    padding-block: min(2.6666666667vw, 16px);
    padding-inline: min(2.6666666667vw, 16px);
    border-radius: min(2.6666666667vw, 16px);
  }
}
.p-sec13_append-container img {
  width: 100%;
  height: auto;
  border-radius: min(1.5vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-sec13_append-container img {
    margin-top: min(2.6666666667vw, 16px);
    border-radius: min(2.6666666667vw, 16px);
  }
}
.p-sec13_append p {
  margin-top: min(1.5vw, 16px);
  font-size: min(2.625vw, 28px);
  font-weight: 700;
  line-height: 1.64;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sec13_append p {
    margin-top: min(2.6666666667vw, 16px);
    font-size: min(3.3333333333vw, 20px);
    line-height: 1.8;
  }
}
@media screen and (max-width: 420px) {
  .p-sec13_append p {
    font-size: 14px;
  }
}
.p-thanks {
  padding-block: 80px 120px;
}
@media screen and (max-width: 1023px) {
  .p-thanks {
    padding-block: 60px 80px;
  }
}
.p-thanks h1 {
  font-size: 40px;
  color: #348BD7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks h1 {
    font-size: min(6.6666666667vw, 40px);
  }
}
.p-thanks_inner {
  margin-top: 40px;
  padding: 40px;
  background-color: #E4F3F9;
  border-radius: 16px;
}
@media screen and (max-width: 1023px) {
  .p-thanks_inner {
    border-radius: 8px;
  }
}
.p-thanks p {
  font-size: 16px;
  line-height: 1.8;
}
.p-thanks p:not(:first-child) {
  margin-top: 1.5em;
}
@media screen and (max-width: 1023px) {
  .p-thanks p {
    font-size: 14px;
  }
}
.p-thanks_buttons {
  margin-top: 60px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 1023px) {
  .p-thanks_buttons {
    margin-top: 40px;
  }
}
.p-thanks_buttons a {
  padding: 12px 20px;
  display: block;
  color: #fff;
  font-size: 18px;
  background-color: #348BD7;
  border-radius: 8px;
  transition: 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .p-thanks_buttons a {
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 4px;
  }
}
.p-thanks_buttons a:hover {
  background-color: #246298;
}
.u-mgt-10 {
  margin-top: 10px !important;
}

.u-mgt-20 {
  margin-top: 20px !important;
}

.u-mgt-30 {
  margin-top: 30px !important;
}

.u-mgt-40 {
  margin-top: 40px !important;
}

.u-mgt-50 {
  margin-top: 50px !important;
}

.u-mgt-60 {
  margin-top: 60px !important;
}

.u-mgt-70 {
  margin-top: 70px !important;
}

.u-mgt-80 {
  margin-top: 80px !important;
}

.u-mgt-90 {
  margin-top: 90px !important;
}

.u-mgt-100 {
  margin-top: 100px !important;
}

.u-mgt-110 {
  margin-top: 110px !important;
}

.u-mgt-120 {
  margin-top: 120px !important;
}

.u-mgt-130 {
  margin-top: 130px !important;
}

.u-mgt-140 {
  margin-top: 140px !important;
}

.u-mgt-150 {
  margin-top: 150px !important;
}

.u-mgt-160 {
  margin-top: 160px !important;
}

.u-mgt-170 {
  margin-top: 170px !important;
}

.u-mgt-180 {
  margin-top: 180px !important;
}

.u-mgt-190 {
  margin-top: 190px !important;
}

.u-mgt-200 {
  margin-top: 200px !important;
}

/* ---------- sp/tab Show Hide ----------*/
@media screen and (min-width: 1024px) {
  .u-tab-show {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .u-tab-hide {
    display: none;
  }
}

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

@media screen and (max-width: 767px) {
  .u-sp-hide {
    display: none;
  }
}

.u-container {
  margin: 0 auto;
  padding-inline: 40px;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 1023px) {
  .u-container {
    padding-inline: min(6.5vw, 35px);
  }
}
@media screen and (max-width: 767px) {
  .u-container {
    padding-inline: 16px;
  }
}

/* === SP固定フッター === */
.sp-sticky-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;

  display: none; /* 기본は非表示（SPでだけ表示） */
  gap: 8px;
  padding: 8px;
  padding-bottom: calc(8px + env(safe-area-inset-bottom)); /* iPhone下の余白 */
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -6px 20px rgba(0,0,0,0.08);
}

/* 3つ横並び（均等幅） */
.sp-sticky-footer__btn {
  flex: 1;
  display: block;
  line-height: 0; /* 画像下の余白対策 */
  text-decoration: none;
}

/* 画像はボタン領域いっぱいに */
.sp-sticky-footer__btn img {
  width: 100%;
  height: auto;
  display: block;
}

/* スマホ幅のときだけ表示（必要に応じて幅は変更OK） */
@media (max-width: 768px) {
  .sp-sticky-footer {
    display: flex;
  }

  /* 固定フッターに隠れないよう、ページ下に余白を足す */
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }
}
