@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+Sans+JP:wght@100..900&display=swap);
@import url(//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap);
@import url("//fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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");
@import url("//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,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", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

body.open {
  overflow: hidden;
}

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

img {
  max-width: 100%;
  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: 767px) {
  a {
    transition: opacity 0.5s ease;
  }
}
@media (min-width: 767px) {
  a:hover {
    opacity: 0.75;
  }
}

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

.en01 {
  font-family: "Oswald", sans-serif;
}

.en02 {
  font-family: "Open Sans", sans-serif;
}

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

.en04 {
  font-family: "Roboto", sans-serif;
}

.en05 {
  font-family: "Jost", sans-serif;
}

:root {
  --viewWidth: 1200;
  --contentsWidth: 690;
  --breakPoints: 767;
  --sideSpace: 15;
  --designWidth: calc(var(--contentsWidth) + (var(--sideSpace) * 2));
  --basePixel: 1;
  scroll-behavior: smooth;
}
@media (min-width: 767px) {
  :root {
    --breakPoints: 1110;
    --sideSpace: 15;
    --contentsWidth: 1080;
  }
}

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

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

#header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
#header .header_body {
  background-color: #ffffff;
  z-index: 2;
  position: relative;
}

#footer {
  background-color: #000000;
  padding: calc(20 * var(--basePixel) * 1px) 0;
}
@media (min-width: 767px) {
  #footer {
    padding: calc(10 * var(--basePixel) * 1px) 0;
  }
}
#footer small {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: calc(20 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #footer small {
    font-size: calc(12 * var(--basePixel) * 1px);
  }
}

#header {
  position: static;
}
#header .container {
  max-width: none;
}
#header .logo img {
  width: calc(219 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #header .logo img {
    width: calc(146 * var(--basePixel) * 1px);
  }
}

#mv h2 img {
  width: 100%;
}

@media (min-width: 767px) {
  .cv_btn .inner {
    width: calc(760 * var(--basePixel) * 1px);
    margin-left: auto;
    margin-right: auto;
  }
}

#sec01 {
  background-color: #fff5f5;
}
@media (min-width: 767px) {
  #sec01 .container {
    max-width: 1260px;
  }
}
@media (min-width: 767px) {
  #sec01 .container .inner {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
#sec01 .container .inner .img01 img {
  width: calc(350 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #sec01 .container .inner .img01 img {
    width: calc(350 * var(--basePixel) * 1px);
  }
}
#sec01 .container .inner .bg_sec01 {
  position: relative;
}
#sec01 .container .inner .bg_sec01:before {
  position: absolute;
  content: "";
  width: 100%;
  aspect-ratio: 671/280;
  background: url(../img/bg_sec01_sm.png) no-repeat 0 0/contain;
  top: calc(310 * var(--basePixel) * 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  mix-blend-mode: multiply;
}
@media (min-width: 767px) {
  #sec01 .container .inner .bg_sec01:before {
    aspect-ratio: 1229/511;
    background: url(../img/bg_sec01_md.png) no-repeat 0 0/contain;
    top: calc(20 * var(--basePixel) * 1px);
  }
}
#sec01 .container .inner .bg_sec01 > div {
  position: relative;
  z-index: 2;
}
@media (min-width: 767px) {
  #sec01 .container .inner .bg_sec01 > div {
    width: calc(900 * var(--basePixel) * 1px);
    margin: 0 auto;
  }
}
#sec01 .container .inner .bg_sec01 > div.note_block {
  margin-top: calc(20 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #sec01 .container .inner .bg_sec01 > div.note_block {
    width: calc(900 * var(--basePixel) * 1px);
    margin: calc(10 * var(--basePixel) * 1px) auto 0;
  }
}

