@charset "UTF-8";
/* foundation */
/* ===========================================================================
   base
=========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@100..900&display=swap");
/* ===========================================================================
   normalize
=========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `sec` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

/**
 * Remove the inr border and padding in Firefox.
 */
button::-moz-focus-inr,
[type=button]::-moz-focus-inr,
[type=reset]::-moz-focus-inr,
[type=submit]::-moz-focus-inr {
  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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

/**
 * 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-inr-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 inr 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 呼び出し　例） fontWeight(regular);*/
/* 呼び出し　例） keyColor(eGreen);*/
/* ===========================================================================
   mixin
=========================================================================== */
/* 呼び出し　例） @include mq(tb);*/
/* 呼び出し　例） @include font-size(12);*/
/* 呼び出し　例） @include lineHeightSpaceFill(1.5);*/
html {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: min(1.5rem, 15px);
  letter-spacing: 0.05em;
  color: black;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}
@media screen and (min-width: 640px) {
  body {
    font-size: min(6rem, 16px);
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

:root {
  font-size: 2.6666666667vw;
}

@media screen and (min-width: 48.0625rem) {
  :root {
    font-size: 0.6944444444vw;
  }
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: none;
}
a:visited {
  color: black;
}
a:link {
  color: black;
}
a:active {
  color: black;
}

button {
  color: black;
  appearance: none;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
button:visited {
  color: black;
}
button:link {
  color: black;
}
button:active {
  color: black;
}

html, body,
p, ol, ul, li, dl, dt, dd,
blockquote, figure, fieldset, legend, textarea, pre, iframe,
h1, h2, h3, h4, h5, h6, hr {
  margin: 0;
  padding: 0;
}

hr {
  margin: 0px;
  padding: 0px;
  height: 0px;
  border: 0px;
}

p {
  word-break: break-all;
}

ul, ol, li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

/* form reset */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

input[type=date] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

/* layout */
/* foundation */
/* ===========================================================================
   container
=========================================================================== */
/* section layout
 ========================================================================== */
.l-sec, .l-footer {
  width: 100%;
  padding-left: min(1.5rem, 15px);
  padding-right: min(1.5rem, 15px);
  padding-bottom: 64px;
}
@media screen and (min-width: 640px) {
  .l-sec, .l-footer {
    padding-left: min(4rem, 30px);
    padding-right: min(4rem, 30px);
  }
}
@media screen and (min-width: 1024px) {
  .l-sec, .l-footer {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 96px;
  }
}
.l-sec[data-style=empathy-sec], .l-footer[data-style=empathy-sec] {
  padding-bottom: 40px;
}
.l-sec[data-style=empathy-sec] .l-group, .l-footer[data-style=empathy-sec] .l-group {
  gap: min(4rem, 40px);
  max-width: 760px;
  margin-inline: auto;
}
.l-sec[data-style=empathy-sec] .l-box img, .l-footer[data-style=empathy-sec] .l-box img {
  display: block;
  width: 100%;
  max-width: 435px;
  margin-inline: auto;
  padding-left: min(2.8rem, 28px);
  padding-right: min(2.8rem, 28px);
}
@media screen and (min-width: 1024px) {
  .l-sec[data-style=empathy-sec] .l-box img, .l-footer[data-style=empathy-sec] .l-box img {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-sec[data-style=empathy-sec] .l-box ul, .l-footer[data-style=empathy-sec] .l-box ul {
  display: grid;
  gap: min(1.6rem, 16px);
  border-radius: 15px;
  background: #1177DC;
  padding: min(3.2rem, 32px);
}
@media screen and (min-width: 640px) {
  .l-sec[data-style=empathy-sec] .l-box ul, .l-footer[data-style=empathy-sec] .l-box ul {
    gap: min(2.4rem, 24px);
    padding: min(4rem, 40px);
  }
}
.l-sec[data-style=empathy-sec] .l-box ul li, .l-footer[data-style=empathy-sec] .l-box ul li {
  font-weight: 500;
  color: white;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.l-sec[data-style=empathy-sec] .l-box ul li::before, .l-sec[data-style=empathy-sec] .l-box ul li::after, .l-footer[data-style=empathy-sec] .l-box ul li::before, .l-footer[data-style=empathy-sec] .l-box ul li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.l-sec[data-style=empathy-sec] .l-box ul li::before, .l-footer[data-style=empathy-sec] .l-box ul li::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.l-sec[data-style=empathy-sec] .l-box ul li::after, .l-footer[data-style=empathy-sec] .l-box ul li::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.l-sec[data-style=empathy-sec] .l-box ul li, .l-footer[data-style=empathy-sec] .l-box ul li {
  text-indent: -2em;
  padding-left: 2em;
  padding-bottom: min(1.6rem, 16px);
  border-bottom: dotted 2px white;
}
.l-sec[data-style=empathy-sec] .l-box ul li:last-child, .l-footer[data-style=empathy-sec] .l-box ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.l-sec[data-style=empathy-sec] .l-box ul li::before, .l-footer[data-style=empathy-sec] .l-box ul li::before {
  display: inline-block;
  content: "";
  background-image: url(../img/img_check.svg);
  background-size: contain;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  vertical-align: -5px;
}
@media screen and (min-width: 640px) {
  .l-sec[data-style=empathy-sec] .l-box ul li, .l-footer[data-style=empathy-sec] .l-box ul li {
    font-size: 20px;
    padding-bottom: min(2.4rem, 24px);
  }
  .l-sec[data-style=empathy-sec] .l-box ul li::before, .l-footer[data-style=empathy-sec] .l-box ul li::before {
    vertical-align: -4px;
  }
}
@media screen and (min-width: 1024px) {
  .l-sec[data-style=empathy-sec] .l-box ul li, .l-footer[data-style=empathy-sec] .l-box ul li {
    font-size: 22px;
  }
}
.l-sec[data-style=empathy-sec] .l-box__down-arrow, .l-footer[data-style=empathy-sec] .l-box__down-arrow {
  width: 41px;
  margin-inline: auto;
}
@media screen and (min-width: 640px) {
  .l-sec[data-style=empathy-sec] .l-box__down-arrow, .l-footer[data-style=empathy-sec] .l-box__down-arrow {
    width: 51px;
  }
}
.l-sec[data-style=bg-red01], .l-sec[data-style=bg-red02], .l-sec[data-style=bg-light-blue], .l-footer[data-style=bg-red01], .l-footer[data-style=bg-red02], .l-footer[data-style=bg-light-blue] {
  padding-bottom: 0;
}
.l-sec[data-style=bg-red01], .l-footer[data-style=bg-red01] {
  position: relative;
  background: url("../img/img_bg-redーpattern01.svg") center 20px/1600px auto no-repeat, #EE3232;
  color: white;
}
.l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(1), .l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(2), .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(1), .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(2) {
  max-width: 760px;
}
.l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(1), .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(1) {
  display: grid;
  gap: 48px;
}
@media screen and (min-width: 640px) {
  .l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(1), .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(1) {
    gap: 72px;
  }
}
.l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(1) p, .l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(1) h2, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(1) p, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(1) h2 {
  padding-left: min(1.5rem, 15px);
  padding-right: min(1.5rem, 15px);
}
@media screen and (min-width: 1024px) {
  .l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(1) p, .l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(1) h2, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(1) p, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(1) h2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(1) p, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(1) p {
  font-size: min(1.6rem, 16px);
  letter-spacing: 0.08em;
  line-height: 2.1;
}
.l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(1) p::before, .l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(1) p::after, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(1) p::before, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(1) p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(1) p::before, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(1) p::before {
  margin-top: calc((1 - 2.1) * 0.5em);
}
.l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(1) p::after, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(1) p::after {
  margin-bottom: calc((1 - 2.1) * 0.5em);
}
@media screen and (min-width: 640px) {
  .l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(1) p, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(1) p {
    font-weight: 300;
    font-size: min(3rem, 18px);
  }
}
@media screen and (min-width: 1024px) {
  .l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(1) p, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(1) p {
    font-size: 18px;
    text-align: center;
  }
}
.l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(1) h2, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(1) h2 {
  width: 100%;
  max-width: 340px;
  margin-inline: auto;
}
@media screen and (min-width: 640px) {
  .l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(1) h2, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(1) h2 {
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(1) h2, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(1) h2 {
    max-width: 651px;
  }
}
.l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(1) .l-group, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(1) .l-group {
  gap: 24px;
}
.l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(1) .l-group .l-box, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(1) .l-group .l-box {
  display: grid;
  gap: 24px;
  justify-content: center;
}
@media screen and (min-width: 640px) {
  .l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(1) .l-group .l-box, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(1) .l-group .l-box {
    grid-template-columns: repeat(2, 48.4058%);
    gap: 0;
    justify-content: space-between;
  }
}
.l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(2) .l-group, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(2) .l-group {
  gap: 32px;
}
.l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(2) .l-group h2, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(2) .l-group h2 {
  width: 100%;
  max-width: 380px;
  margin-inline: auto;
  padding-left: min(4rem, 40px);
  padding-right: min(4rem, 40px);
}
@media screen and (min-width: 640px) {
  .l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(2) .l-group h2, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(2) .l-group h2 {
    max-width: 580px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(2) .l-group h2, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(2) .l-group h2 {
    max-width: 600px;
  }
}
.l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(2) .l-group picture, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(2) .l-group picture {
  display: block;
  width: 100%;
  padding-left: min(1.5rem, 15px);
  padding-right: min(1.5rem, 15px);
}
@media screen and (min-width: 640px) {
  .l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(2) .l-group picture, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(2) .l-group picture {
    max-width: 530px;
    margin-inline: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-sec[data-style=bg-red01] .l-sec__inr:nth-of-type(2) .l-group picture, .l-footer[data-style=bg-red01] .l-sec__inr:nth-of-type(2) .l-group picture {
    max-width: 610px;
  }
}
.l-sec[data-style=bg-red02], .l-footer[data-style=bg-red02] {
  background: #ff3f3f;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (min-width: 1024px) {
  .l-sec[data-style=bg-red02], .l-footer[data-style=bg-red02] {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.l-sec[data-style=bg-red02] .l-sec__inr, .l-footer[data-style=bg-red02] .l-sec__inr {
  padding-top: 0;
}
.l-sec[data-style=bg-red02] h2, .l-footer[data-style=bg-red02] h2 {
  color: white;
  padding-bottom: 15px;
}
.l-sec[data-style=bg-red02] .l-group, .l-footer[data-style=bg-red02] .l-group {
  display: grid;
  justify-content: center;
  gap: 39px;
}
@media screen and (min-width: 768px) {
  .l-sec[data-style=bg-red02] .l-group, .l-footer[data-style=bg-red02] .l-group {
    grid-template-columns: repeat(2, 48.4058%);
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .l-sec[data-style=bg-red02] .l-group, .l-footer[data-style=bg-red02] .l-group {
    grid-template-columns: repeat(auto-fill, minmax(288px, 288px));
  }
}
.l-sec[data-style=bg-red03], .l-footer[data-style=bg-red03] {
  background: url(../img/img_bg-red.jpg);
  background-repeat: repeat;
  background-size: 60px;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (min-width: 1024px) {
  .l-sec[data-style=bg-red03], .l-footer[data-style=bg-red03] {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.l-sec[data-style=bg-red03] .l-sec__inr, .l-footer[data-style=bg-red03] .l-sec__inr {
  padding-top: 0;
}
.l-sec[data-style=bg-red03] .l-group, .l-footer[data-style=bg-red03] .l-group {
  gap: 24px;
}
.l-sec[data-style=bg-red03] .l-group div, .l-footer[data-style=bg-red03] .l-group div {
  color: white;
}
.l-sec[data-style=bg-red03] .l-group div:nth-of-type(2) img, .l-footer[data-style=bg-red03] .l-group div:nth-of-type(2) img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .l-sec[data-style=bg-red03] .l-group div:nth-of-type(2) img, .l-footer[data-style=bg-red03] .l-group div:nth-of-type(2) img {
    max-width: 463px;
  }
}
.l-sec[data-style=bg-red03] .l-group h2, .l-footer[data-style=bg-red03] .l-group h2 {
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 1.3;
}
.l-sec[data-style=bg-red03] .l-group h2::before, .l-sec[data-style=bg-red03] .l-group h2::after, .l-footer[data-style=bg-red03] .l-group h2::before, .l-footer[data-style=bg-red03] .l-group h2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.l-sec[data-style=bg-red03] .l-group h2::before, .l-footer[data-style=bg-red03] .l-group h2::before {
  margin-top: calc((1 - 1.3) * 0.5em);
}
.l-sec[data-style=bg-red03] .l-group h2::after, .l-footer[data-style=bg-red03] .l-group h2::after {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
@media screen and (min-width: 640px) {
  .l-sec[data-style=bg-red03] .l-group h2, .l-footer[data-style=bg-red03] .l-group h2 {
    margin-top: 24px;
    line-height: 1.5;
  }
  .l-sec[data-style=bg-red03] .l-group h2::before, .l-sec[data-style=bg-red03] .l-group h2::after, .l-footer[data-style=bg-red03] .l-group h2::before, .l-footer[data-style=bg-red03] .l-group h2::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .l-sec[data-style=bg-red03] .l-group h2::before, .l-footer[data-style=bg-red03] .l-group h2::before {
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .l-sec[data-style=bg-red03] .l-group h2::after, .l-footer[data-style=bg-red03] .l-group h2::after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
}
.l-sec[data-style=bg-light-blue], .l-footer[data-style=bg-light-blue] {
  background: #E8F5FF;
}
.l-sec[data-style=bg-light-blue] .l-cont, .l-footer[data-style=bg-light-blue] .l-cont {
  display: grid;
  gap: 48px;
}
@media screen and (min-width: 1024px) {
  .l-sec[data-style=bg-light-blue] .l-cont, .l-footer[data-style=bg-light-blue] .l-cont {
    gap: 72px;
  }
}
.l-sec[data-style=bg-light-blue] .l-cont > img, .l-footer[data-style=bg-light-blue] .l-cont > img {
  display: block;
  width: 100%;
  max-width: 196px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .l-sec[data-style=bg-light-blue] .l-cont > img, .l-footer[data-style=bg-light-blue] .l-cont > img {
    max-width: 220px;
  }
}
.l-sec[data-style=bg-light-blue] .l-group, .l-footer[data-style=bg-light-blue] .l-group {
  max-width: 100%;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .l-sec[data-style=bg-light-blue] .l-group, .l-footer[data-style=bg-light-blue] .l-group {
    gap: 32px;
  }
}
.l-sec[data-style=bg-light-blue] .l-group h3, .l-footer[data-style=bg-light-blue] .l-group h3 {
  font-weight: 500;
}
.l-sec[data-style=bg-light-blue] .l-group h3:first-child, .l-footer[data-style=bg-light-blue] .l-group h3:first-child {
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.l-sec[data-style=bg-light-blue] .l-group h3:first-child::before, .l-sec[data-style=bg-light-blue] .l-group h3:first-child::after, .l-footer[data-style=bg-light-blue] .l-group h3:first-child::before, .l-footer[data-style=bg-light-blue] .l-group h3:first-child::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.l-sec[data-style=bg-light-blue] .l-group h3:first-child::before, .l-footer[data-style=bg-light-blue] .l-group h3:first-child::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.l-sec[data-style=bg-light-blue] .l-group h3:first-child::after, .l-footer[data-style=bg-light-blue] .l-group h3:first-child::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.l-sec[data-style=bg-light-blue] .l-group:not(:first-child):not(:nth-of-type(4)) h3, .l-footer[data-style=bg-light-blue] .l-group:not(:first-child):not(:nth-of-type(4)) h3 {
  position: relative;
  width: 345px;
  border-radius: 999px;
  color: white;
  background: #1177DC;
  margin-inline: auto;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  .l-sec[data-style=bg-light-blue] .l-group:not(:first-child):not(:nth-of-type(4)) h3, .l-footer[data-style=bg-light-blue] .l-group:not(:first-child):not(:nth-of-type(4)) h3 {
    width: 100%;
    max-width: 600px;
  }
}
.l-sec[data-style=bg-light-blue] .l-group:not(:first-child):not(:nth-of-type(4)) h3::after, .l-footer[data-style=bg-light-blue] .l-group:not(:first-child):not(:nth-of-type(4)) h3::after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 14px;
  height: 10px;
  background: #1177DC;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 1024px) {
  .l-sec[data-style=bg-light-blue] .l-group:not(:first-child):not(:nth-of-type(4)) h3::after, .l-footer[data-style=bg-light-blue] .l-group:not(:first-child):not(:nth-of-type(4)) h3::after {
    bottom: -10px;
    width: 20px;
    height: 16px;
  }
}
.l-sec[data-style=bg-light-blue] .l-group picture, .l-footer[data-style=bg-light-blue] .l-group picture {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  padding-left: min(4.8rem, 48px);
  padding-right: min(4.8rem, 48px);
}
@media screen and (min-width: 640px) {
  .l-sec[data-style=bg-light-blue] .l-group picture, .l-footer[data-style=bg-light-blue] .l-group picture {
    max-width: 490px;
    padding-left: 0;
    padding-right: 0;
  }
}
.l-sec[data-style=bg-light-blue] .l-group .l-items01, .l-sec[data-style=bg-light-blue] .l-group .l-items02, .l-footer[data-style=bg-light-blue] .l-group .l-items01, .l-footer[data-style=bg-light-blue] .l-group .l-items02 {
  display: grid;
}
.l-sec[data-style=bg-light-blue] .l-group .l-items01, .l-footer[data-style=bg-light-blue] .l-group .l-items01 {
  grid-template-columns: repeat(2, 45.4%);
  gap: 24px;
  justify-content: center;
}
@media screen and (min-width: 640px) {
  .l-sec[data-style=bg-light-blue] .l-group .l-items01, .l-footer[data-style=bg-light-blue] .l-group .l-items01 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 280px));
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .l-sec[data-style=bg-light-blue] .l-group .l-items01, .l-footer[data-style=bg-light-blue] .l-group .l-items01 {
    grid-template-columns: repeat(auto-fill, minmax(282px, 282px));
  }
}
.l-sec[data-style=bg-light-blue] .l-group .l-items02, .l-footer[data-style=bg-light-blue] .l-group .l-items02 {
  gap: 24px;
  justify-content: center;
}
@media screen and (min-width: 640px) {
  .l-sec[data-style=bg-light-blue] .l-group .l-items02, .l-footer[data-style=bg-light-blue] .l-group .l-items02 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 280px));
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .l-sec[data-style=bg-light-blue] .l-group .l-items02, .l-footer[data-style=bg-light-blue] .l-group .l-items02 {
    grid-template-columns: repeat(auto-fill, minmax(384px, 384px));
  }
}
.l-sec[data-style=bg-light-blue] .l-group:nth-of-type(4), .l-footer[data-style=bg-light-blue] .l-group:nth-of-type(4) {
  border-radius: 15px;
  border: solid 4px #1177DC;
  background: white;
  padding: 24px;
}
.l-sec[data-style=bg-light-blue] .l-group:nth-of-type(4) h3, .l-footer[data-style=bg-light-blue] .l-group:nth-of-type(4) h3 {
  color: #1177DC;
}
.l-sec[data-style=bg-light-blue] .l-group:nth-of-type(4) p, .l-footer[data-style=bg-light-blue] .l-group:nth-of-type(4) p {
  text-align: center;
}
@media screen and (min-width: 640px) {
  .l-sec[data-style=bg-light-blue] .l-group:nth-of-type(4) p, .l-footer[data-style=bg-light-blue] .l-group:nth-of-type(4) p {
    font-weight: 300;
  }
}
.l-sec[data-style=bg-light-blue] .l-group:nth-of-type(4) p span, .l-footer[data-style=bg-light-blue] .l-group:nth-of-type(4) p span {
  display: inline-block;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.l-sec[data-style=bg-light-blue] .l-group:nth-of-type(4) p span::before, .l-sec[data-style=bg-light-blue] .l-group:nth-of-type(4) p span::after, .l-footer[data-style=bg-light-blue] .l-group:nth-of-type(4) p span::before, .l-footer[data-style=bg-light-blue] .l-group:nth-of-type(4) p span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.l-sec[data-style=bg-light-blue] .l-group:nth-of-type(4) p span::before, .l-footer[data-style=bg-light-blue] .l-group:nth-of-type(4) p span::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.l-sec[data-style=bg-light-blue] .l-group:nth-of-type(4) p span::after, .l-footer[data-style=bg-light-blue] .l-group:nth-of-type(4) p span::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.l-sec[data-style=bg-blue], .l-footer[data-style=bg-blue] {
  background: url(../img/img_bg-blue.svg);
  background-repeat: repeat;
}
.l-sec[data-style=bg-blue] h2, .l-footer[data-style=bg-blue] h2 {
  color: white;
}
.l-sec[data-style=bg-blue] .l-group, .l-footer[data-style=bg-blue] .l-group {
  position: relative;
  gap: 40px;
  max-width: 760px;
  background-color: white;
  border-radius: 20px;
  padding: 32px;
}
@media screen and (min-width: 1024px) {
  .l-sec[data-style=bg-blue] .l-group, .l-footer[data-style=bg-blue] .l-group {
    padding: 40px;
  }
}
.l-sec[data-style=bg-blue] .l-group::after, .l-footer[data-style=bg-blue] .l-group::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
  z-index: 10;
  display: inline-block;
  content: "";
  background-image: url(../img/img_dots.svg);
  background-size: contain;
  background-repeat: repeat-y;
  width: 6px;
  height: 83%;
}
@media screen and (min-width: 1024px) {
  .l-sec[data-style=bg-blue] .l-group::after, .l-footer[data-style=bg-blue] .l-group::after {
    left: 88px;
  }
}
.l-sec[data-style=bg-blue] .l-box, .l-footer[data-style=bg-blue] .l-box {
  z-index: 100;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .l-sec[data-style=bg-blue] .l-box, .l-footer[data-style=bg-blue] .l-box {
    align-items: center;
  }
}
.l-sec[data-style=bg-blue] .l-box img, .l-footer[data-style=bg-blue] .l-box img {
  display: block;
  width: 80px;
}
@media screen and (min-width: 1024px) {
  .l-sec[data-style=bg-blue] .l-box img, .l-footer[data-style=bg-blue] .l-box img {
    width: 100px;
  }
}
.l-sec[data-style=bg-blue] .l-box div, .l-footer[data-style=bg-blue] .l-box div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-sec[data-style=bg-blue] .l-box div h3, .l-footer[data-style=bg-blue] .l-box div h3 {
  color: #1177DC;
  text-align: left;
}
.l-sec[data-style=bg-blue] .l-box div p, .l-footer[data-style=bg-blue] .l-box div p {
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.l-sec[data-style=bg-blue] .l-box div p::before, .l-sec[data-style=bg-blue] .l-box div p::after, .l-footer[data-style=bg-blue] .l-box div p::before, .l-footer[data-style=bg-blue] .l-box div p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.l-sec[data-style=bg-blue] .l-box div p::before, .l-footer[data-style=bg-blue] .l-box div p::before {
  margin-top: calc((1 - 1.8) * 0.5em);
}
.l-sec[data-style=bg-blue] .l-box div p::after, .l-footer[data-style=bg-blue] .l-box div p::after {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
@media screen and (min-width: 640px) {
  .l-sec[data-style=bg-blue] .l-box div p, .l-footer[data-style=bg-blue] .l-box div p {
    font-weight: 300;
  }
}
.l-sec[data-style=bg-blue] .l-box div p a, .l-footer[data-style=bg-blue] .l-box div p a {
  font-weight: 500;
  color: red;
  text-decoration: underline;
}
.l-sec[data-style=bg-blue] .c-mask, .l-footer[data-style=bg-blue] .c-mask {
  overflow: hidden;
  display: inline-block;
}

.l-sec__inr {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-top: 64px;
}
@media screen and (min-width: 1024px) {
  .l-sec__inr {
    padding-top: 96px;
  }
}

.l-group {
  display: grid;
  width: 100%;
  margin-inline: auto;
}

.l-footer {
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
  padding-top: 40px;
  padding-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    font-weight: 300;
    padding-top: 48px;
    padding-bottom: 32px;
  }
}
.l-footer .l-footer__inr {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__inr {
    flex-direction: row;
    gap: 96px;
    justify-content: center;
    align-items: center;
  }
}
.l-footer .l-footer__inr div {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__inr div {
    flex-direction: row;
    gap: 24px;
  }
}
.l-footer h2 {
  width: 137px;
  margin-inline: auto;
}
.l-footer .l-footer__sns {
  display: block;
  width: 38px;
  margin-inline: auto;
}
.l-footer ul {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.l-footer ul li {
  font-size: 14px;
  padding-right: 16px;
  border-right: 1px solid black;
}
.l-footer ul li:last-child {
  padding-right: 0;
  border-right: none;
}
.l-footer small {
  display: block;
  font-size: 13px;
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .l-footer small {
    margin-top: 48px;
  }
}

.js-opening {
  opacity: 0;
}

.l-display[data-style=spOnly] {
  display: block;
}
@media screen and (min-width: 640px) {
  .l-display[data-style=spOnly] {
    display: none;
  }
}
.l-display[data-style=spTb] {
  display: block;
}
@media screen and (min-width: 1024px) {
  .l-display[data-style=spTb] {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .l-display[data-style=tbOnly] {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .l-display[data-style=tbOnly] {
    display: none;
  }
}
.l-display[data-style=TbPc] {
  display: none;
}
@media screen and (min-width: 640px) {
  .l-display[data-style=TbPc] {
    display: block;
  }
}
.l-display[data-style=TbWidePc] {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-display[data-style=TbWidePc] {
    display: block;
  }
}
.l-display[data-style=PcOnly] {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-display[data-style=PcOnly] {
    display: block;
  }
}

/* object */
/* component */
/* foundation */
/* ===========================================================================
   main-visual
=========================================================================== */
.c-mv {
  width: 100%;
  background: #EE3232;
  margin: 0;
  padding: 40px 1.5rem 40px 1.5rem;
  color: white;
}
@media screen and (min-width: 1024px) {
  .c-mv {
    padding: 96px 30px 96px 30px;
  }
}
.c-mv > div {
  display: grid;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .c-mv > div {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(3, auto);
    column-gap: 56px;
    row-gap: 0px;
    align-items: center;
  }
}
.c-mv > div h1 {
  width: 100%;
  max-width: 486px;
  margin-inline: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .c-mv > div h1 {
    grid-column: 1/2;
    grid-row: 1/2;
    padding-left: 0;
    padding-right: 0;
  }
}
.c-mv > div .c-mv__img {
  max-width: 518px;
  width: 100%;
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .c-mv > div .c-mv__img {
    grid-column: 2/3;
    grid-row: 1/4;
    margin-top: 0;
  }
}
.c-mv > div a {
  display: block;
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .c-mv > div a {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 0;
  }
}
.c-mv > div p {
  font-size: min(2rem, 20px);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  margin-top: 40px;
  line-height: 1.3;
}
.c-mv > div p::before, .c-mv > div p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-mv > div p::before {
  margin-top: calc((1 - 1.3) * 0.5em);
}
.c-mv > div p::after {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
.c-mv > div p span {
  font-size: min(2.8rem, 28px);
  font-weight: 900;
}
@media screen and (min-width: 640px) {
  .c-mv > div p {
    font-size: min(7rem, 30px);
    margin-bottom: 56px;
    line-height: 1.5;
  }
  .c-mv > div p::before, .c-mv > div p::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .c-mv > div p::before {
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .c-mv > div p::after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .c-mv > div p span {
    font-size: min(4.6rem, 42px);
  }
}
@media screen and (min-width: 1024px) {
  .c-mv > div p {
    grid-column: 1/2;
    grid-row: 2/3;
    font-size: min(3rem, 30px);
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-mv > div p span {
    font-size: min(4.2rem, 42px);
  }
}

/* foundation */
/* ===========================================================================
   font-set
=========================================================================== */
/* title
 ========================================================================== */
h2[data-style=catch], h2[data-style=secHead] {
  font-weight: 700;
  font-size: min(3.2rem, 32px);
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
h2[data-style=catch]::before, h2[data-style=catch]::after, h2[data-style=secHead]::before, h2[data-style=secHead]::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
h2[data-style=catch]::before, h2[data-style=secHead]::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
h2[data-style=catch]::after, h2[data-style=secHead]::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (min-width: 640px) {
  h2[data-style=catch], h2[data-style=secHead] {
    font-size: min(6rem, 36px);
  }
}
@media screen and (min-width: 1024px) {
  h2[data-style=catch] {
    font-size: 48px;
    line-height: 1.3;
  }
  h2[data-style=catch]::before, h2[data-style=catch]::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  h2[data-style=catch]::before {
    margin-top: calc((1 - 1.3) * 0.5em);
  }
  h2[data-style=catch]::after {
    margin-bottom: calc((1 - 1.3) * 0.5em);
  }
  h2[data-style=secHead] {
    font-size: 40px;
  }
}
h3[data-style=large] {
  font-weight: 500;
  font-size: min(2.4rem, 24px);
  letter-spacing: 0.05em;
  line-height: 1.8;
}
h3[data-style=large]::before, h3[data-style=large]::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
h3[data-style=large]::before {
  margin-top: calc((1 - 1.4) * 0.5em);
}
h3[data-style=large]::after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}

@media screen and (min-width: 640px) {
  h3[data-style=large] {
    font-size: min(5rem, 32px);
  }
}
@media screen and (min-width: 1024px) {
  h3[data-style=large] {
    font-size: 32px;
  }
}
h3[data-style=small] {
  font-weight: 700;
  font-size: min(1.8rem, 18px);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
h3[data-style=small]::before, h3[data-style=small]::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
h3[data-style=small]::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
h3[data-style=small]::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (min-width: 640px) {
  h3[data-style=small] {
    font-size: min(4rem, 20px);
  }
}
@media screen and (min-width: 1024px) {
  h3[data-style=small] {
    font-size: 20px;
  }
}
h2[data-style=catch], h2[data-style=secHead] {
  margin-bottom: min(4rem, 40px);
}
h2[data-style=catch] img {
  display: block;
  width: 100%;
  max-width: 381px;
  margin: 0 auto 24px auto;
  padding-left: min(5.6rem, 56px);
  padding-right: min(5.6rem, 56px);
}
@media screen and (min-width: 640px) {
  h2[data-style=catch] img {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  h2[data-style=catch] img {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 640px) {
  h2[data-style=catch] {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 640px) {
  h2[data-style=catch] span {
    max-width: 300px;
    padding-left: 0;
    padding-right: 0;
  }
  h2[data-style=secHead] {
    margin-bottom: min(5.6rem, 56px);
  }
}
@media screen and (min-width: 1024px) {
  h2[data-style=catch] span {
    max-width: 350px;
  }
}

h3[data-style=large] {
  text-align: center;
}
h3[data-style=small] {
  text-align: center;
}
h3[data-style=small] span {
  display: inline-block;
  text-align: left;
}

/* foundation */
/* ===========================================================================
   btn / link-style
=========================================================================== */
/* btn
 ========================================================================== */
.c-mv-btn, .c-cta-btn {
  position: relative;
  display: block;
  border-radius: 999px;
  color: white !important;
  font-weight: 500;
  font-size: min(1.8rem, 18px);
  background: #1177DC;
  border: 5px solid #1177DC;
  text-align: center;
  margin-inline: auto;
  line-height: 1.3;
}
.c-mv-btn::before, .c-mv-btn::after, .c-cta-btn::before, .c-cta-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-mv-btn::before, .c-cta-btn::before {
  margin-top: calc((1 - 1.3) * 0.5em);
}
.c-mv-btn::after, .c-cta-btn::after {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
.c-mv-btn::after, .c-cta-btn::after {
  display: inline-block;
  content: "";
}
@media screen and (min-width: 640px) {
  .c-mv-btn, .c-cta-btn {
    font-size: min(4rem, 20px);
    transition: 0.3s cubic-bezier(0, 0.34, 0.32, 1);
  }
  .c-mv-btn:hover, .c-cta-btn:hover {
    color: #1177DC !important;
    background: white;
  }
}
@media screen and (min-width: 1024px) {
  .c-mv-btn, .c-cta-btn {
    font-size: 24px;
  }
}

.c-mv-btn {
  width: 276px;
  margin-top: 16px;
  padding: 18px;
}
.c-mv-btn::after {
  position: absolute;
  top: 12px;
  right: 4px;
  background-image: url(../img/img_tap.svg);
  background-size: contain;
  width: 43px;
  height: 54px;
}
@media screen and (min-width: 640px) {
  .c-mv-btn {
    width: 100%;
    max-width: 380px;
    transition: 0.3s cubic-bezier(0, 0.34, 0.32, 1);
  }
  .c-mv-btn:hover::after {
    background-image: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-mv-btn {
    margin-top: 0px;
    padding: 24px;
  }
  .c-mv-btn::after {
    top: 15px;
    right: 5px;
    width: 64px;
    height: 77px;
  }
}

.c-cta-btn {
  width: 100%;
  max-width: 450px;
  margin-inline: auto;
  padding: 18px 12px;
}
.c-cta-btn::after {
  background-image: url(../img/img_btn-arrow.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  vertical-align: -0.02em;
}
@media screen and (min-width: 1024px) {
  .c-cta-btn::after {
    width: 29px;
    height: 29px;
    vertical-align: -0.07em;
  }
}
@media screen and (min-width: 640px) {
  .c-cta-btn {
    padding: 30px;
  }
  .c-cta-btn::after {
    transition: 0.3s cubic-bezier(0, 0.34, 0.32, 1);
  }
  .c-cta-btn:hover::after {
    background-image: url(../img/img_btn-arrow_hover.svg);
  }
}
@media screen and (min-width: 1024px) {
  .c-cta-btn {
    max-width: 580px;
  }
}

/* foundation */
/* ===========================================================================
   card-style
=========================================================================== */
.c-card01 {
  max-width: 450px;
  display: grid;
  gap: 16px;
  align-items: flex-start;
  grid-template-rows: subgrid;
  grid-row: span 2;
  border-radius: 15px;
  background: white;
  padding: min(2.4rem, 24px);
  box-shadow: 0px 0px 15px 0px rgba(150, 0, 0, 0.9);
}
@media screen and (min-width: 640px) {
  .c-card01 {
    gap: min(2.4rem, 24px);
    padding: 40px 32px;
  }
}
.c-card01 h4 {
  display: flex;
  gap: min(1.6rem, 16px);
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 640px) {
  .c-card01 h4 {
    flex-direction: column;
  }
}
.c-card01 h4 img, .c-card01 h4 span {
  display: block;
}
.c-card01 h4 img {
  width: auto;
  height: 69px;
}
@media screen and (min-width: 640px) {
  .c-card01 h4 img {
    height: 71px;
  }
}
@media screen and (min-width: 1024px) {
  .c-card01 h4 img {
    height: 91px;
  }
}
.c-card01 h4 span {
  font-size: min(2rem, 20px);
  color: #EE3232;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .c-card01 h4 span {
    font-size: min(3.5rem, 24px);
  }
}
@media screen and (min-width: 1024px) {
  .c-card01 h4 span {
    font-size: 24px;
  }
}
.c-card01 p {
  color: black;
  letter-spacing: 0.05em;
  line-height: 1.8 !important;
  text-align: left !important;
}
.c-card01 p::before, .c-card01 p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-card01 p::before {
  margin-top: calc((1 - 1.8) * 0.5em);
}
.c-card01 p::after {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
.c-card01 p span {
  color: #EE3232;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .c-card01 p {
    font-weight: 300;
    font-size: min(2.8rem, 18px);
  }
}
@media screen and (min-width: 1024px) {
  .c-card01 p {
    font-size: 18px;
  }
}

.c-card02 {
  position: relative;
  display: grid;
  gap: 16px;
  grid-template-rows: subgrid;
  grid-row: span 2;
  width: 100%;
  max-width: 450px;
  border-radius: 15px;
  background: white;
  margin-inline: auto;
  padding: 32px 24px 24px 24px;
  box-shadow: 0px 0px 15px 0px rgba(150, 0, 0, 0.9);
}
.c-card02::before {
  position: absolute;
  top: -15px;
  left: 26px;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: inline-block;
  content: "";
  width: 63px;
  height: 100%;
}
.c-card02:nth-of-type(1)::before {
  background-image: url(../img/img_num01.svg);
  background-size: contain;
}
.c-card02:nth-of-type(2)::before {
  background-image: url(../img/img_num02.svg);
  background-size: contain;
}
.c-card02:nth-of-type(3)::before {
  background-image: url(../img/img_num03.svg);
  background-size: contain;
}
.c-card02:nth-of-type(4)::before {
  background-image: url(../img/img_num04.svg);
  background-size: contain;
}
.c-card02 h3 {
  color: #EE3232;
  text-align: center;
  padding-bottom: 10px;
  line-height: 1.5;
}
.c-card02 p {
  color: black;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.c-card02 p::before, .c-card02 p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-card02 p::before {
  margin-top: calc((1 - 1.8) * 0.5em);
}
.c-card02 p::after {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
@media screen and (min-width: 640px) {
  .c-card02 p {
    font-weight: 300;
    font-size: min(3rem, 16px);
  }
}
@media screen and (min-width: 1024px) {
  .c-card02 p {
    font-size: 16px;
  }
}

.c-card03, .c-card04 {
  display: grid;
  justify-content: center;
  border-radius: 15px;
  background: white;
  box-shadow: 0 0 15px 0px rgba(0, 80, 208, 0.25);
}

.c-card03 {
  gap: 10px;
  padding: 24px 8px;
}
@media screen and (min-width: 1024px) {
  .c-card03 {
    gap: 16px;
    padding: 32px;
  }
}
.c-card03 dt {
  width: 100%;
  max-width: 81px;
  margin-inline: auto;
}
.c-card03 dd {
  font-size: min(1.6rem, 16px);
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.4;
}
.c-card03 dd::before, .c-card03 dd::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-card03 dd::before {
  margin-top: calc((1 - 1.4) * 0.5em);
}
.c-card03 dd::after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
@media screen and (min-width: 640px) {
  .c-card03 dd {
    font-size: min(3.6rem, 18px);
  }
}
.c-card03 dd span {
  display: block;
  font-size: min(1.2rem, 12px);
  letter-spacing: 0;
  padding-top: 5px;
}
@media screen and (min-width: 640px) {
  .c-card03 dd span {
    font-size: min(2.4rem, 14px);
  }
}

.c-card04 {
  max-width: 450px;
  gap: 24px;
  padding: 24px;
}
@media screen and (min-width: 1024px) {
  .c-card04 {
    padding: 32px;
  }
}
.c-card04 dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.c-card04 dt img {
  display: block;
  width: 100%;
  max-width: 67px;
  margin-inline: auto;
}
.c-card04 dt p {
  color: #1177DC;
  font-size: min(1.8rem, 18px);
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
}
.c-card04 dt p::before, .c-card04 dt p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-card04 dt p::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-card04 dt p::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (min-width: 640px) {
  .c-card04 dt p {
    font-size: min(3.6rem, 18px);
  }
}
.c-card04 dt p span {
  display: block;
  font-size: min(1.6rem, 16px);
}
@media screen and (min-width: 640px) {
  .c-card04 dt p span {
    font-size: min(6rem, 16px);
  }
}
@media screen and (min-width: 1024px) {
  .c-card04 dt p span {
    font-size: 16px;
  }
}
.c-card04 dd {
  font-size: min(1.5rem, 15px);
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.c-card04 dd::before, .c-card04 dd::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-card04 dd::before {
  margin-top: calc((1 - 1.8) * 0.5em);
}
.c-card04 dd::after {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
@media screen and (min-width: 640px) {
  .c-card04 dd {
    font-weight: 300;
    font-size: min(3rem, 15px);
  }
}

/* foundation */
/* ===========================================================================
   acordion menu
=========================================================================== */
.c-acc {
  gap: 24px;
  max-width: 760px;
  margin-inline: auto;
}

.c-acc__item {
  width: 100%;
  border-radius: 10px;
  border: solid 1px #e5e5e5;
  padding: 24px;
}
.c-acc__item p {
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: left;
  line-height: 1.8;
}
.c-acc__item p::before, .c-acc__item p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-acc__item p::before {
  margin-top: calc((1 - 1.8) * 0.5em);
}
.c-acc__item p::after {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
.c-acc__item dt {
  width: 100%;
}
.c-acc__item button {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: center;
  width: 100%;
}
.c-acc__item button > span {
  font-weight: 700;
  font-size: 25px;
  color: #EE3232;
}
.c-acc__item button p {
  padding-right: 49px;
}

.c-acc__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.c-acc__btn span {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
}
.c-acc__btn span::before, .c-acc__btn span::after {
  position: absolute;
  top: 0;
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: black;
  transition: transform 0.4s cubic-bezier(0, 0.34, 0.32, 1);
}
.c-acc__btn span::after {
  transform: rotate(-90deg);
  transition: 0.4s;
  opacity: 1;
}

.c-acc__cont {
  display: flex;
  gap: 24px;
  width: 100%;
  height: 0;
  border-top: none;
  margin-top: 0;
  padding-top: 0x;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0, 0.34, 0.32, 1), padding 0.4s cubic-bezier(0, 0.34, 0.32, 1), margin 0.4s cubic-bezier(0, 0.34, 0.32, 1);
}
.c-acc__cont > span {
  font-weight: 700;
  font-size: 25px;
}

.c-acc__item.active .c-acc__cont {
  height: auto;
  border-top: dotted 1px #e5e5e5;
  margin-top: 24px;
  padding-top: 24px;
}

.c-acc__item.active .c-acc__btn span::before {
  transform: rotate(90deg);
}

.c-acc__item.active .c-acc__btn span::after {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */