@charset "UTF-8";
/* CSS Document */
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
@import url(//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap);
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

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

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

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

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

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

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

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

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

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/********** フォント設定 **********/
html, body {
  font-size: calc(10 * var(--basePixel) * 1px);
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
}

body.open {
  overflow: hidden;
}
body.modal-open {
  overflow: hidden;
}

/********** ベースタグ設定 **********/
* {
  max-height: 99999px;
}

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

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  a {
    transition: opacity 0.5s ease;
  }
}
@media (min-width: 768px) {
  a:hover {
    opacity: 0.75;
  }
}

.ja {
  font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.dummyBox {
  display: block;
  width: 100%;
  height: 1000px;
}

:root {
  --viewWidth: 1200;
  --contentsWidth: 690;
  --breakPoints: 768;
  --sideSpace: 15;
  --designWidth: calc(var(--contentsWidth) + (var(--sideSpace) * 2));
  --basePixel: 1;
  scroll-behavior: smooth;
  scroll-padding: 10rem;
}
@media (min-width: 768px) {
  :root {
    --breakPoints: 1230;
    --sideSpace: 15;
    --contentsWidth: 1200;
    scroll-padding: 13.4rem;
  }
}

/********** #wrapper **********/
#wrapper {
  font-size: calc(32 * var(--basePixel) * 1px);
  line-height: 1.7;
  width: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}
@media (min-width: 768px) {
  #wrapper {
    font-size: calc(28 * var(--basePixel) * 1px);
  }
}

/********** .container **********/
.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: calc(var(--designWidth) * 1px);
  }
}

/********** #header **********/
#header {
  position: absolute;
  width: 100%;
  z-index: 2;
}
#header .header_body {
  padding: 2rem;
}
#header .header_body a {
  display: block;
  width: 21rem;
}

#conversionButton {
  position: fixed;
  top: 20%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
  width: 8rem;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  #conversionButton {
    width: 11.4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#conversionButton > a {
  display: block;
  padding: 0 1.5rem;
  height: 20rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
  border-radius: 2rem 0 0 2rem;
  text-align: center;
  align-content: center;
}
@media (min-width: 768px) {
  #conversionButton > a {
    font-size: 2.8rem;
    height: 28.4rem;
  }
}
#conversionButton > a.gba_store {
  background-color: #0d8aac;
}
#conversionButton > a.gba_opening {
  background-color: #eb6e8f;
}
#conversionButton.active {
  opacity: 0;
  visibility: hidden;
}

#footer {
  background-color: #000000;
  color: #ffffff;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.6;
  padding: 5rem 0;
}
@media (min-width: 768px) {
  #footer {
    font-size: 1.4rem;
  }
}
#footer small {
  display: block;
  margin-top: 1.6em;
}

.btn01:before, #sec04 .sec04_h3:before, #sec02 .sec02_h3:before, #sec02 .yellowbox:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#mainVisual {
  position: relative;
}
@media (min-width: 768px) {
  #mainVisual {
    background: url(../img/bg_mv_md.png) no-repeat center/cover;
  }
}
#mainVisual .container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
#mainVisual .container img,
#mainVisual .container picture {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #mainVisual .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#mainVisual:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 124.4rem;
  background: url(../img/bg_mv_sm.png) no-repeat center top/contain;
}
@media (min-width: 768px) {
  #mainVisual:before {
    content: none;
  }
}