#sec02 {
  background-color: #ffffff;
}
#sec02 .img03 img {
  width: 100%;
}
@media (min-width: 767px) {
  #sec02 .img03 img {
    width: calc(680 * var(--basePixel) * 1px);
  }
}
#sec02 .point_list {
  gap: calc(45 * var(--basePixel) * 1px);
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  #sec02 .point_list {
    gap: calc(30 * var(--basePixel) * 1px);
    flex-wrap: wrap;
    flex-direction: row;
  }
}
#sec02 .point_list .point {
  width: 100%;
  background-color: #f3f3f3;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  padding: calc(40 * var(--basePixel) * 1px);
  text-align: center;
}
@media (min-width: 767px) {
  #sec02 .point_list .point {
    width: calc(525 * var(--basePixel) * 1px);
    padding: calc(30 * var(--basePixel) * 1px);
  }
}
#sec02 .point_list .point .ttl {
  width: calc(196 * var(--basePixel) * 1px);
  height: calc(40 * var(--basePixel) * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/point_ttl_bg_sm.png) repeat-x 0 0/contain;
  color: #ffffff;
  font-weight: 700;
  font-size: calc(20 * var(--basePixel) * 1px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  #sec02 .point_list .point .ttl {
    width: calc(150 * var(--basePixel) * 1px);
    height: calc(30 * var(--basePixel) * 1px);
    background: url(../img/point_ttl_bg_md.png) repeat-x 0 0/contain;
    font-size: calc(18 * var(--basePixel) * 1px);
  }
}
#sec02 .point_list .point .ttl span {
  line-height: 1;
}
#sec02 .point_list .point .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(35 * var(--basePixel) * 1px);
}
#sec02 .point_list .point .icon {
  width: calc(153 * var(--basePixel) * 1px);
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
@media (min-width: 767px) {
  #sec02 .point_list .point .icon {
    width: calc(118 * var(--basePixel) * 1px);
  }
}
#sec02 .point_list .point .icon.img05 {
  width: calc(217 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #sec02 .point_list .point .icon.img05 {
    width: calc(167 * var(--basePixel) * 1px);
  }
}
#sec02 .point_list .point .icon.img06 {
  width: calc(148 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #sec02 .point_list .point .icon.img06 {
    width: calc(116 * var(--basePixel) * 1px);
  }
}
#sec02 .point_list .point .icon.img07 {
  width: calc(254 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #sec02 .point_list .point .icon.img07 {
    width: calc(196 * var(--basePixel) * 1px);
  }
}

#sec03 {
  background-color: #fff5f5;
}
#sec03 .inner {
  width: 100%;
}
@media (min-width: 767px) {
  #sec03 .inner {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
#sec03 .inner .img08 img {
  width: calc(600 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #sec03 .inner .img08 img {
    width: calc(895 * var(--basePixel) * 1px);
  }
}
#sec03 .inner .text_link {
  text-decoration: underline;
  color: #0000ff;
}

#sec04 {
  background-color: #ffffff;
}
#sec04 .img10 img {
  width: calc(641 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #sec04 .img10 img {
    width: calc(650 * var(--basePixel) * 1px);
  }
}
#sec04 .img11 img {
  width: calc(715 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #sec04 .img11 img {
    width: calc(1104 * var(--basePixel) * 1px);
  }
}

