@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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%; /* 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;
  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, 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 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, 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
/*select*/,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* modal Animation */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateX(5%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
@keyframes mmslideIn2 {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut2 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
/* 仮 */
:root {
  --black: #333;
  --gray-line: #eee;
  --gray-bg: #efefef;
  --gray-bg2: #f8f8f8;
  --blue: #3c85c6;
  --purple: #1b224c;
  --orange: #ffb81d;
  --yellow: #eeff00;
  --yellow2: #e0db2a;
  --red: #f00;
  --red-cta1: #d51c1c;
  --red-cta2: #e61010;
  --green: #58aa35;
}

:root {
  scroll-padding: 58px;
}
@media (768px <= width) {
  :root {
    scroll-padding: 80px;
  }
}

body {
  overflow-x: hidden;
}

body {
  background: #fff;
  color: var(--color-black);
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

@media (pointer: fine), (hover: hover) {
  a:where([href^="tel:"]) {
    pointer-events: none;
  }
}
.hidden {
  display: none;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.break-keep {
  word-break: keep-all;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-sm {
  font-size: 0.875rem; /* 14px */
  line-height: 1.25rem; /* 20px */
}

.text-xs {
  font-size: 0.75rem; /* 12px */
  line-height: 1rem; /* 16px */
}

.text-lg {
  font-size: 1.125rem; /* 18px */
  line-height: 1.75rem; /* 28px */
}

.text-2xl {
  font-size: 1.5rem; /* 24px */
  line-height: 2rem; /* 32px */
}

.text-white {
  color: rgb(255 255 255/var(--tw-text-opacity, 1));
}

.mt-4 {
  margin-top: 1rem; /* 16px */
}

.mb-4 {
  margin-bottom: 1rem; /* 16px */
}

.mt-5 {
  margin-top: 1.25rem; /* 20px */
}

.mb-5 {
  margin-bottom: 1.25rem; /* 20px */
}

.mb-6 {
  margin-bottom: 1.5rem; /* 24px */
}

.mb-10 {
  margin: 2.5rem; /* 40px */
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.p-2 {
  padding: 0.5rem; /* 8px */
}

.pt-6 {
  padding-top: 1.5rem; /* 24px */
}

.gap-2 {
  gap: 0.5rem; /* 8px */
}

.gap-y-2 {
  row-gap: 0.5rem; /* 8px */
}

.flex-wrap {
  flex-wrap: wrap;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

section {
  padding: 3rem 0.5rem 8rem;
}

section.subsection {
  padding: 0;
}

/* ==========================================================================
= Text Utilities
========================================================================== */
/* Text Color */
.text-orange {
  color: var(--orange);
}

/* -- Background Utilities ------------------------------------------------ */
.bg-purple {
  background-color: var(--purple);
}

.bg-yellow {
  background-color: var(--yellow);
}

.dummy {
  display: grid;
  place-content: center;
  min-height: 500px;
  border: 1px solid #eee;
  text-align: center;
}

a.btn,
button.btn,
input[type=submit].btn {
  display: grid;
  place-items: center;
  padding: 0.5rem;
  border-radius: 0.25rem;
  text-align: center;
  line-height: 1;
}
@media (hover: hover) {
  a.btn,
  button.btn,
  input[type=submit].btn {
    transition-property: background-color, opacity, filter, transform;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); /* easeOutQuint */
  }
  a.btn:hover,
  button.btn:hover,
  input[type=submit].btn:hover {
    filter: brightness(1.1);
  }
}

a.btn--cta {
  container-type: inline-size;
  max-width: 23.75rem;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.5rem !important;
  line-height: 1.5;
  color: #fff;
}
a.btn--cta p {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding: 2.5cqw 0;
  padding-left: 4rem;
  padding-left: 22cqw;
  text-align: left;
  font-size: clamp(0.813rem, -0.642rem + 7.27vw, 1.063rem);
  font-weight: bold;
}
a.btn--cta p strong {
  color: var(--yellow);
}

a.btn--cta1 {
  background-color: var(--red-cta1);
}
a.btn--cta1 p {
  background: url(../img/icn_cta1.svg) left 5cqw center no-repeat;
  background-size: 13cqw auto;
}

a.btn--cta2 {
  background-color: var(--red-cta2);
}
a.btn--cta2 p {
  background: url(../img/icn_cta2.svg) left 5cqw center no-repeat;
  background-size: 13cqw auto;
}

a.btn--header1 {
  background-color: var(--blue);
  color: #fff;
  font-weight: bold;
}

a.btn--header2 {
  background-color: var(--orange);
  color: #fff;
  font-weight: bold;
}

ul.ctaBtns {
  display: grid;
  gap: 1rem;
}
@media (768px <= width) {
  ul.ctaBtns {
    display: grid;
    grid-template-columns: repeat(2, auto);
    width: 780px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

ul.faqlist {
  display: grid;
  gap: 2rem;
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}
ul.faqlist li {
  position: relative;
  padding: 0;
  background-color: var(--gray-bg);
  border-radius: 0.5rem;
  cursor: pointer;
}
ul.faqlist li::after {
  position: absolute;
  display: block;
  width: 10px;
  height: 20px;
  right: 1rem;
  top: 2rem;
  content: "";
  background: url(../img/arrow_r.svg) center center no-repeat;
  background-size: contain;
  transition: 0.2s;
}
ul.faqlist li.is-open::after {
  transform: rotate(90deg);
}
ul.faqlist li .question,
ul.faqlist li .answer {
  position: relative;
  padding: 1.5rem;
  padding-left: 5rem;
  padding-right: 2.5rem;
}
ul.faqlist li .answer {
  display: none;
  margin-top: 1rem;
  background-color: var(--gray-bg2);
  border-radius: 0 0 0.5rem 0.5rem;
}
ul.faqlist li .question::before,
ul.faqlist li .answer::before {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 1.5rem;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
ul.faqlist li .question::before {
  content: "Q";
  color: var(--blue);
}
ul.faqlist li .answer::before {
  content: "A";
  color: var(--orange);
}

section.heroSec {
  position: relative;
  padding: 0;
  padding-top: 58px;
  background: url(../img/hero_bg.webp) 70% center no-repeat;
  background-size: auto 100%;
}
@media (768px <= width) {
  section.heroSec {
    height: 594px;
    padding-top: 80px;
    background-position: calc(50% + 70px) bottom;
  }
}
section.heroSec .hero__catch1 {
  display: grid;
  position: relative;
  align-content: center;
  padding: 5px 10px 10px;
  background-color: rgba(60, 133, 198, 0.9);
  color: #fff;
}
section.heroSec .hero__catch1 p {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
  font-size: 22px;
  font-size: clamp(1.375rem, 1.107rem + 1.34vw, 1.75rem);
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-underline-offset: 8px;
  text-decoration-thickness: 3px;
}
section.heroSec .hero__catch1 p strong {
  color: var(--orange);
}
@media (768px <= width) {
  section.heroSec .hero__catch1 {
    height: 98px;
    font-size: 28px;
  }
  section.heroSec .hero__catch1 br {
    display: none;
  }
  section.heroSec .hero__catch1 p {
    text-decoration-thickness: 5px;
    text-underline-offset: 20px;
  }
}
@media (1024px <= width) {
  section.heroSec .hero__catch1 p {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    white-space: nowrap;
  }
}
@media (1280px <= width) {
  section.heroSec .hero__catch1 p {
    transform: translateX(-530px);
  }
}
section.heroSec .hero__fuki {
  width: fit-content;
  margin: 0.25rem 1rem 0 auto;
  padding-left: 90px;
}
@media (1024px <= width) {
  section.heroSec .hero__fuki {
    position: absolute;
    margin: auto;
    padding: 0;
    top: 182px;
    right: 1rem;
  }
}
@media (1280px <= width) {
  section.heroSec .hero__fuki {
    padding: 0;
    top: 115px;
    left: 50%;
    right: auto;
    transform: translateX(335px);
  }
}
section.heroSec .hero__textbox {
  position: relative;
  container-type: inline-size;
  width: 396px;
  max-width: 100%;
  aspect-ratio: 396/252;
  margin-top: 1rem;
  font-weight: bold;
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white;
}
@media (768px <= width) {
  section.heroSec .hero__textbox {
    position: absolute;
    top: 194px;
    left: 2rem;
  }
}
@media (1024px <= width) {
  section.heroSec .hero__textbox {
    position: absolute;
    top: 194px;
    left: 50%;
    transform: translateX(-480px);
  }
}
@media (768px <= width) {
  section.heroSec .hero__textbox {
    text-shadow: none;
  }
}
section.heroSec .hero__textbox .line1,
section.heroSec .hero__textbox .line2 {
  display: block;
  position: absolute;
  content: "";
  height: 1px;
  background-color: var(--black);
  box-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white;
}
@media (768px <= width) {
  section.heroSec .hero__textbox .line1,
  section.heroSec .hero__textbox .line2 {
    box-shadow: none;
  }
}
section.heroSec .hero__textbox .line1 {
  width: 55.0505050505cqw;
  top: 23.7373737374cqw;
  left: 44.9494949495cqw;
}
section.heroSec .hero__textbox .line2 {
  width: 100cqw;
  top: 63.3838383838cqw;
  left: 0;
}
section.heroSec .hero__textbox .name_en {
  position: absolute;
  top: 0cqw;
  left: 15.6565656566cqw;
  font-size: 4.0404040404cqw;
  letter-spacing: 0.2em;
}
section.heroSec .hero__textbox .name_jp {
  position: absolute;
  top: 6.8181818182cqw;
  left: 13.8888888889cqw;
  font-size: 7.5757575758cqw;
  font-weight: normal;
}
section.heroSec .hero__textbox .benef_text1 {
  position: absolute;
  top: 18.9393939394cqw;
  left: 2.7777777778cqw;
  font-size: 5.5555555556cqw;
  line-height: 10.101010101cqw;
}
section.heroSec .hero__textbox .benef_text2 {
  position: absolute;
  top: 29.797979798cqw;
  left: 2.7777777778cqw;
  font-size: 10.8585858586cqw;
  line-height: 15.1515151515cqw;
  text-align: center;
}
section.heroSec .hero__textbox .benef_text2 strong {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 1.2626262626cqw;
  text-underline-offset: 2.5252525253cqw;
}
section.heroSec .ctaBtns {
  padding: 2rem 0.5rem;
}
@media (768px <= width) {
  section.heroSec .ctaBtns {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.simsheet__body {
  display: none;
  padding-bottom: 3rem;
}
.simsheet__body .step {
  width: fit-content;
  margin-bottom: 0.5rem;
  background-color: var(--blue);
  border-radius: 0.25rem;
  color: #fff;
  line-height: 1;
  padding: 0.5rem 1rem;
}
.simsheet__body .inst {
  font-weight: bold;
}
.simsheet__body .label {
  margin-bottom: 0.5rem;
}
.simsheet__body input[type=number] {
  width: 5rem;
  border: 2px solid var(--black);
  padding: 0.25rem 0.5rem;
  text-align: center;
  background-color: rgba(238, 255, 0, 0.5);
}
.simsheet__body .unit {
  display: inline-block;
  width: fit-content;
  font-size: 0.875rem;
  margin-left: 0.25rem;
}
.simsheet__body small {
  margin-top: 0.25rem;
  display: block;
}
.simsheet__body .box {
  line-height: 1.8;
  border: 1px solid var(--blue);
  background-color: rgba(60, 133, 198, 0.1);
  padding: 1rem;
}
.simsheet__body .text-marker {
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-underline-offset: 1px;
  text-decoration-thickness: 5px;
}
.simsheet__body ul.steplist {
  margin-top: 3rem;
  display: grid;
  gap: 2rem;
}
.simsheet__body ul.inputlist {
  margin-top: 1rem;
  padding-left: 1rem;
  display: grid;
  gap: 1rem;
}
.simsheet__body li.answer {
  padding: 2rem 0 3rem;
  font-size: 20px;
}
.simsheet__body li.answer .unit {
  margin-left: 0;
  font-size: 20px;
}
.simsheet__body li.answer .answer__num {
  margin: 0 0.25rem;
  padding: 0 0.25rem;
  font-size: 30px;
  background: rgba(255, 184, 29, 0.5);
}
.simsheet__body li.answer--last strong {
  display: block;
  margin-bottom: 1rem;
}
.simsheet__body li.answer--last .answer__num {
  background: rgba(255, 184, 29, 0.9);
  font-size: 36px;
  font-weight: bold;
}
.simsheet__body li.answer br {
  display: none;
}
@media (640px <= width) {
  .simsheet__body li.answer {
    text-align: center;
  }
  .simsheet__body li.answer br {
    display: block;
  }
}
@media (640px <= width) {
  .simsheet__body ul.inputlist > li {
    display: grid;
    grid-template-columns: 280px 1fr;
  }
  .simsheet__body ul.inputlist > li .label {
    grid-row: 1/3;
  }
  .simsheet__body ul.inputlist > li small {
    grid-column: 2/3;
  }
}

h2.section__title {
  margin-bottom: 3rem;
  color: var(--blue);
  font-size: 2.125rem;
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
  font-feature-settings: "palt";
  padding-bottom: 3.75rem;
  background: url(../img/title_line.svg) bottom center no-repeat;
}
h2.section__title strong {
  color: var(--orange);
}

h3.section__title {
  margin-bottom: 2rem;
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
  font-feature-settings: "palt";
}

h3.item_title {
  color: var(--blue);
  font-weight: bold;
  word-break: keep-all;
  font-feature-settings: "palt";
}

.text-catch {
  color: var(--blue);
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
  font-feature-settings: "palt";
}
.text-catch strong {
  color: var(--orange);
}

header {
  position: fixed;
  z-index: 500;
  width: 100%;
  height: 58px;
  padding: 0.25rem;
  background-color: white;
}
header.is-open {
  background: none;
}
header .logo {
  display: grid;
  max-width: 180px;
  height: 100%;
  align-items: center;
}
header .telarea {
  display: none;
}
header .headerBtns {
  display: none;
}
header button#btnHam {
  position: absolute;
  z-index: 300;
  display: block;
  top: 0.25rem;
  right: 0.25rem;
  width: 50px;
  height: 50px;
}
header button#btnHam span {
  position: absolute;
  display: block;
  width: 32px;
  height: 2px;
  left: 9px;
  background-color: var(--blue);
  transition-property: background-color, opacity, filter, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); /* easeOutQuint */
}
header button#btnHam span:nth-of-type(1) {
  top: 14px;
}
header button#btnHam span:nth-of-type(2) {
  top: 24px;
}
header button#btnHam span:nth-of-type(3) {
  top: 34px;
}
header button#btnHam.is-open span:nth-of-type(1) {
  top: auto;
  transform: rotate(45deg);
}
header button#btnHam.is-open span:nth-of-type(2) {
  opacity: 0;
}
header button#btnHam.is-open span:nth-of-type(3) {
  top: auto;
  transform: rotate(-45deg);
}
@media (768px <= width) {
  header {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: auto auto 1fr;
    align-content: center;
    height: 80px;
    padding-right: 0.5rem;
    background-color: rgba(255, 255, 255, 0.8);
    transition: background-color 0.3s ease-in-out; /* 背景色の変化をスムーズに */
  }
  header.scrolled {
    background-color: #fff;
  }
  header .logo {
    max-width: 251px;
  }
  header .telarea {
    display: grid;
  }
  header ul.headerBtns {
    display: grid;
    gap: 1rem;
    justify-content: flex-end;
    align-content: center;
    grid-template-columns: repeat(2, auto);
  }
  header ul.headerBtns .btn {
    width: 9.375rem;
  }
  header button#btnHam {
    display: none;
  }
}

.telarea {
  gap: 0.25rem;
  align-content: center;
  color: var(--blue);
  line-height: 1;
  text-align: center;
}
.telarea .time {
  font-size: 0.875rem;
}
.telarea .tel {
  font-size: 1.125rem;
}

aside {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
aside .spNav {
  display: none;
}
aside .spNav.is-open {
  position: fixed;
  z-index: 80;
  display: grid;
  justify-content: center;
  align-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(239, 239, 239, 0.97);
}
aside .spNav.is-open ul.headerBtns {
  display: grid;
  gap: 1rem;
  justify-content: center;
  align-content: center;
  margin-bottom: 2rem;
  padding: 0 2rem;
}
aside .spNav.is-open ul.headerBtns .btn {
  width: 23.75rem;
  max-width: 100%;
  padding: 1rem;
}
aside .spNav[aria-hidden=false] > div {
  opacity: 0;
  transform: translateX(15%);
  animation: mmslideIn 0.3s forwards, mmfadeIn 0.3s forwards;
  animation-delay: 0.1s;
}
aside .spNav[aria-hidden=true] {
  animation: mmfadeOut 0.2s forwards;
}

footer {
  border-top: 1px solid var(--gray-line);
}
footer .footer__nav {
  max-width: 448px;
}
footer .footer__nav li {
  width: 33%;
  text-align: center;
  justify-self: center;
}
footer .officeInfos {
  max-width: 280px;
}
@media (640px <= width) {
  footer .officeInfos {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 2rem;
    width: fit-content;
    max-width: 100%;
  }
}
footer .snsBtns {
  max-width: 280px;
}
@media (640px <= width) {
  footer .footer__bottom {
    width: 1024px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.5rem;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: flex-end;
  }
  footer .footer__bottom .snsBtns {
    margin-right: 0.5rem;
    margin-bottom: 1.25rem;
  }
}
@media (768px <= width) {
  footer .footer__top {
    width: 1024px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.5rem;
    display: grid;
    grid-template-columns: repeat(2, auto);
    align-items: flex-start;
  }
  footer .footer__top .logo {
    text-align: left;
  }
}
@media (1024px <= width) {
  footer .footer__top {
    align-items: center;
  }
  footer .footer__top .footer__nav {
    min-width: 100%;
    margin-bottom: 1rem;
    flex-wrap: nowrap;
    gap: 0.75rem;
    justify-content: flex-end;
  }
  footer .footer__top .footer__nav li {
    width: auto;
  }
}

section.ctaSec {
  position: relative;
  padding: 2rem 0.5rem;
}
section.ctaSec::after {
  position: absolute;
  z-index: -1;
  display: block;
  height: 100%;
  content: "";
  background: #f0f0f0;
  width: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg_cta.jpg) center no-repeat;
  background-size: cover;
}
section.ctaSec .ctaCatch {
  font-size: 1.625rem;
}
section.ctaSec ul.ctaBtns {
  margin-top: 2rem;
}

section.nayamiSec {
  width: 1195px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
}
section.nayamiSec h2.section__title {
  margin-bottom: 1rem;
  font-size: 2.125rem;
}
section.nayamiSec ul.nayamilist {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (640px <= width) {
  section.nayamiSec ul.nayamilist {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (768px <= width) {
  section.nayamiSec ul.nayamilist {
    grid-template-columns: repeat(4, 1fr);
  }
}
section.nayamiSec ul.nayamilist > li {
  container-type: inline-size;
  aspect-ratio: 1/1;
  text-align: center;
}
section.nayamiSec ul.nayamilist > li > p {
  width: 100%;
  height: 100%;
  padding: 10cqw 5.3571428571cqw;
  color: var(--blue);
  border-radius: 0.25rem;
  font-size: 7.8571428571cqw;
}
section.nayamiSec ul.nayamilist > li:nth-of-type(1) p {
  background: var(--gray-bg) url(../img/icn_nayami1.svg) center bottom 7.1428571429cqw no-repeat;
  background-size: auto 42.8571428571cqw;
}
section.nayamiSec ul.nayamilist > li:nth-of-type(2) p {
  background: var(--gray-bg) url(../img/icn_nayami2.svg) center bottom 7.1428571429cqw no-repeat;
  background-size: auto 42.8571428571cqw;
}
section.nayamiSec ul.nayamilist > li:nth-of-type(3) p {
  background: var(--gray-bg) url(../img/icn_nayami3.svg) center bottom 7.1428571429cqw no-repeat;
  background-size: auto 42.8571428571cqw;
}
section.nayamiSec ul.nayamilist > li:nth-of-type(4) p {
  background: var(--gray-bg) url(../img/icn_nayami4.svg) center bottom 7.1428571429cqw no-repeat;
  background-size: auto 42.8571428571cqw;
}
section.nayamiSec ul.nayamilist > li:nth-of-type(5) p {
  background: var(--gray-bg) url(../img/icn_nayami5.svg) center bottom 7.1428571429cqw no-repeat;
  background-size: auto 42.8571428571cqw;
}
section.nayamiSec ul.nayamilist > li:nth-of-type(6) p {
  background: var(--gray-bg) url(../img/icn_nayami6.svg) center bottom 7.1428571429cqw no-repeat;
  background-size: auto 42.8571428571cqw;
}
section.nayamiSec ul.nayamilist > li:nth-of-type(7) p {
  background: var(--gray-bg) url(../img/icn_nayami7.svg) center bottom 7.1428571429cqw no-repeat;
  background-size: auto 42.8571428571cqw;
}
section.nayamiSec ul.nayamilist > li:nth-of-type(8) p {
  background: var(--gray-bg) url(../img/icn_nayami8.svg) center bottom 7.1428571429cqw no-repeat;
  background-size: auto 42.8571428571cqw;
}
section.nayamiSec ul.nayamilist > li:nth-of-type(9) p {
  background: var(--gray-bg) url(../img/icn_nayami9.svg) center bottom 7.1428571429cqw no-repeat;
  background-size: auto 42.8571428571cqw;
}

section.nazeSec {
  padding-bottom: 3rem;
}
section.nazeSec h2.section__title {
  font-size: 2.125rem;
}
section.nazeSec .naze {
  position: relative;
  width: 970px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section.nazeSec .naze::after {
  position: absolute;
  z-index: -1;
  display: block;
  height: 100%;
  content: "";
  background: var(--blue);
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: calc(100% - 2rem);
  left: 1rem;
  top: -1rem;
}
section.nazeSec .naze .text1 {
  margin: 1rem;
  font-size: 2.125rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  word-break: keep-all;
}
section.nazeSec .naze ul.nazelist {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
}
@media (640px <= width) {
  section.nazeSec .naze ul.nazelist {
    grid-template-columns: repeat(4, auto);
  }
}

section.bashoSec {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
section.bashoSec::after {
  position: absolute;
  z-index: -1;
  display: block;
  height: 100%;
  content: "";
  background: var(--gray-bg);
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
section.bashoSec h3.section__title {
  font-size: 2.125rem;
}
section.bashoSec .title_setsumei {
  text-align: center;
  word-break: keep-all;
}
section.bashoSec ul.basholist {
  max-width: 100%;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: minmax(0, 480px);
  gap: 3rem 2rem;
  justify-content: center;
}
section.bashoSec ul.basholist > li figure img {
  width: 480px;
  max-width: 100%;
}
section.bashoSec ul.basholist > li figure figcaption {
  display: block;
  padding-right: 1rem;
  background-color: var(--blue);
  color: #fff;
  font-size: 1.5rem;
  line-height: 3rem;
  text-align: right;
}
@media (640px <= width) {
  section.bashoSec ul.basholist {
    grid-template-columns: repeat(2, minmax(0, 480px));
  }
}

section.simSec {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 7rem;
}
section.simSec::after {
  position: absolute;
  z-index: -1;
  display: block;
  height: 100%;
  content: "";
  background: var(--gray-bg);
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1.6875rem solid var(--orange);
  border-bottom: 1.6875rem solid var(--orange);
}
section.simSec .simsheet {
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
section.simSec .simsheet .simsheet__setsumei {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem;
  border: 3px solid var(--orange);
  font-size: 1.125rem;
  text-align: center;
  word-break: keep-all;
}
section.simSec .simsheet h2.simsheet__title {
  margin-top: 1.5rem;
  color: var(--blue);
  text-align: center;
  font-size: 1.625rem;
  font-weight: bold;
  font-feature-settings: "palt";
  word-break: keep-all;
}
@media (640px <= width) {
  section.simSec .simsheet {
    padding: 3rem 6rem;
  }
  section.simSec .simsheet .simsheet__setsumei {
    font-size: 1.5rem;
  }
  section.simSec .simsheet h2.simsheet__title {
    font-size: 2.5rem;
  }
}
section.simSec .simsheet .simsheet__button {
  display: block;
  width: 100%;
  padding: 3rem;
  text-align: center;
  cursor: pointer;
}

section.tokuchoSec h2.section__title {
  font-size: 2.125rem;
}
section.tokuchoSec .tokucho_catch {
  display: grid;
  align-content: center;
  min-height: 260px;
  margin-top: -2rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  background: url(../img/bg_icn_tokucho_catch.svg) center no-repeat;
  text-align: center;
  font-weight: bold;
}
section.tokuchoSec .tokucho_catch .text1 {
  font-size: 2.8125rem;
  word-break: keep-all;
}
section.tokuchoSec .tokucho_catch .text2 {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  word-break: keep-all;
}
section.tokuchoSec .tokucholist {
  width: 1168px;
  max-width: 100%;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 8rem;
}
section.tokuchoSec .tokucholist > li .label {
  width: fit-content;
  padding: 0 2rem;
  line-height: 2.5rem;
  font-size: 1.25rem;
  background-color: var(--blue);
  color: #fff;
}
section.tokuchoSec .tokucholist > li .title {
  margin-top: 0.5rem;
  font-size: 1.75rem;
  font-weight: bold;
}
section.tokuchoSec .tokucholist > li ul.pointlist {
  margin-top: 2rem;
}
section.tokuchoSec .tokucholist > li ul.pointlist > li {
  margin-top: 1.25rem;
  padding-left: 3rem;
  background: url(../img/icn_finger.svg) left top 0.25rem no-repeat;
  font-size: 1.25rem;
}
section.tokuchoSec .tokucholist > li .image {
  margin-top: 3rem;
  text-align: center;
}
@media (768px <= width) {
  section.tokuchoSec .tokucholist > li {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  section.tokuchoSec .tokucholist > li .image {
    width: 300px;
  }
}
@media (1024px <= width) {
  section.tokuchoSec .tokucholist > li .image {
    margin-top: 0;
    width: 500px;
  }
}

section.mierukaSec {
  padding-bottom: 0;
}
section.mierukaSec h2.section__title {
  font-size: 1.625rem;
}
@media (640px <= width) {
  section.mierukaSec h2.section__title {
    font-size: 2.125rem;
  }
}
section.mierukaSec .mierukaBody {
  width: 950px;
  max-width: 100%;
  margin-top: -1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  background-color: var(--blue);
  color: #fff;
  border-radius: 1rem;
  font-weight: bold;
  word-break: keep-all;
}
section.mierukaSec .mierukaBody strong {
  color: var(--yellow);
}
section.mierukaSec .mierukaBody p.text1 {
  text-align: center;
  font-size: 1.25rem;
}
section.mierukaSec .mierukaBody p.text2 {
  position: relative;
  margin-top: 0.5rem;
  padding-bottom: 74px;
  text-align: center;
  font-size: 2.125rem;
}
section.mierukaSec .mierukaBody p.text2::after {
  position: absolute;
  display: block;
  width: 190px;
  height: 34px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--black);
  bottom: 20px;
  background-color: #fff;
}
section.mierukaSec .mierukaBody p.text3 {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-top: 125px;
  font-size: 1.5rem;
}
section.mierukaSec .mierukaBody p.text3::after {
  position: absolute;
  z-index: -1;
  display: block;
  height: 100%;
  content: "";
  background: #f0f0f0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/icn_pc_mieruka.svg) center no-repeat;
  width: 128px;
  height: 115px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (640px <= width) {
  section.mierukaSec .mierukaBody p.text3 {
    padding-top: 0;
    padding-left: 160px;
  }
  section.mierukaSec .mierukaBody p.text3::after {
    left: 0;
    transform: none;
  }
}

section.enimastimingSec {
  padding-bottom: 2rem;
}
section.enimastimingSec h3.section__title {
  color: var(--green);
  font-size: 1.625rem;
  font-feature-settings: "palt";
}
section.enimastimingSec ul.timinglist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  width: 950px;
  max-width: 100%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
section.enimastimingSec ul.timinglist > li {
  padding: 0.75rem;
  border: 1px solid var(--green);
  border-radius: 0.5rem;
  text-align: center;
}
section.enimastimingSec ul.timinglist > li .title {
  font-size: 1.75rem;
  font-weight: bold;
  color: var(--green);
}
section.enimastimingSec ul.timinglist > li dt {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.25rem 0;
  font-size: 1.125rem;
  font-weight: normal;
  color: var(--black);
  border-top: 1px solid var(--green);
  border-bottom: 1px solid var(--green);
  -webkit-text-stroke: 2px var(--green);
  text-stroke: 2px var(--green);
  paint-order: stroke;
}
@media (768px <= width) {
  section.enimastimingSec ul.timinglist > li dd br {
    display: none;
  }
}
@media (1024px <= width) {
  section.enimastimingSec ul.timinglist {
    gap: 3rem;
  }
}
section.enimastimingSec .text-catch {
  margin-top: 3rem;
  color: var(--green);
  font-size: 1.375rem;
  font-weight: bold;
}
@media (640px <= width) {
  section.enimastimingSec .text-catch {
    font-size: 1.75rem;
  }
}

section.enimastowaSec {
  padding-top: 2rem;
  padding-bottom: 3rem;
  border-top: 1.6875rem solid var(--yellow2);
  border-bottom: 1.6875rem solid var(--yellow2);
  background-color: var(--green);
  color: #fff;
}
section.enimastowaSec h3.section__title {
  font-size: 1.75rem;
  font-feature-settings: "palt";
}
section.enimastowaSec .emimasjirei {
  width: 950px;
  max-width: 100%;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 0.5rem 2.5rem;
  background-color: #fff;
  color: var(--black);
  text-align: center;
}
section.enimastowaSec .emimasjirei p.title {
  font-weight: bold;
  font-size: 1.375rem;
  word-break: keep-all;
}
section.enimastowaSec .emimasjirei p.title strong {
  color: var(--orange);
}
section.enimastowaSec .emimasjirei ul.emimasjireilist {
  position: relative;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 4rem;
  width: fit-content;
  justify-content: center;
}
section.enimastowaSec .emimasjirei ul.emimasjireilist::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background-color: var(--green);
}
@media (640px <= width) {
  section.enimastowaSec .emimasjirei ul.emimasjireilist {
    grid-template-columns: repeat(2, auto);
    justify-content: center;
  }
  section.enimastowaSec .emimasjirei ul.emimasjireilist::after {
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
  }
}
section.enimastowaSec .emimasjirei_note {
  width: 950px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section.enimastowaSec ul.enimas_imagelist {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  gap: 0.5rem;
}
section.enimastowaSec ul.enimas_imagelist > li img {
  width: 280px;
  max-width: 100%;
}
@media (640px <= width) {
  section.enimastowaSec ul.enimas_imagelist {
    grid-template-columns: repeat(4, auto);
    gap: 1rem;
  }
}

section.priceplanSec {
  padding-bottom: 4rem;
}
section.priceplanSec ul.plan_outline {
  margin-top: 3rem;
  display: grid;
  gap: 2.5rem 1.5rem;
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--blue);
  border-radius: 0.25rem;
  padding: 1rem;
}
section.priceplanSec ul.plan_outline > li {
  position: relative;
  color: var(--blue);
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
}
section.priceplanSec ul.plan_outline > li .numlabel {
  color: var(--orange);
}
section.priceplanSec ul.plan_outline > li::after {
  position: absolute;
  content: "+";
  bottom: -1.25rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}
section.priceplanSec ul.plan_outline > li:last-child::after {
  content: none;
}
@media (640px <= width) {
  section.priceplanSec ul.plan_outline {
    grid-template-columns: repeat(3, auto);
  }
  section.priceplanSec ul.plan_outline > li::after {
    left: 100%;
    bottom: 0;
    transform: none;
  }
}
section.priceplanSec ul.pricedetail {
  width: 928px;
  max-width: 100%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 5rem;
}
section.priceplanSec ul.pricedetail > li {
  position: relative;
}
section.priceplanSec ul.pricedetail > li::after {
  position: absolute;
  content: "+";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(5rem);
  font-size: 5rem;
  font-weight: bold;
  line-height: 5rem;
  color: var(--orange);
}
section.priceplanSec ul.pricedetail > li:last-child::after {
  content: none;
}
section.priceplanSec h3.item_title {
  font-size: 1.5rem;
}
section.priceplanSec h3.item_title .numlabel {
  color: var(--orange);
}
section.priceplanSec h3.item_title.item_title--wnum {
  text-indent: -1em;
  padding-left: 1em;
}
section.priceplanSec h3.item_title.item_title--wnum .sub {
  margin-left: 0.5rem;
  font-size: 1.125rem;
}
@media (640px <= width) {
  section.priceplanSec h3.item_title.item_title--wnum br {
    display: none;
  }
  section.priceplanSec h3.item_title.item_title--wnum .sub {
    font-size: inherit;
  }
}
section.priceplanSec .price_table {
  margin-top: 2rem;
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  border-bottom: 1px solid var(--blue);
}
section.priceplanSec .price_table > div {
  margin-top: -1px;
  border: 1px solid var(--blue);
  border-bottom: none;
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: center;
}
section.priceplanSec .price_table > div dt {
  padding: 1rem;
  border-bottom: 1px solid var(--blue);
  text-align: center;
  font-size: 1.25rem;
  font-weight: normal;
  word-break: keep-all;
}
section.priceplanSec .price_table > div dd {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  font-size: 1.125rem;
}
section.priceplanSec .price_table > div dd .lg {
  font-size: 1.5rem;
}
section.priceplanSec .price_table > div dd small {
  font-size: 1rem;
}
@media (640px <= width) {
  section.priceplanSec .price_table1 {
    grid-template-columns: repeat(3, auto);
  }
  section.priceplanSec .price_table1 > div:not(:last-child) {
    border-right: none;
  }
  section.priceplanSec .price_table2 {
    grid-template-columns: repeat(2, 1fr);
  }
  section.priceplanSec .price_table2 > div:not(:last-child) {
    border-right: none;
  }
  section.priceplanSec .price_table2 > div dd {
    height: 100%;
  }
  section.priceplanSec .price_table3 {
    border-bottom: none;
  }
  section.priceplanSec .price_table3 > div {
    width: fit-content;
    border: 1px solid var(--blue);
  }
  section.priceplanSec .price_table3 > div dt,
  section.priceplanSec .price_table3 > div dd {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  section.priceplanSec .price_table4 > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  section.priceplanSec .price_table4 > div dt {
    grid-column: 1/3;
  }
  section.priceplanSec .price_table4 > div dd:nth-of-type(1) {
    width: 100%;
    height: 100%;
    border-right: 1px solid var(--blue);
    display: grid;
    place-content: center;
  }
}
section.priceplanSec .price_table__note {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
  text-align: right;
}
section.priceplanSec ul.packpointlist {
  display: grid;
  gap: 0.5rem;
  width: 1280px;
  max-width: 100%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
section.priceplanSec ul.packpointlist > li {
  padding: 1rem;
  border: 1px solid var(--blue);
  text-align: center;
  word-break: keep-all;
}
section.priceplanSec ul.packpointlist > li br {
  display: none;
}
@media (640px <= width) {
  section.priceplanSec ul.packpointlist {
    grid-template-columns: repeat(3, 1fr);
    place-content: center;
  }
  section.priceplanSec ul.packpointlist > li {
    align-content: center;
  }
}
@media (1024px <= width) {
  section.priceplanSec ul.packpointlist > li br {
    display: block;
  }
}
section.priceplanSec section.priceplan_packSec {
  overflow: hidden;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding-bottom: 0;
}
section.priceplanSec section.priceplan_packSec h3 {
  position: relative;
  width: 928px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section.priceplanSec section.priceplan_packSec h3 span {
  margin-left: -1rem;
  padding: 0 1rem;
  background-color: #fff;
}
section.priceplanSec section.priceplan_packSec h3::after {
  position: absolute;
  z-index: -1;
  display: block;
  height: 100%;
  content: "";
  background: var(--blue);
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200vw;
  height: 1px;
  top: 50%;
}
section.priceplanSec section.priceplan_packSec .text-catch {
  margin-top: 2rem;
  font-size: 1.375rem;
}
section.priceplanSec section.priceplan_packSec .text-catch.catch2 {
  font-size: 1.25rem;
}

section.modelcaseSec .section__title {
  font-size: 26px;
}
section.modelcaseSec ul.modelcaselist {
  margin-top: 3rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 0;
}
section.modelcaseSec ul.modelcaselist > li {
  padding: 0.5rem;
  background-color: rgba(60, 133, 198, 0.1);
  color: var(--blue);
}
section.modelcaseSec ul.modelcaselist > li:nth-child(2n) {
  background-color: rgba(255, 184, 29, 0.2);
}
section.modelcaseSec ul.modelcaselist > li .label {
  text-align: center;
}
section.modelcaseSec ul.modelcaselist > li .title {
  margin-top: 0.5rem;
  padding: 0.5rem 0;
  border-top: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
section.modelcaseSec ul.modelcaselist > li .title small {
  font-size: 1rem;
  font-weight: normal;
  margin-right: 0.5rem;
}
section.modelcaseSec ul.modelcaselist > li .terms {
  width: fit-content;
  margin: 0.5rem auto;
}
section.modelcaseSec ul.modelcaselist > li .sonshitsu {
  margin-top: 0.5rem;
  padding: 0.5rem 0;
  border-top: 1px solid var(--blue);
  text-align: center;
  font-size: 14px;
}
section.modelcaseSec ul.modelcaselist > li .sonshitsu .pricenum {
  font-weight: bold;
  font-size: 18px;
}
@media (640px <= width) {
  section.modelcaseSec ul.modelcaselist > li .title {
    font-size: 1.75rem;
  }
  section.modelcaseSec ul.modelcaselist > li .sonshitsu {
    font-size: 1.125rem;
  }
  section.modelcaseSec ul.modelcaselist > li .sonshitsu .pricenum {
    font-size: 1.5rem;
  }
}
@media (768px <= width) {
  section.modelcaseSec ul.modelcaselist {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (1024px <= width) {
  section.modelcaseSec ul.modelcaselist {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (1280px <= width) {
  section.modelcaseSec ul.modelcaselist {
    grid-template-columns: repeat(5, 1fr);
  }
}

section.jireiSec .section__title_catch {
  font-size: 26px;
}
section.jireiSec ul.jireilist {
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  display: grid;
  gap: 5rem;
}
section.jireiSec ul.jireilist > li .catch {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 0 2rem;
  color: var(--black);
  font-size: 1.3125rem;
  background: url(../img/icn_backslash.svg) left center no-repeat, url(../img/icn_slash.svg) right center no-repeat;
}
section.jireiSec ul.jireilist > li .catch strong {
  color: var(--orange);
}
section.jireiSec ul.jireilist > li .photo {
  margin-bottom: 20px;
}
section.jireiSec ul.jireilist > li .pref {
  display: inline-block;
  padding: 0 20px;
  line-height: 30px;
  background-color: var(--blue);
  color: #fff;
}
section.jireiSec ul.jireilist > li .title {
  color: var(--blue);
  font-size: 28px;
  font-weight: bold;
}
section.jireiSec ul.jireilist > li .data {
  margin-top: 1rem;
  font-size: 18px;
}
section.jireiSec ul.jireilist > li .data .num {
  font-weight: bold;
}
section.jireiSec ul.jireilist > li ul.jireiterms {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
section.jireiSec ul.jireilist > li ul.jireiterms > li {
  padding: 0.5rem;
  background-color: var(--gray-bg);
  border-radius: 0.5rem;
  text-align: center;
}
section.jireiSec ul.jireilist > li ul.jireiterms > li .termshead {
  color: var(--blue);
  font-weight: bold;
}
section.jireiSec ul.jireilist > li ul.jireiterms > li .termsdata {
  margin-top: 1rem;
}
@media (768px <= width) {
  section.jireiSec ul.jireilist > li {
    display: grid;
    gap: 0 1rem;
    grid-template-columns: 337px 1fr;
  }
  section.jireiSec ul.jireilist > li .catch {
    grid-column: 1/3;
    font-size: 1.5rem;
  }
  section.jireiSec ul.jireilist > li .bodyarea {
    border-top: 1px solid var(--blue);
    padding-top: 1rem;
  }
}
@media (1280px <= width) {
  section.jireiSec ul.jireilist > li .bodyarea {
    display: grid;
    grid-template-columns: 1fr 570px;
    gap: 1rem;
    align-items: flex-start;
    font-size: 1.125rem;
  }
  section.jireiSec ul.jireilist > li .bodyarea ul.jireiterms {
    margin-top: 0;
  }
}

section.flowSec {
  padding-bottom: 2rem;
}
section.flowSec .title_setsumei {
  margin-bottom: 2.5rem;
  word-break: keep-all;
  text-align: center;
}
section.flowSec ul.flowlist {
  margin-top: 3rem;
  display: grid;
  gap: 1rem;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section.flowSec ul.flowlist > li {
  position: relative;
  padding: 1rem 2rem;
  background-color: var(--gray-bg);
}
section.flowSec ul.flowlist > li .title_wrap {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.25rem; /* 20px */
}
section.flowSec ul.flowlist > li .title_wrap .num {
  margin-top: 0.75rem;
  padding-top: 0.25rem;
  border-top: 3px solid var(--orange);
  color: var(--orange);
}
section.flowSec ul.flowlist > li .text {
  margin-top: 1rem;
  text-align: center;
  word-break: keep-all;
}
section.flowSec ul.flowlist > li .btn {
  margin-top: 1rem;
}
@media (768px <= width) {
  section.flowSec ul.flowlist {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1rem;
  }
}
@media (1280px <= width) {
  section.flowSec ul.flowlist {
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem 1rem;
  }
}/*# sourceMappingURL=style.css.map */

/* =================================
追従フォーム
 ================================= */

/*
.form-content input[type=”text”],
.form-content select {
  border: 2px solid #25237b;
  width: 100%;
  padding: 6px;
  font-size: 14px;
  text-align: left;
}
*/

input,
select {
  border: 2px solid #25237b;
  width: 100%;
  padding: 6px;
  font-size: 13px;
  text-align: left;
}

.form-content__name {
  display: flex;
  gap: 6px;
  margin: 0 0 12px;
}
@media (max-width: 600px) {
  .form-content__name {
    flex-direction: column;
    gap: 0;
  }
}
.form-content__name span {
  width: calc((100% - 12px) / 2);
}
@media (max-width: 600px) {
  .form-content__name span {
    width: 100%;
  }
}
.form-content__input {
  margin: 0 0 12px;
}
.form-content__select {
  margin: 0 0 12px;
}
.form-content__checkbox {
  color: #000;
  font-size: 12px;
  text-align: left;
  text-align: center;
  margin: 0 0 6px;
}
.form-content__privacy {
  color: #000;
  font-size: 10px;
  margin: 0 0 12px;
  text-align: center;
}
.form-content__privacy a {
  color: #d10000;
  text-decoration: underline;
}

.wpcf7-response-output {
  width: 90%;
  margin-left: auto!important;
  margin-right: auto!important;
  box-sizing: border-box;
  font-size: 12px;
  color: black;
  text-align: left;
}

.wpcf7-form.sent .top-contact__form-wrap {
  display: none;
}

.wpcf7-not-valid-tip {
  width: 100%;
  font-size: 12px!important;
  text-align: left;
  white-space: nowrap;
}


.side-contact {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 400;
  background: #fff;
  color: #fff;
  padding: 32px 0;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
  width: 290px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media (max-width: 780px) {
  .side-contact {
    display: none;
  }
}
.side-contact__ttl {
  color: #25237b;
  text-align: center;
  font-weight: bold;
  margin: 0 0 16px;
}
.side-contact__ttl span {
  display: block;
  font-size: 85%;
  margin: 16px 0 0;
}
.side-contact__text {
  color: #000;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 20px;
}
.side-contact__form {
  width: 90%;
  margin: 0 auto;
}
.side-contact__close {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 10;
  display: block;
  font-size: 24px;
  cursor: pointer;
  z-index: 500;
  color: #000;
}
@media (max-width: 980px) {
  .side-contact__close {
    top: 1px;
    right: 2px;
  }
}
.side-contact__close:hover {
  opacity: 1;
}
.side-contact__btn {
  display: block;
  background-color: #d10000;
  color: #fff;
  width: 200px;
  border-radius: 4px;
  line-height: 14px;
  text-align: center;
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
}
.side-contact__btn span {
  font-size: 80%;
  display: block;
  margin: 0 0 4px;
}