*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
}

body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--inner);
}
@media (max-width: 768px) {
  .l-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.l-inner--s {
  max-width: var(--inner-s);
}
.l-inner--l {
  max-width: var(--inner-l);
}
.l-inner--full {
  max-width: var(--inner-full);
}

.l-clip {
  overflow-x: clip;
}

.l-space-left {
  padding-left: 7rem;
}

.l-space-right {
  padding-right: 7rem;
}

:root {
  --color-black: #1c1c1c;
  --color-blue: #012f4d;
  --color-blue2: #0071bc;
  --color-green: #00ffcb;
  --color-yellow: #fbc311;
  --color-light-blue: #e4e9ef;
  --color-light-gray: #f5f5f5;
  --color-light-white: #f2f2f2;
  --color-smoke: #d1d1d1;
  --color-light-dark: #808080;
  --color-white: #fff;
  --color-gray: #dcdcdc;
  --color-red: #ba0015;
  --color-d-red: #7e0010;
  --bg-main: #ececec;
  --bg-fill: var(--color-blue);
  --bg-light: var(--color-light);
  --accent1: var(--color-yellow);
  --accent2: var(--color-d-red);
  --accent3: var(--color-red);
  --gray: var(--color-gray);
  --text-color: var(--color-black);
  --date-color: var(--color-gray);
  --navi-color: var(--color-gray);
  --inner-s: 100rem;
  --inner: 112.6rem;
  --inner-l: 126.6rem;
  --inner-full: 136.6rem;
  --line-height: 1.45;
  --font: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-serif: "ten-mincho-text", serif;
  --font-en: "din-2014", sans-serif;
  --font-sp: "rama-gothic-m", sans-serif;
  --bganimation-zindex: 11;
  --wrapper-width: 37.5rem;
  --header-height: 4.2rem;
}
@media (max-width: 768px) {
  :root {
    --header-height: 4rem;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1266px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: var(--font);
  font-size: 1.6rem;
  color: var(--text-color);
  line-height: var(--line-height);
  position: relative;
  background-color: #ececec;
}

@media print, screen and (min-width: 769px) {
  body.customize-support .header-drawer {
    top: 32px;
  }
}
body.customize-support .header-drawer__logo {
  position: absolute;
}

iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1266/663;
}

b {
  font-weight: bold;
}

a {
  color: inherit;
  text-decoration: none;
}
textarea {
  resize: none;
}

input[type=submit] {
  transition: 0.3s;
  cursor: pointer;
}
sub {
  vertical-align: baseline;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h2,
h3,
h4 {
  line-height: 1.45;
}

p {
  font-size: 1.6rem;
  line-height: 4rem;
}
@media (max-width: 768px) {
  p {
    font-size: 1.4rem;
    line-height: 3rem;
  }
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

video {
  max-width: 100%;
}

button {
  background-color: transparent;
  appearance: none;
  border: 0;
  cursor: pointer;
}

header {
  width: 100%;
  max-width: 400px;
  position: fixed;
  height: 3.5rem;
  inset: 1.6rem auto auto 50%;
  transform: translate(-50%, 0);
  margin: auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 13.8rem 15.8rem;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}

section {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  a {
    transition: 0.4s;
  }
  a:hover {
    opacity: 0.7;
  }
}

.contents {
  position: relative;
  max-width: 400px;
  margin: auto;
}

.sections {
  min-height: 321.2rem;
  background-image: url("../images/bg1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #fff;
}

.hero {
  margin-bottom: -0.7rem;
}

.sec1 {
  padding: 5.3rem 2rem 0;
}

.sec2 {
  padding: 1.3rem 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.feature {
  padding: 14rem 2rem 0;
}

.flow {
  padding: 10rem 2rem 4.4rem;
}

.faq {
  padding: 3rem 2rem 5.4rem;
  background-color: #f5f5f5;
}
.faq .title-faq {
  width: 23.8rem;
  margin: 0 0 1.7rem;
}
.faq-items {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 3rem;
}
.faq-item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 1rem;
}
.faq-item__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2.3rem 1.5rem;
}
.faq-item__q .q {
  flex-shrink: 0;
  width: 3.1rem;
  height: 2.9rem;
}
.faq-item__q span {
  flex: 1;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333;
  padding-top: 0.2rem;
  letter-spacing: 0.05em;
}
.faq-item__q .plus, .faq-item__q .minus {
  flex-shrink: 0;
  width: 1.2rem;
}
.faq-item__a {
  overflow: hidden;
  padding: 0 1.5rem;
}
.faq-item__a-inner {
  border-top: 1px dashed #cccccc;
  padding: 2rem 0 1.6rem;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.faq-item__a-inner .a {
  flex-shrink: 0;
  width: 2.2rem;
  height: 2.2rem;
  margin-top: 0.2rem;
  margin-left: 0.45rem;
}
.faq-item__a-inner span {
  flex: 1;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.6;
}

.faq-items {
  display: grid;
  gap: 2rem;
}

.cta {
  background: var(--06c755, #06c755);
  position: relative;
  padding: 2rem 2rem 3rem;
  color: #fff;
}
.cta__label {
  position: absolute;
  inset: -1.5rem 0 auto;
  margin: auto;
  width: 16.5rem;
}
.cta__title {
  line-height: 1.6;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.8rem;
}
.cta__title::after, .cta__title::before {
  content: "";
  width: 0;
  height: 2.1rem;
  border-left: 2px solid #fff;
  display: inline-block;
  position: relative;
}
.cta__title::before {
  rotate: -20deg;
  left: -0.6rem;
  top: 0.3rem;
}
.cta__title::after {
  rotate: 20deg;
  right: -0.6rem;
  top: 0.3rem;
}

.media {
  position: relative;
}
.media__box {
  position: absolute;
  bottom: 10rem;
  padding: 0 4.5rem;
}
.media__box p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.7rem;
}
.media__box a {
  display: flex;
  align-items: center;
  color: var(--2DCCD3, #2dccd3);
  text-align: center;
  justify-content: end;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.media__box a span {
  margin-right: 0.9rem;
}
.media__box a svg {
  width: 2.1rem;
  height: 2.1rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