#sec05 {
  background-color: #fff5f5;
}
#sec05 .img12 img {
  width: calc(551 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #sec05 .img12 img {
    width: calc(510 * var(--basePixel) * 1px);
  }
}
@media (min-width: 767px) {
  #sec05 .inner {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
}
#sec05 .toggle_box {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
#sec05 .toggle_box .slideToggle {
  padding: calc(40 * var(--basePixel) * 1px);
  position: relative;
  cursor: pointer;
}
@media (min-width: 767px) {
  #sec05 .toggle_box .slideToggle {
    padding: calc(35 * var(--basePixel) * 1px);
  }
}
#sec05 .toggle_box .slideToggle:before {
  position: absolute;
  content: "";
  width: calc(28 * var(--basePixel) * 1px);
  aspect-ratio: 28/16;
  background: url(../img/toggle_arrow01_01.png) no-repeat 0 0/contain;
  top: 50%;
  right: calc(30 * var(--basePixel) * 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sec05 .toggle_box .slideToggle.active:before {
  background: url(../img/toggle_arrow01_02.png) no-repeat 0 0/contain;
}
#sec05 .toggle_box .slideToggle .ttl {
  display: inline-block;
}
#sec05 .toggle_box .slideToggle .ttl p {
  width: calc(178 * var(--basePixel) * 1px);
  height: calc(40 * var(--basePixel) * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/step_ttl_bg_sm.png) repeat-x 0 0/contain;
  color: #ffffff;
  font-weight: 700;
  font-size: calc(20 * var(--basePixel) * 1px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  #sec05 .toggle_box .slideToggle .ttl p {
    width: calc(150 * var(--basePixel) * 1px);
    height: calc(30 * var(--basePixel) * 1px);
    background: url(../img/point_ttl_bg_md.png) repeat-x 0 0/contain;
    font-size: calc(18 * var(--basePixel) * 1px);
  }
}
#sec05 .toggle_box .slideToggle .ttl p span {
  line-height: 1;
}
#sec05 .toggle_box .slideToggle .toggle_ttl01 img {
  width: calc(365 * var(--basePixel) * 1px);
}
#sec05 .toggle_box .slideToggle .toggle_ttl02 img {
  width: calc(148 * var(--basePixel) * 1px);
}
#sec05 .toggle_box .slideToggle .toggle_ttl03 img {
  width: calc(368 * var(--basePixel) * 1px);
}
#sec05 .toggle_box .hidebox {
  padding: calc(40 * var(--basePixel) * 1px);
  position: relative;
  display: none;
}
#sec05 .toggle_box .hidebox:before {
  position: absolute;
  content: "";
  width: calc(100% - 70 * var(--basePixel) * 1px);
  height: 1px;
  background-color: #000000;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 767px) {
  #sec05 .toggle_box .hidebox {
    padding: calc(35 * var(--basePixel) * 1px);
  }
}
#sec05 .toggle_box .hidebox .toggle_img01 img,
#sec05 .toggle_box .hidebox .toggle_img02 img,
#sec05 .toggle_box .hidebox .toggle_img03 img,
#sec05 .toggle_box .hidebox .toggle_img04 img,
#sec05 .toggle_box .hidebox .toggle_img05 img,
#sec05 .toggle_box .hidebox .toggle_img06 img,
#sec05 .toggle_box .hidebox .toggle_img07 img,
#sec05 .toggle_box .hidebox .toggle_img09 img {
  width: calc(175 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #sec05 .toggle_box .hidebox .toggle_img01 img,
  #sec05 .toggle_box .hidebox .toggle_img02 img,
  #sec05 .toggle_box .hidebox .toggle_img03 img,
  #sec05 .toggle_box .hidebox .toggle_img04 img,
  #sec05 .toggle_box .hidebox .toggle_img05 img,
  #sec05 .toggle_box .hidebox .toggle_img06 img,
  #sec05 .toggle_box .hidebox .toggle_img07 img,
  #sec05 .toggle_box .hidebox .toggle_img09 img {
    width: calc(98 * var(--basePixel) * 1px);
  }
}
#sec05 .toggle_box .hidebox .toggle_img08 img {
  width: calc(175 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #sec05 .toggle_box .hidebox .toggle_img08 img {
    width: calc(103 * var(--basePixel) * 1px);
  }
}
#sec05 .toggle_box .hidebox .toggle_img10 img {
  width: calc(175 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #sec05 .toggle_box .hidebox .toggle_img10 img {
    width: calc(108 * var(--basePixel) * 1px);
  }
}
#sec05 .toggle_box .hidebox .flow {
  display: flex;
  flex-direction: column;
  gap: calc(58 * var(--basePixel) * 1px);
  width: calc(536 * var(--basePixel) * 1px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  #sec05 .toggle_box .hidebox .flow {
    width: 100%;
    flex-direction: row;
    gap: calc(30 * var(--basePixel) * 1px);
  }
}
#sec05 .toggle_box .hidebox .flow .flow_box {
  width: 100%;
  background-color: #f3f3f3;
  border-radius: calc(6 * var(--basePixel) * 1px);
  padding: calc(60 * var(--basePixel) * 1px);
  position: relative;
}
@media (min-width: 767px) {
  #sec05 .toggle_box .hidebox .flow .flow_box {
    width: calc((100% - 60 * var(--basePixel) * 1px) / 3);
    padding: calc(30 * var(--basePixel) * 1px);
  }
}
@media (min-width: 767px) {
  #sec05 .toggle_box .hidebox .flow .flow_box.box02 {
    width: calc((100% - 60 * var(--basePixel) * 1px) / 4);
    padding: calc(30 * var(--basePixel) * 1px);
  }
}
#sec05 .toggle_box .hidebox .flow .flow_box:before {
  position: absolute;
  content: "";
  width: calc(44 * var(--basePixel) * 1px);
  height: calc(85 * var(--basePixel) * 1px);
  background: url(../img/toggle_arrow_sm.png) no-repeat 0 0/contain;
  top: calc(-66 * var(--basePixel) * 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 767px) {
  #sec05 .toggle_box .hidebox .flow .flow_box:before {
    width: calc(47 * var(--basePixel) * 1px);
    height: calc(24 * var(--basePixel) * 1px);
    background: url(../img/toggle_arrow_md.png) no-repeat 0 0/contain;
    top: 50%;
    left: calc(-38 * var(--basePixel) * 1px);
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
}
#sec05 .toggle_box .hidebox .flow .flow_box:first-of-type:before {
  display: none;
}
@media (min-width: 767px) {
  #sec05 .toggle_box .hidebox .flow .flow_box p {
    height: 65px;
  }
}
#sec05 .toggle_box .hidebox .flow .flow_box p span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec06 {
  background-color: #fff5f5;
}
#sec06 .img13 img {
  width: calc(330 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #sec06 .img13 img {
    width: calc(300 * var(--basePixel) * 1px);
  }
}
@media (min-width: 767px) {
  #sec06 .inner {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
}
#sec06 .inner .slideToggle {
  width: 100%;
  background-color: #ffffff;
  padding: calc(20 * var(--basePixel) * 1px) calc(30 * var(--basePixel) * 1px);
  position: relative;
  cursor: pointer;
}
@media (min-width: 767px) {
  #sec06 .inner .slideToggle {
    padding: calc(30 * var(--basePixel) * 1px);
  }
}
#sec06 .inner .slideToggle:before {
  position: absolute;
  content: "";
  width: calc(28 * var(--basePixel) * 1px);
  aspect-ratio: 28/16;
  background: url(../img/toggle_arrow02_01.png) no-repeat 0 0/contain;
  top: 50%;
  right: calc(30 * var(--basePixel) * 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sec06 .inner .slideToggle.active:before {
  background: url(../img/toggle_arrow02_02.png) no-repeat 0 0/contain;
}
#sec06 .inner .hidebox {
  display: none;
  padding: calc(30 * var(--basePixel) * 1px) calc(30 * var(--basePixel) * 1px) 0;
  border-top: 1px solid #000000;
  font-size: calc(24 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #sec06 .inner .hidebox {
    padding: calc(30 * var(--basePixel) * 1px) calc(30 * var(--basePixel) * 1px) 0;
    font-size: calc(18 * var(--basePixel) * 1px);
  }
}
#sec06.bg_white {
  background-color: #ffffff;
}
#sec06.bg_white .inner .slideToggle {
  background-color: #000000;
  color: #ffffff;
}
#sec06.bg_white .inner .slideToggle:before {
  background-image: url(../img/toggle_arrow04_01.png);
}
#sec06.bg_white .inner .slideToggle.active:before {
  background-image: url(../img/toggle_arrow04_02.png);
}