.sections {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (min-width: 768px) {
  .sections {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.sections .contents_inner {
  box-shadow: 0 0 1.6rem #d3d3d3;
  background-color: #ffffff;
  padding: 4rem 4rem 8rem;
}
@media (min-width: 768px) {
  .sections .contents_inner {
    padding: 9rem 9rem 10rem;
  }
}
.sections h2 {
  width: 100%;
}
.sections h2 picture {
  display: block;
  width: 100%;
}
.sections .sec01_flex {
  margin-top: 6rem;
  text-align: justify;
}
@media (min-width: 768px) {
  .sections .sec01_flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 4.8rem;
  }
}
.sections .sec01_flex picture {
  display: block;
  width: 44.4rem;
  margin-top: 5.2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .sections .sec01_flex picture {
    width: 37rem;
    flex-shrink: 0;
    margin: 0;
  }
}
.sections img {
  width: 100%;
}

#sec01 {
  background-color: #f9f9f9;
}
#sec01 p strong {
  font-weight: 700;
  color: #0d337d;
  display: inline-block;
  font-size: 4.8rem;
  background-color: #fde292;
  padding-left: 0.35em;
  padding-right: 0.35em;
  line-height: 1.4;
  margin: 0.3em 0;
}
@media (min-width: 768px) {
  #sec01 p strong {
    font-size: 4rem;
  }
}

#sec02 {
  background-color: #e7f5fd;
}
#sec02 .yellowbox {
  padding: 3rem;
  position: relative;
  margin-top: 6rem;
}
@media (min-width: 768px) {
  #sec02 .yellowbox {
    margin-top: 3rem;
    padding: 2rem;
  }
}
#sec02 .yellowbox:before {
  background-color: rgba(253, 226, 146, 0.3);
  mix-blend-mode: multiply;
  border-radius: 1rem;
}
#sec02 .yellowbox p {
  position: relative;
  text-align: center;
  font-size: 2.8rem;
}
#sec02 strong {
  color: #175dab;
}
#sec02 .ls-005 {
  letter-spacing: -0.05em;
}
#sec02 .list01 {
  display: flex;
  flex-direction: column;
  gap: 3rem 0;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  #sec02 .list01 {
    flex-direction: row;
    gap: 0 3rem;
  }
}
#sec02 .list01 > li {
  padding: 3rem;
  box-shadow: 0 0 1.6rem #d3d3d3;
  border-radius: 1rem;
  position: relative;
  overflow: clip;
}
@media (min-width: 768px) {
  #sec02 .list01 > li {
    padding: 5rem 0;
    width: 32rem;
    height: 32rem;
  }
}
#sec02 .list01 > li p {
  text-align: center;
  width: 29rem;
  font-size: 2.8rem;
  color: #0d337d;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 768px) {
  #sec02 .list01 > li p {
    width: 100%;
  }
}
#sec02 .list01 > li img,
#sec02 .list01 > li picture {
  display: block;
}
#sec02 .list01 > li img {
  width: 100%;
}
#sec02 .list01 > li picture {
  position: absolute;
}
#sec02 .list01 > li:nth-of-type(1) picture {
  width: 18.2rem;
  top: 4.8rem;
  right: 9.2rem;
}
@media (min-width: 768px) {
  #sec02 .list01 > li:nth-of-type(1) picture {
    top: 19rem;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
#sec02 .list01 > li:nth-of-type(2) picture {
  width: 26.1rem;
  top: 3.8rem;
  right: 3.7rem;
}
@media (min-width: 768px) {
  #sec02 .list01 > li:nth-of-type(2) picture {
    top: 18.5rem;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
#sec02 .list01 > li:nth-of-type(3) picture {
  width: 22.8rem;
  top: 3.8rem;
  right: 3.7rem;
}
@media (min-width: 768px) {
  #sec02 .list01 > li:nth-of-type(3) picture {
    top: 19rem;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
#sec02 .sec02_h3 {
  padding: 3rem 0;
  position: relative;
  margin-top: 7.2rem;
}
@media (min-width: 768px) {
  #sec02 .sec02_h3 {
    margin-top: 9.3rem;
    padding: 2rem 0;
  }
}
#sec02 .sec02_h3 span {
  font-size: 2.6rem;
  display: block;
  text-align: center;
  position: relative;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  #sec02 .sec02_h3 span {
    font-size: 2.8rem;
  }
}
#sec02 .sec02_h3 span strong {
  font-size: 3.2rem;
  color: #ffffff;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #sec02 .sec02_h3 span strong {
    font-size: 3.5rem;
  }
}
#sec02 .sec02_h3:before {
  background-color: #11337d;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
