@charset "UTF-8";
/* CSS Document */
@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
@import url(//fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);
/*! 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).
 */
*,
::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 */
  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;
}

:root {
  --scrollVar: 0px;
  --basePixel: calc((100vw - var(--scrollVar)) / 750);
  scroll-behavior: smooth;
  scroll-padding: 60px;
}
@media (min-width: 768px) {
  :root {
    --scrollVar: 15px;
    --basePixel: min(1px, calc((100vw - var(--scrollVar)) / 1230));
  }
}

html, body {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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 {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
  }
}

.en {
  font-family: "Lato", sans-serif;
}

#wrapper {
  font-weight: 500;
}

#header {
  height: 70px;
  align-content: center;
  padding-left: 15px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  #header {
    height: 100px;
  }
}
#header a {
  display: block;
  width: 180px;
}
@media (min-width: 768px) {
  #header a {
    width: 185px;
  }
  #header a:hover {
    opacity: 0.75;
  }
}
#header a img {
  display: block;
}

#mainVisual {
  background: url(../img/bg_mv_sm.jpg) no-repeat center/cover;
  color: #ffffff;
  padding-top: calc(50 * var(--basePixel));
  padding-bottom: calc(43 * var(--basePixel));
}
@media (min-width: 768px) {
  #mainVisual {
    background-image: url(../img/bg_mv_md.jpg);
    padding-top: calc(60 * var(--basePixel));
  }
}
#mainVisual .h1_mv picture {
  display: block;
}
@media (min-width: 768px) {
  #mainVisual .h1_mv picture {
    width: calc(1073 * var(--basePixel));
    margin-left: auto;
    margin-right: auto;
  }
}
#mainVisual .h1_mv picture img {
  width: 100%;
}
@media (min-width: 768px) {
  #mainVisual .mtv-md-00min {
    margin-top: -0.4em !important;
  }
}
#mainVisual .kikan_ttl {
  width: calc(230 * var(--basePixel));
  height: calc(42 * var(--basePixel));
  font-size: calc(20 * var(--basePixel));
  color: #1c59a8;
  text-align: center;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border: 2px #1c59a8 solid;
  font-weight: 700;
}
@media (min-width: 768px) {
  #mainVisual .kikan_ttl {
    border-width: 4px;
    width: calc(230 * var(--basePixel));
    height: calc(42 * var(--basePixel));
    font-size: calc(22 * var(--basePixel));
    margin-left: 0;
    margin-right: 0;
  }
}

#sec01 {
  padding-top: calc(60 * var(--basePixel));
  padding-bottom: calc(60 * var(--basePixel));
  margin-top: calc(8 * var(--basePixel));
  background: linear-gradient(to right, rgb(2, 103, 184) 0%, rgb(0, 72, 183) 50%, rgb(2, 103, 184) 100%);
}
@media (min-width: 768px) {
  #sec01 {
    padding-top: calc(30 * var(--basePixel));
    padding-bottom: calc(30 * var(--basePixel));
    margin-top: calc(5 * var(--basePixel));
  }
}
#sec01 .ttl01 {
  font-style: italic;
  font-size: calc(40 * var(--basePixel));
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-shadow: calc(5 * var(--basePixel)) calc(5 * var(--basePixel)) calc(6 * var(--basePixel)) #163257;
}
#sec01 .ttl01 strong {
  color: #f9ff4c;
}
#sec01 .ttl01 span {
  font-size: calc(56 * var(--basePixel));
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
#sec01 .ttl01 span.ml {
  display: inline-block;
  margin-left: 0.15em;
}
#sec01 .btn01 {
  display: block;
  width: calc(640 * var(--basePixel));
  margin-top: calc(34 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-decoration: none;
}
@media (min-width: 768px) {
  #sec01 .btn01 {
    width: calc(529 * var(--basePixel));
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
#sec01 .btn01 > span {
  background: linear-gradient(to bottom, rgb(239, 10, 10) 0%, rgb(181, 0, 0) 100%);
  display: block;
  position: relative;
  width: 100%;
  height: calc(104 * var(--basePixel));
  border: calc(6 * var(--basePixel)) #ffffff solid;
  border-radius: 1000px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  align-content: center;
  font-size: calc(36 * var(--basePixel));
  font-weight: 700;
  text-shadow: calc(2 * var(--basePixel)) calc(2 * var(--basePixel)) 0 #000000;
  letter-spacing: 0.1em;
  transition: opacity 0.5s ease;
}
@media (min-width: 768px) {
  #sec01 .btn01 > span {
    height: calc(86 * var(--basePixel));
    font-size: calc(30 * var(--basePixel));
    border-width: calc(4 * var(--basePixel));
  }
}
#sec01 .btn01 > span:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 3px #ffffff solid;
  border-right: 3px #ffffff solid;
  position: absolute;
  top: 50%;
  right: calc(35 * var(--basePixel));
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 768px) {
  #sec01 .btn01:hover > span {
    opacity: 0.75;
  }
}
#sec01 .btn01:before {
  content: "";
  display: block;
  position: absolute;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 0 calc(30 * var(--basePixel)) #8e8e8e;
  border-radius: 1000px;
}
@media (min-width: 768px) {
  #sec01 .box_sec01 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 calc(50 * var(--basePixel));
  }
}