#sec07 {
  background-color: #fff5f5;
}
@media (min-width: 767px) {
  #sec07 .inner {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
}
#sec07 .inner .nonSlideToggle,
#sec07 .inner .slideToggle {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  padding: calc(30 * var(--basePixel) * 1px);
  position: relative;
}
@media (min-width: 767px) {
  #sec07 .inner .nonSlideToggle,
  #sec07 .inner .slideToggle {
    padding: calc(20 * var(--basePixel) * 1px) calc(30 * var(--basePixel) * 1px);
  }
}
#sec07 .inner .nonSlideToggle:before,
#sec07 .inner .slideToggle:before {
  position: absolute;
  content: "";
  width: calc(28 * var(--basePixel) * 1px);
  aspect-ratio: 28/16;
  background: url(../img/toggle_arrow03_01.png) no-repeat 0 0/contain;
  top: 50%;
  right: calc(30 * var(--basePixel) * 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sec07 .inner .nonSlideToggle.active:before,
#sec07 .inner .slideToggle.active:before {
  background: url(../img/toggle_arrow03_02.png) no-repeat 0 0/contain;
}
#sec07 .inner .nonSlideToggle:before {
  content: none;
}
#sec07 .inner .nonSlideToggle:after {
  content: none;
}
#sec07 .inner .nonHidebox,
#sec07 .inner .hidebox {
  display: none;
  background-color: #ffffff;
  padding: calc(44 * var(--basePixel) * 1px) 0 calc(66 * var(--basePixel) * 1px);
  border-bottom: 1px solid #000000;
}
@media (min-width: 767px) {
  #sec07 .inner .nonHidebox,
  #sec07 .inner .hidebox {
    padding: calc(30 * var(--basePixel) * 1px);
  }
}
#sec07 .inner .nonHidebox table,
#sec07 .inner .hidebox table {
  width: 100%;
}
#sec07 .inner .nonHidebox table th,
#sec07 .inner .hidebox table th {
  width: calc(155 * var(--basePixel) * 1px);
  background-color: #e7e7e7;
  padding: calc(20 * var(--basePixel) * 1px) calc(15 * var(--basePixel) * 1px);
  border-right: calc(3 * var(--basePixel) * 1px) solid #ffffff;
  border-bottom: calc(3 * var(--basePixel) * 1px) solid #ffffff;
  text-align: left;
}
@media (min-width: 767px) {
  #sec07 .inner .nonHidebox table th,
  #sec07 .inner .hidebox table th {
    width: calc(210 * var(--basePixel) * 1px);
    padding: calc(50 * var(--basePixel) * 1px) calc(30 * var(--basePixel) * 1px);
    border-right: calc(5 * var(--basePixel) * 1px) solid #ffffff;
    border-bottom: calc(5 * var(--basePixel) * 1px) solid #ffffff;
  }
}
#sec07 .inner .nonHidebox table td,
#sec07 .inner .hidebox table td {
  width: calc(100% - 155 * var(--basePixel) * 1px);
  background-color: #e0e2e6;
  padding: calc(20 * var(--basePixel) * 1px) calc(15 * var(--basePixel) * 1px);
  border-bottom: calc(3 * var(--basePixel) * 1px) solid #ffffff;
}
@media (min-width: 767px) {
  #sec07 .inner .nonHidebox table td,
  #sec07 .inner .hidebox table td {
    width: calc(100% - 210 * var(--basePixel) * 1px);
    padding: calc(40 * var(--basePixel) * 1px) calc(30 * var(--basePixel) * 1px);
    border-bottom: calc(5 * var(--basePixel) * 1px) solid #ffffff;
  }
}
#sec07 .inner .nonHidebox table td .img_table,
#sec07 .inner .hidebox table td .img_table {
  overflow-x: scroll;
  width: calc(500 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #sec07 .inner .nonHidebox table td .img_table,
  #sec07 .inner .hidebox table td .img_table {
    overflow: inherit;
    width: 100%;
  }
}
#sec07 .inner .nonHidebox table td .img_table img,
#sec07 .inner .hidebox table td .img_table img {
  width: 92vw;
  max-width: none;
}
@media (min-width: 767px) {
  #sec07 .inner .nonHidebox table td .img_table img,
  #sec07 .inner .hidebox table td .img_table img {
    width: 100%;
    max-width: 100%;
  }
}
#sec07 .inner .nonHidebox table td a,
#sec07 .inner .hidebox table td a {
  display: inline-block;
  padding: calc(5 * var(--basePixel) * 1px) calc(70 * var(--basePixel) * 1px) calc(5 * var(--basePixel) * 1px) calc(20 * var(--basePixel) * 1px);
  border: 1px solid #000000;
  font-size: calc(21 * var(--basePixel) * 1px);
  position: relative;
  color: #000000;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  #sec07 .inner .nonHidebox table td a,
  #sec07 .inner .hidebox table td a {
    font-size: calc(14 * var(--basePixel) * 1px);
  }
}
#sec07 .inner .nonHidebox table td a:before,
#sec07 .inner .hidebox table td a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: calc(7 * var(--basePixel) * 1px) solid transparent;
  border-bottom: calc(7 * var(--basePixel) * 1px) solid transparent;
  border-left: calc(14 * var(--basePixel) * 1px) solid #000000;
  border-right: 0;
  top: 50%;
  right: calc(30 * var(--basePixel) * 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sec07 .inner .nonHidebox table td a.pdf,
#sec07 .inner .hidebox table td a.pdf {
  padding-left: calc(60 * var(--basePixel) * 1px);
}
#sec07 .inner .nonHidebox table td a.pdf:after,
#sec07 .inner .hidebox table td a.pdf:after {
  position: absolute;
  content: "";
  width: calc(36 * var(--basePixel) * 1px);
  height: calc(35 * var(--basePixel) * 1px);
  background: url(../img/icon_pdf.png) no-repeat center center/contain;
  top: 50%;
  left: calc(20 * var(--basePixel) * 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 767px) {
  #sec07 .inner .nonHidebox table td a.pdf:after,
  #sec07 .inner .hidebox table td a.pdf:after {
    width: calc(25 * var(--basePixel) * 1px);
    height: calc(24 * var(--basePixel) * 1px);
  }
}
#sec07 .inner .nonHidebox {
  display: block;
}
#sec07 .inner .contact_box {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  padding: calc(40 * var(--basePixel) * 1px) calc(30 * var(--basePixel) * 1px);
  text-align: center;
}
@media (min-width: 767px) {
  #sec07 .inner .contact_box {
    padding: calc(60 * var(--basePixel) * 1px) calc(60 * var(--basePixel) * 1px);
  }
}
#sec07 .inner .contact_box .underline {
  text-decoration: underline;
}
#sec07 .inner .contact_box .img15 img {
  width: calc(67 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #sec07 .inner .contact_box .img15 img {
    width: calc(98 * var(--basePixel) * 1px);
  }
}
#sec07 .inner .contact_box .img16 img {
  width: calc(67 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #sec07 .inner .contact_box .img16 img {
    width: calc(99 * var(--basePixel) * 1px);
  }
}
#sec07 .inner .contact_box a {
  display: inline-block;
  font-size: calc(24 * var(--basePixel) * 1px);
  font-weight: 700;
  padding-right: calc(35 * var(--basePixel) * 1px);
  position: relative;
  line-height: 1;
  color: #000000;
}
@media (min-width: 767px) {
  #sec07 .inner .contact_box a {
    font-size: calc(24 * var(--basePixel) * 1px);
  }
}
#sec07 .inner .contact_box a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: calc(5 * var(--basePixel) * 1px) solid transparent;
  border-bottom: calc(5 * var(--basePixel) * 1px) solid transparent;
  border-left: calc(10 * var(--basePixel) * 1px) solid #000000;
  border-right: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sec07 .inner .contact_box a.tel_link {
  padding-right: 0;
}
@media (min-width: 767px) {
  #sec07 .inner .contact_box a.tel_link {
    pointer-events: none;
  }
}
#sec07 .inner .contact_box a.tel_link:before {
  display: none;
}
#sec07 .inner .contact_box a.tel_link img {
  width: calc(400 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #sec07 .inner .contact_box a.tel_link img {
    width: calc(345 * var(--basePixel) * 1px);
  }
}
#sec07.bg_gray {
  background-color: #f3f3f3;
}
#sec07.bg_gray .inner .hidebox table td {
  background-color: #f9f9fa;
}
@media (min-width: 767px) {
  #sec07.bg_gray .inner .d-md-flex {
    gap: calc(20 * var(--basePixel) * 1px);
    justify-content: center;
  }
}
#sec07.bg_gray .inner .contact_box {
  box-shadow: none;
  border-bottom: 1px solid #000000;
}
@media (min-width: 767px) {
  #sec07.bg_gray .inner .contact_box {
    border-bottom: none;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    width: calc((100% - 20 * var(--basePixel) * 1px) / 2);
  }
}
#sec07.bg_gray .inner .contact_box.border_none {
  border: none;
  padding: calc(40 * var(--basePixel) * 1px) calc(60 * var(--basePixel) * 1px);
}
#sec07.bg_gray .inner .contact_box.border_none ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#sec07.bg_gray .inner .contact_box.border_none ul li {
  width: 55%;
  text-align: left;
}
#sec07.bg_gray .inner .contact_box.border_none ul li:nth-of-type(odd) {
  width: 44%;
}
#sec07.bg_gray .inner .contact_box.border_none ul li a {
  padding-left: calc(30 * var(--basePixel) * 1px);
  position: relative;
  text-align: left;
  display: inline-block;
  font-size: calc(22 * var(--basePixel) * 1px);
}
#sec07.bg_gray .inner .contact_box.border_none ul li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: calc(5 * var(--basePixel) * 1px) solid transparent;
  border-bottom: calc(5 * var(--basePixel) * 1px) solid transparent;
  border-left: cacs(10) solid #000000;
  border-right: 0;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#voice {
  background-color: #ffffff;
}
@media (min-width: 767px) {
  #voice .inner {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
}
#voice .inner .voice_ttl img {
  width: calc(691 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #voice .inner .voice_ttl img {
    width: calc(600 * var(--basePixel) * 1px);
  }
}
@media (min-width: 767px) {
  #voice .inner .voice_block {
    display: flex;
    justify-content: space-between;
  }
}
#voice .inner .voice_block .text {
  width: 100%;
}
@media (min-width: 767px) {
  #voice .inner .voice_block .text {
    width: calc(498 * var(--basePixel) * 1px);
  }
}
#voice .inner .voice_block .text h4 {
  width: 100%;
  height: calc(70 * var(--basePixel) * 1px);
  background: url(../img/voice_ttl_bg.png) repeat-x 0 0/contain;
  color: #ffffff;
  font-weight: 700;
  font-size: calc(36 * var(--basePixel) * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 767px) {
  #voice .inner .voice_block .text h4 {
    font-size: calc(28 * var(--basePixel) * 1px);
  }
}
#voice .inner .voice_block .text h4 span {
  line-height: 1;
}
#voice .inner .voice_block .fc-red {
  color: #e60012;
}
#voice .inner .voice_block .img {
  width: 100%;
}
@media (min-width: 767px) {
  #voice .inner .voice_block .img {
    width: calc(470 * var(--basePixel) * 1px);
  }
}
#voice .underline {
  text-decoration: underline;
}