#sec02 .goalimg {
  display: block;
  margin-top: 5.3rem;
  position: relative;
  width: 55rem;
}
@media (min-width: 768px) {
  #sec02 .goalimg {
    width: 92.4rem;
    margin-top: 5.1rem;
  }
}
#sec02 .goalimg img {
  width: 100%;
  display: block;
}
#sec02 .goalimg .modal_point {
  position: absolute;
  width: 10rem;
  height: 10rem;
  background-color: #0078bf;
  cursor: pointer;
  font-size: 1rem;
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2;
  align-content: center;
  border-radius: 1000px;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  #sec02 .goalimg .modal_point {
    width: 16.6rem;
    height: 16.6rem;
    font-size: 2.8rem;
  }
}
#sec02 .goalimg .modal_point .yen {
  font-size: 71.4285714286%;
}
#sec02 .goalimg .modal_point:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-right: 0.2rem #ffffff solid;
  border-bottom: 0.2rem #ffffff solid;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@media (min-width: 768px) {
  #sec02 .goalimg .modal_point:after {
    width: 1.4rem;
    height: 1.4rem;
    bottom: 2rem;
  }
}
#sec02 .goalimg .modal_point:nth-of-type(1) {
  top: 0;
  left: 12.4rem;
}
@media (min-width: 768px) {
  #sec02 .goalimg .modal_point:nth-of-type(1) {
    left: 20.6rem;
  }
}
#sec02 .goalimg .modal_point:nth-of-type(2) {
  top: 7rem;
  left: 31.7rem;
}
@media (min-width: 768px) {
  #sec02 .goalimg .modal_point:nth-of-type(2) {
    top: 11.9rem;
    left: 53.9rem;
  }
}
#sec02 .goalimg .modal_point:nth-of-type(3) {
  top: 14.3rem;
  left: 51.1rem;
}
@media (min-width: 768px) {
  #sec02 .goalimg .modal_point:nth-of-type(3) {
    top: 23.9rem;
    left: 86.3rem;
  }
}
#sec02 .goalimg .modal_point:nth-of-type(4) {
  top: 28.3rem;
  left: 12.3rem;
}
@media (min-width: 768px) {
  #sec02 .goalimg .modal_point:nth-of-type(4) {
    top: 47.4rem;
    left: 20.8rem;
  }
}
#sec02 .goalimg .modal_point:nth-of-type(5) {
  top: 28.9rem;
  left: 31.1rem;
}
@media (min-width: 768px) {
  #sec02 .goalimg .modal_point:nth-of-type(5) {
    top: 48.2rem;
    left: 52.1rem;
  }
}
#sec02 .goalimg .modal_point:nth-of-type(6) {
  top: 40.5rem;
  left: 31.1rem;
}
@media (min-width: 768px) {
  #sec02 .goalimg .modal_point:nth-of-type(6) {
    top: 67.6rem;
    left: 52.1rem;
  }
}
#sec02 .goalimg .modal_point:nth-of-type(7) {
  top: 42.7rem;
  left: 51.1rem;
}
@media (min-width: 768px) {
  #sec02 .goalimg .modal_point:nth-of-type(7) {
    top: 71.3rem;
    left: 86.3rem;
  }
}

#sec03 {
  background-color: #f9f9f9;
}
#sec03 .tab01 {
  display: flex;
  gap: 0 3.5rem;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  #sec03 .tab01 {
    margin-top: 9rem;
  }
}
#sec03 .tab01 > * {
  flex-grow: 1;
  cursor: pointer;
  position: relative;
  padding-bottom: 2.1rem;
}
#sec03 .tab01 > * p {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #c2c2c2;
}
#sec03 .tab01 > * p.num {
  font-size: 3rem;
  font-weight: 900;
}
#sec03 .tab01 > *.current p {
  color: #0d337d;
}
#sec03 .tab01 > *.current:after {
  background-color: #0d337d;
}
#sec03 .tab01 > *:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #c2c2c2;
}
#sec03 .tab01_body {
  position: relative;
  width: 100%;
  margin-top: 5rem;
}
#sec03 .tab01_body > * {
  display: none;
}
#sec03 .tab01_body > *.initial {
  display: block;
}
#sec03 .tab01_body > * img,
#sec03 .tab01_body > * picture {
  display: block;
  width: 100%;
}