#sec02 {
  background-color: #c9e1ff;
  padding-top: calc(66 * var(--basePixel));
  padding-bottom: calc(150 * var(--basePixel));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60 * var(--basePixel)), 50% 100%, 0 calc(100% - 60 * var(--basePixel)));
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  #sec02 {
    padding-bottom: calc(140 * var(--basePixel));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100 * var(--basePixel)), 50% 100%, 0 calc(100% - 100 * var(--basePixel)));
  }
}
#sec02 .h2_sec02 .txt01_sec02 {
  font-size: calc(36 * var(--basePixel));
  line-height: 1.8;
  font-weight: 500;
  width: calc(570 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 768px) {
  #sec02 .h2_sec02 .txt01_sec02 {
    width: 100%;
    text-align: center;
    font-size: calc(28 * var(--basePixel));
  }
}
#sec02 .h2_sec02 .txt01_sec02 img {
  width: calc(504 * var(--basePixel));
  margin-bottom: calc(-18 * var(--basePixel));
  margin-left: 0.3em;
  margin-right: 0.3em;
}
@media (min-width: 768px) {
  #sec02 .h2_sec02 .txt01_sec02 img {
    width: calc(376 * var(--basePixel));
    margin-bottom: calc(-9 * var(--basePixel));
  }
}
#sec02 .h2_sec02 .pic01_sec02 {
  display: block;
  width: calc(376 * var(--basePixel));
  margin-top: calc(48 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #sec02 .h2_sec02 .pic01_sec02 {
    margin-top: calc(36 * var(--basePixel));
    width: calc(858 * var(--basePixel));
  }
}
#sec02 .h2_sec02 .pic01_sec02 img {
  width: 100%;
}
#sec02 .h2_sec02 .pic02_sec02 {
  display: block;
  width: calc(698 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(33 * var(--basePixel));
}
@media (min-width: 768px) {
  #sec02 .h2_sec02 .pic02_sec02 {
    width: calc(902 * var(--basePixel));
  }
}
#sec02 .h2_sec02 .pic02_sec02 img {
  width: 100%;
}
#sec02 .ttl01_sec02 {
  width: calc(286 * var(--basePixel));
  height: calc(50 * var(--basePixel));
  background-color: #ffffff;
  border: 2px #1b58a9 solid;
  text-align: center;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
  font-size: calc(27 * var(--basePixel));
  color: #1b58a9;
  margin-top: calc(30 * var(--basePixel));
  padding-left: 0.3em;
  font-weight: 700;
}
@media (min-width: 768px) {
  #sec02 .ttl01_sec02 {
    width: calc(290 * var(--basePixel));
    height: calc(56 * var(--basePixel));
    border-width: 4px;
  }
}
#sec02 .txt02_sec02 {
  font-size: calc(30 * var(--basePixel));
  text-align: center;
  margin-top: calc(23 * var(--basePixel));
  position: relative;
}
@media (min-width: 768px) {
  #sec02 .txt02_sec02 {
    padding: 0;
    font-size: calc(37 * var(--basePixel));
  }
}
#sec02 .txt02_sec02 > p.base {
  position: relative;
  z-index: 2;
  font-weight: 700;
  -webkit-text-stroke: calc(8 * var(--basePixel)) #ffffff;
  text-stroke: calc(8 * var(--basePixel)) #ffffff;
  paint-order: stroke;
}
#sec02 .txt02_sec02 > p.hukuro {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(2 * var(--basePixel));
  paint-order: stroke;
  -webkit-text-stroke: calc(8 * var(--basePixel)) #ffffff;
  text-stroke: calc(8 * var(--basePixel)) #ffffff;
  paint-order: stroke;
}
@media (min-width: 768px) {
  #sec02 .txt02_sec02 > p.hukuro {
    top: 0;
  }
}
#sec02 .txt02_sec02 small {
  font-size: calc(24 * var(--basePixel));
}
@media (min-width: 768px) {
  #sec02 .txt02_sec02 small {
    font-size: calc(30 * var(--basePixel));
  }
}
#sec02 .txt02_sec02 .year {
  margin-left: 0.1em;
}