#use {
  background-color: #fff5f5;
}
@media (min-width: 767px) {
  #use .inner {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
}
#use .inner .use_ttl img {
  width: calc(630 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #use .inner .use_ttl img {
    width: calc(570 * var(--basePixel) * 1px);
  }
}
#use .inner ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(20 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #use .inner ul {
    gap: calc(25 * var(--basePixel) * 1px) calc(10 * var(--basePixel) * 1px);
  }
}
#use .inner ul li {
  width: calc((100% - 20 * var(--basePixel) * 1px) / 2);
  position: relative;
  padding-top: calc(16 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #use .inner ul li {
    width: calc((100% - 20 * var(--basePixel) * 1px) / 3);
  }
}
#use .inner ul li p {
  position: absolute;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(300 * var(--basePixel) * 1px);
  height: calc(36 * var(--basePixel) * 1px);
  background-color: #000000;
  color: #ffffff;
  font-weight: 700;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#use .inner ul li p span {
  line-height: 1;
}
#use .inner ul li picture {
  display: inline-block;
  width: 100%;
}

#about {
  background-color: #fff5f5;
}
#about .about_ttl img {
  width: calc(600 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  #about .about_ttl img {
    width: calc(480 * var(--basePixel) * 1px);
  }
}
@media (min-width: 767px) {
  #about .inner {
    max-width: 916px;
    margin-left: auto;
    margin-right: auto;
  }
}
#about .inner .bg_white {
  width: 100%;
  background-color: #ffffff;
  padding: calc(25 * var(--basePixel) * 1px) calc(30 * var(--basePixel) * 1px);
}
#about .inner .bg_white .flex_box {
  display: flex;
  justify-content: space-between;
}
#about .inner .bg_white .flex_box .column {
  width: 30%;
  color: #000000;
}
#about .text_link02 > a {
  display: inline-block;
  padding-right: calc(25 * var(--basePixel) * 1px);
  margin-right: calc(25 * var(--basePixel) * 1px);
  position: relative;
  color: #000000;
}
@media (min-width: 767px) {
  #about .text_link02 > a {
    padding-right: calc(25 * var(--basePixel) * 1px);
    margin-right: calc(30 * var(--basePixel) * 1px);
  }
}
#about .text_link02 > a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: calc(5 * var(--basePixel) * 1px) solid transparent;
  border-bottom: calc(5 * var(--basePixel) * 1px) solid transparent;
  border-left: calc(10 * var(--basePixel) * 1px) solid #000000;
  border-right: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 767px) {
  #about .text_link02 > a:before {
    border-left: calc(10 * var(--basePixel) * 1px) solid #e70012;
  }
}