#sec04 {
  background-color: #e7f5fd;
}
#sec04 img,
#sec04 picture {
  display: block;
  width: 100%;
}
#sec04 .img_ttl {
  width: 100%;
}
@media (min-width: 768px) {
  #sec04 .img_ttl {
    width: 30.7rem;
    margin-left: 4.7rem;
    flex-shrink: 0;
  }
}
#sec04 .sec04_box01 {
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
  margin-top: 6rem;
}
@media (min-width: 768px) {
  #sec04 .sec04_box01 {
    flex-direction: row;
    gap: 0 3.8rem;
    margin-top: 2.8rem;
    align-items: center;
  }
}
#sec04 .sec04_box01 > * {
  flex-grow: 1;
}
#sec04 .h4_ttl01 {
  font-weight: 700;
  color: #0d337d;
  display: block;
  font-size: 4.4rem;
  background-color: #fde292;
  padding-left: 0.35em;
  padding-right: 0.35em;
  line-height: 1;
  padding: 1rem 2rem;
}
@media (min-width: 768px) {
  #sec04 .h4_ttl01 {
    font-size: 4rem;
  }
}
#sec04 .h4_ttl01 small {
  font-size: 70%;
}
#sec04 .sec04_box02 {
  background-color: rgba(50, 159, 218, 0.1);
  text-align: center;
  border-radius: 1rem;
  margin-top: 4rem;
  padding: 0 2rem 2rem;
}
@media (min-width: 768px) {
  #sec04 .sec04_box02 {
    padding: 0 4rem 4rem;
  }
}
#sec04 .sec04_box02 h4 {
  display: inline-block;
  font-size: 3.3rem;
  color: #ffffff;
  background-color: #329fda;
  line-height: 1.2;
  font-weight: 900;
  padding: 2rem 4.5rem;
  border-radius: 0 0 2rem 2rem;
}
#sec04 .sec04_box02 p {
  font-size: 2.4rem;
  color: #175dab;
}
@media (min-width: 768px) {
  #sec04 .sec04_box02 p {
    font-size: 2.2rem;
  }
}
#sec04 .sec04_h3 {
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 768px) {
  #sec04 .sec04_h3 {
    padding: 1.2rem 0 1.6rem;
  }
}
#sec04 .sec04_h3 span {
  font-size: 3.8rem;
  display: block;
  text-align: center;
  position: relative;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  #sec04 .sec04_h3 span {
    line-height: 1;
    font-size: 3.5rem;
  }
}
#sec04 .sec04_h3:before {
  background-color: #11337d;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
#sec04 .txt_blue {
  color: #175dab;
}
#sec04 .sec04_box03_img {
  border: 0.4rem #0d337d solid;
  padding-top: 8rem;
  border-radius: 1rem;
  margin-top: 7.2rem;
}
#sec04 .sec04_box03_img h3 {
  width: 100%;
}
#sec04 .sec04_box03_img h3 picture {
  display: block;
  width: 100%;
}
#sec04 .inner01 {
  background-color: #e7f5fd;
  padding: 5rem 3.5rem;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  #sec04 .inner01 {
    padding: 6rem;
  }
}
#sec04 .inner01 .sec04_h3 span {
  font-size: 3.3rem;
}
#sec04 .inner01 p.blue {
  color: #0d337d;
}
#sec04 .inner01 .white {
  background-color: #ffffff;
  padding: 3rem;
  margin-top: 5rem;
}

#sec05 {
  background-color: #f9f9f9;
}
#sec05 img,
#sec05 picture {
  display: block;
}
#sec05 img {
  width: 100%;
}
#sec05 .symbol {
  width: 46.1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  #sec05 .symbol {
    width: 60rem;
  }
}
#sec05 .btn01 {
  background-color: #329fda;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  #sec05 .btn01 {
    width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
}