.btn_moushikomi {
  display: block;
  width: calc(640 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-decoration: none;
}
@media (min-width: 768px) {
  .btn_moushikomi {
    width: calc(529 * var(--basePixel));
  }
}
.btn_moushikomi > span {
  font-weight: 700;
  background: linear-gradient(to bottom, rgb(0, 28, 236) 0%, rgb(0, 18, 156) 100%);
  display: block;
  position: relative;
  width: 100%;
  height: calc(104 * var(--basePixel));
  border: calc(6 * var(--basePixel)) #ffffff solid;
  border-radius: 1000px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  align-content: center;
  font-size: calc(36 * var(--basePixel));
  letter-spacing: 0.1em;
  transition: opacity 0.5s ease;
}
@media (min-width: 768px) {
  .btn_moushikomi > span {
    height: calc(86 * var(--basePixel));
    font-size: calc(30 * var(--basePixel));
    border-width: calc(4 * var(--basePixel));
  }
}
.btn_moushikomi > span:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 3px #ffffff solid;
  border-right: 3px #ffffff solid;
  position: absolute;
  top: 50%;
  right: calc(35 * var(--basePixel));
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 768px) {
  .btn_moushikomi:hover > span {
    opacity: 0.75;
  }
}
.btn_moushikomi:before {
  content: "";
  display: block;
  position: absolute;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 0 calc(20 * var(--basePixel)) #8e8e8e;
  border-radius: 1000px;
}