@media (min-width: 767px) {
  .slideToggle:hover {
    cursor: pointer;
  }
}

sup {
  font-size: 50%;
  vertical-align: top;
  display: inline-block;
  padding-top: 0.5em;
}

#wrapper {
  position: relative;
}

.sticky_btn {
  position: sticky;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2px 0;
  z-index: 10;
}
@media (min-width: 767px) {
  .sticky_btn {
    padding: calc(5 * var(--basePixel) * 1px) calc(25 * var(--basePixel) * 1px);
  }
}
.sticky_btn ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sticky_btn ul li {
  width: calc(340 * var(--basePixel) * 1px);
}
@media (min-width: 767px) {
  .sticky_btn ul li {
    width: 48%;
  }
}
.sticky_btn ul li a {
  display: block;
}

.page_top_btn {
  background-color: #fff5f5;
  text-align: right;
  position: sticky;
  bottom: calc(160 * var(--basePixel) * 1px);
  z-index: 100;
}
@media (min-width: 767px) {
  .page_top_btn {
    bottom: calc(100 * var(--basePixel) * 1px);
  }
}
.page_top_btn.bg_gray {
  background-color: #f3f3f3;
}
.page_top_btn a {
  display: block;
  width: calc(80 * var(--basePixel) * 1px);
  height: calc(80 * var(--basePixel) * 1px);
  background-color: #000000;
  margin-right: 0;
  margin-left: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 767px) {
  .page_top_btn a {
    width: calc(75 * var(--basePixel) * 1px);
    height: calc(75 * var(--basePixel) * 1px);
  }
}
.page_top_btn a:before {
  position: absolute;
  content: "";
  width: calc(30 * var(--basePixel) * 1px);
  background: url(../img/toggle_arrow03_02.png) no-repeat 0 0/contain;
  aspect-ratio: 28/16;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 767px) {
  .page_top_btn a:before {
    width: calc(28 * var(--basePixel) * 1px);
  }
}