#sec06 {
  background-color: #e7f5fd;
}
#sec06 img,
#sec06 picture {
  display: block;
  width: 100%;
}
#sec06 .btnbox {
  margin-top: 4.8rem;
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
}
@media (min-width: 768px) {
  #sec06 .btnbox {
    margin-top: 6.1rem;
    flex-direction: row;
    gap: 0 6rem;
  }
}
@media (min-width: 768px) {
  #sec06 .btnbox > * {
    flex-grow: 1;
  }
}
#sec06 .btnbox > *:nth-of-type(1) {
  background-color: #0d8aac;
}
#sec06 .btnbox > *:nth-of-type(2) {
  background-color: #eb6e8f;
}

#sec07.sections .contents_inner {
  background-color: #e7f5fd;
  box-shadow: none;
  font-size: 2.8rem;
  padding-top: 8rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  #sec07.sections .contents_inner {
    font-size: 2.4rem;
  }
}
#sec07.sections .contents_inner p ~ p {
  margin-top: 1.8em;
}
#sec07.sections .contents_inner a {
  color: #000000;
  text-decoration: underline;
}

.btn01 {
  display: block;
  width: 100%;
  height: 11.5rem;
  border-radius: 1rem;
  text-align: center;
  align-content: center;
  position: relative;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .btn01 {
    height: 10rem;
  }
}
.btn01:before {
  box-shadow: inset 0 -0.3rem 0 rgba(156, 153, 153, 0.35);
  mix-blend-mode: multiply;
  border-radius: 1rem;
}
.btn01:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  width: 1.3rem;
  height: 2.2rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  right: 2rem;
  top: calc(50% - 1.1rem);
}
.btn01 span {
  font-size: 3.2rem;
  color: #ffffff;
  letter-spacing: 0.5rem;
}
@media (min-width: 768px) {
  .btn01 span {
    font-size: 3rem;
  }
}
.btn01 > * {
  position: relative;
}

#modal-overlay {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.46);
  z-index: 999;
  transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
#modal-overlay.active {
  pointer-events: all;
  visibility: visible;
  transition: all 0.5s ease;
  opacity: 1;
}

.modal-base {
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.modal-base.active {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

.modalBox {
  width: calc(100% - 30px);
  max-height: 53.6731634183%;
  padding: 12rem 0 2rem;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow-y: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .modalBox {
    padding: 11rem 0 2rem;
    max-width: 102rem;
    max-height: 61.1111111111%;
  }
}
.modalBox.photo {
  width: 100%;
  padding-bottom: 0;
}
.modalBox.photo .modal-close-inner {
  right: 15px;
}
.modalBox .modal_inner {
  padding: 2rem;
}
.modalBox .modal_inner .modal_h4 {
  font-size: 3.8rem;
  line-height: 1.4;
  color: #1178bf;
  font-weight: 700;
}
@media (min-width: 768px) {
  .modalBox .modal_inner .modal_h4 {
    font-size: 3.5rem;
  }
}
.modalBox .modal_photo {
  height: 100%;
}
.modalBox .modal_photo picture {
  display: block;
  padding: 15px;
  width: 100%;
}
.modalBox .modal_photo img {
  max-width: none;
  max-width: inherit;
  width: 100%;
}

.modal-close-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 11rem;
  height: 11rem;
  cursor: pointer;
  background-color: #0d337d;
}
@media (min-width: 768px) {
  .modal-close-inner {
    width: 10rem;
    height: 10rem;
  }
}
.modal-close-inner:after, .modal-close-inner:before {
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  top: calc(50% - 2px);
  left: 20%;
}
@media (min-width: 768px) {
  .modal-close-inner:after, .modal-close-inner:before {
    height: 8px;
    top: calc(50% - 4px);
  }
}
.modal-close-inner:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-close-inner:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal_expansion {
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .modal_expansion {
    pointer-events: none;
  }
}
.modal_expansion img {
  display: block;
  width: 100%;
  position: relative;
}/*# sourceMappingURL=style.css.map */