#sec03 {
  margin-top: calc(-60 * var(--basePixel));
  padding-top: calc(145 * var(--basePixel));
  padding-bottom: calc(70 * var(--basePixel));
  background-image: linear-gradient(0deg, transparent calc(100% - 2px), #e2edfb calc(100% - 2px)), linear-gradient(90deg, transparent calc(100% - 2px), #e2edfb calc(100% - 2px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
}
@media (min-width: 768px) {
  #sec03 {
    margin-top: calc(-100 * var(--basePixel));
    padding-bottom: calc(100 * var(--basePixel));
  }
}
#sec03 .pic01_sec03 {
  display: block;
  margin-top: calc(80 * var(--basePixel));
}
@media (min-width: 768px) {
  #sec03 .pic01_sec03 {
    width: calc(777 * var(--basePixel));
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}
#sec03 .pic01_sec03 img {
  width: 100%;
  display: block;
}
#sec03 .pic02_sec03 {
  display: block;
  margin-top: calc(55 * var(--basePixel));
}
@media (min-width: 768px) {
  #sec03 .pic02_sec03 {
    width: calc(714 * var(--basePixel));
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(12 * var(--basePixel));
  }
}
#sec03 .pic02_sec03 img {
  width: 100%;
  display: block;
}
#sec03 .table01_sec03 {
  margin-top: calc(80 * var(--basePixel));
  border: 1px #b3b3b3 solid;
}
@media (min-width: 768px) {
  #sec03 .table01_sec03 {
    display: table;
    margin-top: calc(57 * var(--basePixel));
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  #sec03 .table01_sec03 > dl {
    display: table-row;
  }
}
#sec03 .table01_sec03 > dl > dt {
  background-color: #1c59a8;
  color: #ffffff;
  font-size: calc(30 * var(--basePixel));
  text-align: center;
  padding: 0.8em;
  border-bottom: 1px #b3b3b3 solid;
}
@media (min-width: 768px) {
  #sec03 .table01_sec03 > dl > dt {
    display: table-cell;
    border-right: 1px #b3b3b3 solid;
    font-size: calc(18 * var(--basePixel));
    width: calc(248 * var(--basePixel));
  }
}
#sec03 .table01_sec03 > dl > dd {
  font-size: calc(30 * var(--basePixel));
  text-align: center;
  padding: 0.8em;
  font-weight: 700;
  background-color: #ffffff;
  border-bottom: 1px #b3b3b3 solid;
}
@media (min-width: 768px) {
  #sec03 .table01_sec03 > dl > dd {
    display: table-cell;
    font-size: calc(18 * var(--basePixel));
    width: calc(512 * var(--basePixel));
  }
}
#sec03 .table01_sec03 > dl > dd small {
  font-size: calc(26 * var(--basePixel));
  font-weight: 400;
}
@media (min-width: 768px) {
  #sec03 .table01_sec03 > dl > dd small {
    font-size: calc(16 * var(--basePixel));
  }
}
@media (min-width: 768px) {
  #sec03 .table01_sec03 > dl.yellow > dt {
    border-bottom: none;
  }
}
#sec03 .table01_sec03 > dl.yellow > dd {
  background-color: #fffcc9;
  color: #1c59a8;
  border-bottom: none;
}
@media (min-width: 768px) {
  #sec03 .table-note {
    max-width: calc(698 * var(--basePixel));
    margin-left: auto;
    margin-right: auto;
  }
}
#sec03 .arrow01_sec03 {
  display: block;
  width: calc(68 * var(--basePixel));
  height: calc(24 * var(--basePixel));
  background-color: #1c59a8;
  margin: calc(64 * var(--basePixel)) auto calc(37 * var(--basePixel));
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 768px) {
  #sec03 .arrow01_sec03 {
    width: calc(49 * var(--basePixel));
    height: calc(17 * var(--basePixel));
    margin: calc(17 * var(--basePixel)) auto calc(32 * var(--basePixel));
  }
}
#sec03 .box01_sec03 {
  background-color: #fffcc9;
  padding: calc(37 * var(--basePixel));
  border-radius: calc(16 * var(--basePixel));
  border: calc(8 * var(--basePixel)) #1c59a8 solid;
  box-shadow: calc(4 * var(--basePixel)) calc(4 * var(--basePixel)) 0 #1c59a8;
}
#sec03 .txt01_sec03 {
  font-size: calc(40 * var(--basePixel));
  font-weight: 700;
  text-align: center;
  color: #1c59a8;
}
@media (min-width: 768px) {
  #sec03 .txt01_sec03 {
    font-size: calc(26 * var(--basePixel));
  }
}
#sec03 .txt02_sec03 {
  font-size: calc(62 * var(--basePixel));
  font-weight: 700;
  font-style: italic;
  text-align: center;
  color: #ffffff;
  margin-top: calc(20 * var(--basePixel));
}
#sec03 .txt02_sec03 p {
  display: inline-block;
  line-height: 1.4;
  background-color: #1c59a8;
}
@media (min-width: 768px) {
  #sec03 .txt02_sec03 {
    font-size: calc(45 * var(--basePixel));
  }
}
#sec03 .txt02_sec03 picture {
  display: inline-block;
  width: calc(524 * var(--basePixel));
}
@media (min-width: 768px) {
  #sec03 .txt02_sec03 picture {
    width: calc(650 * var(--basePixel));
  }
}
#sec03 .pic03_sec03 {
  display: block;
  margin-top: calc(92 * var(--basePixel));
}
@media (min-width: 768px) {
  #sec03 .pic03_sec03 {
    width: calc(673 * var(--basePixel));
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(68 * var(--basePixel));
  }
}
#sec03 .pic03_sec03 img {
  display: block;
  width: 100%;
}