/*swiper*/
.about_swiper {
  position: relative;
  padding-bottom: calc(126 * var(--basePixel) * 1px);
  margin-top: calc(60 * var(--basePixel) * 1px);
}
.about_swiper .swiper .swiper_box {
  background-color: #ffffff;
  padding: calc(35 * var(--basePixel) * 1px) calc(25 * var(--basePixel) * 1px);
  display: block;
  color: #000000;
}
.about_swiper .swiper .swiper_box picture {
  width: calc(350 * var(--basePixel) * 1px);
}
.about_swiper .swiper_items {
  width: calc(470 * var(--basePixel) * 1px);
  height: calc(68 * var(--basePixel) * 1px);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: flex;
  align-items: center;
}
@media (min-width: 767px) {
  .about_swiper .swiper_items {
    display: none;
  }
}
.about_swiper .swiper_items .swiper-pagination-bullet {
  width: calc(20 * var(--basePixel) * 1px);
  height: calc(20 * var(--basePixel) * 1px);
  background-color: #c8ccd6;
  opacity: 1;
  margin: 0 calc(20 * var(--basePixel) * 1px);
}
.about_swiper .swiper_items .swiper-pagination-bullet-active {
  background-color: #636c83;
  opacity: 1;
}
.about_swiper .swiper_items .swiper-button-next, .about_swiper .swiper_items .swiper-button-prev {
  width: calc(68 * var(--basePixel) * 1px);
  height: calc(68 * var(--basePixel) * 1px);
  background: url(../img/img_prev.png) no-repeat 0 0/contain;
}
.about_swiper .swiper_items .swiper-button-next:after, .about_swiper .swiper_items .swiper-button-prev:after {
  display: none;
}
.about_swiper .swiper_items .swiper-button-next {
  background-image: url(../img/img_next.png);
}/*# sourceMappingURL=style.css.map */