#sec04 {
  background-color: #c9e1ff;
  padding-top: calc(68 * var(--basePixel));
  padding-bottom: calc(150 * var(--basePixel));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60 * var(--basePixel)), 50% 100%, 0 calc(100% - 60 * var(--basePixel)));
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  #sec04 {
    padding-top: calc(90 * var(--basePixel));
    padding-bottom: calc(140 * var(--basePixel));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100 * var(--basePixel)), 50% 100%, 0 calc(100% - 100 * var(--basePixel)));
  }
}
#sec04 .h2_sec04 {
  width: calc(606 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #sec04 .h2_sec04 {
    width: calc(708 * var(--basePixel));
  }
}
#sec04 .h2_sec04 img {
  display: block;
  width: 100%;
}
#sec04 .pic01_sec04 {
  display: block;
  margin-top: calc(75 * var(--basePixel));
}
@media (min-width: 768px) {
  #sec04 .pic01_sec04 {
    margin-top: calc(22 * var(--basePixel));
  }
}
#sec04 .pic01_sec04 img {
  width: 100%;
}
#sec04 .txt01_sec04 {
  font-size: calc(40 * var(--basePixel));
  text-align: center;
  margin-top: calc(69 * var(--basePixel));
  line-height: 1.5;
}
@media (min-width: 768px) {
  #sec04 .txt01_sec04 {
    font-size: calc(30 * var(--basePixel));
    margin-top: calc(44 * var(--basePixel));
  }
}
#sec04 .txt01_sec04 strong {
  background-color: #fffcc9;
}
#sec04 .note01_sec04 {
  font-weight: 400;
  display: flex;
  font-size: calc(28 * var(--basePixel));
  line-height: 1.6;
}
@media (min-width: 768px) {
  #sec04 .note01_sec04 {
    display: block;
    text-align: center;
    font-size: calc(14 * var(--basePixel));
  }
}
#sec04 .pic02_sec04 {
  display: block;
  margin-top: calc(93 * var(--basePixel));
}
@media (min-width: 768px) {
  #sec04 .pic02_sec04 {
    margin-top: calc(38 * var(--basePixel));
  }
}
#sec04 .pic02_sec04 img {
  width: 100%;
}
#sec04 .accordion01_sec04 {
  border: calc(8 * var(--basePixel)) #1b58a9 solid;
  margin-top: calc(122 * var(--basePixel));
}
@media (min-width: 768px) {
  #sec04 .accordion01_sec04 {
    margin-top: calc(39 * var(--basePixel));
  }
}
#sec04 .accordion01_sec04 > dt {
  color: #ffffff;
  font-size: calc(38 * var(--basePixel));
  background-color: #1b58a9;
  height: calc(138 * var(--basePixel));
  align-content: center;
  padding-left: calc(36 * var(--basePixel));
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  #sec04 .accordion01_sec04 > dt {
    height: calc(84 * var(--basePixel));
    font-size: calc(24 * var(--basePixel));
    text-align: center;
  }
}
#sec04 .accordion01_sec04 > dt:after, #sec04 .accordion01_sec04 > dt:before {
  content: "";
  display: block;
  width: calc(40 * var(--basePixel));
  height: calc(8 * var(--basePixel));
  background-color: #ffffff;
  position: absolute;
  top: calc(50% - 4 * var(--basePixel));
  right: calc(59 * var(--basePixel));
}
@media (min-width: 768px) {
  #sec04 .accordion01_sec04 > dt:after, #sec04 .accordion01_sec04 > dt:before {
    width: calc(28 * var(--basePixel));
    height: calc(6 * var(--basePixel));
  }
}
#sec04 .accordion01_sec04 > dt:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#sec04 .accordion01_sec04 > dt.open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#sec04 .accordion01_sec04 > dd {
  background-color: #ffffff;
  padding: calc(40 * var(--basePixel));
  font-size: calc(28 * var(--basePixel));
  font-weight: 400;
  line-height: 1.7;
  display: none;
}
@media (min-width: 768px) {
  #sec04 .accordion01_sec04 > dd {
    font-size: calc(16 * var(--basePixel));
  }
}
#sec04 .table01_sec04 {
  margin-top: calc(50 * var(--basePixel));
  border: 1px #b3b3b3 solid;
}
@media (min-width: 768px) {
  #sec04 .table01_sec04 {
    display: table;
    margin-top: calc(26 * var(--basePixel));
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  #sec04 .table01_sec04 > dl {
    display: table-row;
  }
}
#sec04 .table01_sec04 > dl > dt {
  background-color: #cdddf2;
  font-size: calc(30 * var(--basePixel));
  text-align: center;
  padding: 0.8em;
  border-bottom: 1px #b3b3b3 solid;
  font-weight: 400;
}
@media (min-width: 768px) {
  #sec04 .table01_sec04 > dl > dt {
    display: table-cell;
    border-right: 1px #b3b3b3 solid;
    font-size: calc(18 * var(--basePixel));
    width: calc(296 * var(--basePixel));
  }
}
#sec04 .table01_sec04 > dl > dd {
  font-size: calc(30 * var(--basePixel));
  text-align: center;
  padding: 0.8em;
  font-weight: 700;
  background-color: #ffffff;
  border-bottom: 1px #b3b3b3 solid;
  color: #1b58a9;
}
@media (min-width: 768px) {
  #sec04 .table01_sec04 > dl > dd {
    display: table-cell;
    font-size: calc(18 * var(--basePixel));
    width: calc(296 * var(--basePixel));
  }
}
@media (min-width: 768px) {
  #sec04 .table01_sec04 > dl.last > dt {
    border-bottom: none;
  }
}
#sec04 .table01_sec04 > dl.last > dd {
  border-bottom: none;
}
@media (min-width: 768px) {
  #sec04 .table-note {
    max-width: calc(594 * var(--basePixel));
    margin-left: auto;
    margin-right: auto;
  }
}
#sec04 .note02_sec04 {
  font-size: calc(28 * var(--basePixel));
  text-align: center;
  margin-top: calc(21 * var(--basePixel));
}
@media (min-width: 768px) {
  #sec04 .note02_sec04 {
    margin-top: calc(11 * var(--basePixel));
    font-size: calc(16 * var(--basePixel));
  }
}
#sec04 .note02_sec04 .inner {
  display: inline-block;
}
@media (min-width: 768px) {
  #sec04 .note02_sec04 .inner {
    text-align: left;
  }
}
#sec04 .note02_sec04 .inner > ul {
  margin-top: calc(21 * var(--basePixel));
}
@media (min-width: 768px) {
  #sec04 .note02_sec04 .inner > ul {
    margin-top: calc(11 * var(--basePixel));
  }
}
#sec04 .note02_sec04 .inner > ul > li {
  display: flex;
  align-items: flex-start;
  text-align: left;
}
#sec04 .note02_sec04 .inner > ul > li:before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: #1b58a9;
  border-radius: 1000px;
  flex-shrink: 0;
  margin-top: 0.35em;
  margin-right: 0.5em;
}
#sec04 .link01_sec04 {
  text-decoration: underline;
  font-size: calc(30 * var(--basePixel));
  color: #000000;
}
@media (min-width: 768px) {
  #sec04 .link01_sec04 {
    font-size: calc(18 * var(--basePixel));
  }
}

#sec05 {
  margin-top: calc(-60 * var(--basePixel));
  padding-top: calc(145 * var(--basePixel));
  padding-bottom: calc(88 * var(--basePixel));
  background-image: linear-gradient(0deg, transparent calc(100% - 2px), #e2edfb calc(100% - 2px)), linear-gradient(90deg, transparent calc(100% - 2px), #e2edfb calc(100% - 2px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
}
@media (min-width: 768px) {
  #sec05 {
    margin-top: calc(-100 * var(--basePixel));
    padding-bottom: calc(51 * var(--basePixel));
  }
}
#sec05 .pic01_sec05 {
  display: block;
  width: calc(528 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #sec05 .pic01_sec05 {
    width: calc(632 * var(--basePixel));
  }
}
#sec05 .pic01_sec05 img {
  width: 100%;
  display: block;
}
#sec05 .pic02_sec05 {
  display: block;
  width: calc(526 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(80 * var(--basePixel));
}
@media (min-width: 768px) {
  #sec05 .pic02_sec05 {
    width: calc(1198 * var(--basePixel));
    margin-top: calc(55 * var(--basePixel));
  }
}
#sec05 .pic02_sec05 img {
  width: 100%;
  display: block;
}
#sec05 .pic03_sec05 {
  display: block;
  margin-top: calc(109 * var(--basePixel));
}
@media (min-width: 768px) {
  #sec05 .pic03_sec05 {
    margin-top: calc(32 * var(--basePixel));
  }
}
#sec05 .pic03_sec05 img {
  width: 100%;
  display: block;
}

#disclaimer {
  background-color: #c9e1ff;
  padding-top: calc(102 * var(--basePixel));
  padding-bottom: calc(91 * var(--basePixel));
}
@media (min-width: 768px) {
  #disclaimer {
    padding-top: calc(37 * var(--basePixel));
    padding-bottom: calc(33 * var(--basePixel));
  }
}
#disclaimer .h2_dis {
  display: flex;
  font-size: calc(40 * var(--basePixel));
}
@media (min-width: 768px) {
  #disclaimer .h2_dis {
    font-size: calc(20 * var(--basePixel));
  }
}
#disclaimer .h2_dis:before {
  content: "";
  display: block;
  background-color: #1b58a9;
  width: 1em;
  height: 1em;
  border-radius: 1000px;
  margin-right: 0.3em;
  flex-shrink: 0;
}
#disclaimer .h2_dis span {
  flex-grow: 1;
}
#disclaimer .list_dis > li {
  display: flex;
  font-size: calc(28 * var(--basePixel));
  margin-top: calc(20 * var(--basePixel));
  line-height: 1.7;
  font-weight: 400;
}
@media (min-width: 768px) {
  #disclaimer .list_dis > li {
    margin-top: calc(10 * var(--basePixel));
    font-size: calc(14 * var(--basePixel));
  }
}
#disclaimer .list_dis > li:before {
  content: "※";
  margin-right: 0.3em;
  flex-shrink: 0;
}
#disclaimer .list_dis > li > div {
  flex-grow: 1;
}

#telbox {
  background-color: #1b58a9;
  color: #ffffff;
  padding-top: calc(81 * var(--basePixel));
  padding-bottom: calc(60 * var(--basePixel));
}
@media (min-width: 768px) {
  #telbox {
    padding-top: calc(40 * var(--basePixel));
    padding-bottom: calc(40 * var(--basePixel));
  }
}
#telbox .container {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  #telbox .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#telbox .inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #telbox .inner {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0 calc(20 * var(--basePixel));
  }
}
#telbox a {
  font-size: calc(70 * var(--basePixel));
  color: #ffffff;
  display: block;
}
@media (min-width: 768px) {
  #telbox a {
    font-size: calc(50 * var(--basePixel));
    letter-spacing: 0.08em;
    cursor: default;
    pointer-events: none;
  }
}

#footer .btnbox {
  padding: calc(70 * var(--basePixel)) 0;
}
@media (min-width: 768px) {
  #footer .btnbox {
    padding: calc(50 * var(--basePixel)) 0;
  }
}
#footer .company {
  display: block;
  background-color: #0066aa;
  font-weight: 400;
  padding: calc(40 * var(--basePixel)) 0;
}
@media (min-width: 768px) {
  #footer .company {
    padding: calc(28 * var(--basePixel)) 0;
    text-align: center;
  }
}
#footer .company span {
  line-height: 1.6;
  font-size: calc(24 * var(--basePixel));
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  #footer .company span {
    line-height: 1.4;
    font-size: calc(14 * var(--basePixel));
  }
}

#pagetop {
  position: sticky;
  bottom: calc(500 * var(--basePixel));
  left: 0;
  z-index: 10;
  width: 100%;
  height: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media (min-width: 768px) {
  #pagetop {
    bottom: calc(300 * var(--basePixel));
  }
}
#pagetop.active {
  pointer-events: all;
  opacity: 1;
}
#pagetop a {
  position: absolute;
  display: block;
  width: calc(120 * var(--basePixel));
  top: calc(80 * var(--basePixel));
  right: 15px;
}
@media (min-width: 768px) {
  #pagetop a {
    width: calc(60 * var(--basePixel));
    top: calc(25 * var(--basePixel));
  }
}
#pagetop a img {
  display: block;
  width: 100%;
}

#conversion {
  position: sticky;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: calc(50 * var(--basePixel)) 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media (min-width: 768px) {
  #conversion {
    padding: calc(40 * var(--basePixel)) 0;
  }
}
#conversion.active {
  pointer-events: all;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */