@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("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::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 */
  -moz-appearance: button;
       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 */
  -moz-appearance: textfield;
       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: calc(10 * var(--basePixel) * 1px) "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

body.hmenu-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;
  }
}

:root {
  --viewWidth: 1200;
  --designWidth: 375;
  --contentsWidth: 315;
  --breakPoints: 768;
  --sideSpace: 30;
  --basePixel: 1;
  scroll-behavior: smooth;
  scroll-padding: 8.8rem;
}
@media (min-width: 768px) {
  :root {
    --breakPoints: 1230;
    --sideSpace: 30;
    --designWidth: 1440;
    --contentsWidth: 1140;
    scroll-padding: 0;
  }
}

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

/********** #wrapper **********/
#wrapper {
  font-size: calc(16 * var(--basePixel) * 1px);
  line-height: 1.7;
  width: 100%;
  overflow: clip;
  font-feature-settings: "palt";
}
@media (min-width: 768px) {
  #wrapper {
    font-size: calc(18 * var(--basePixel) * 1px);
  }
}

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

/********** #header **********/
@media (min-width: 768px) {
  #header {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
  }
}
#header .inner {
  display: flex;
  z-index: 100;
  justify-content: space-between;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#header .inner.open {
  background-color: transparent;
}
@media (min-width: 768px) {
  #header .inner {
    position: static;
    display: block;
    width: auto;
    align-content: center;
    margin-right: 4rem;
  }
}
#header .logo {
  display: block;
  width: 17.5rem;
  padding: 0 1.5rem 0 2rem;
  background-color: #ffffff;
  line-height: 0;
  border-radius: 0 0.5rem 0.5rem 0;
  align-content: center;
}
@media (min-width: 768px) {
  #header .logo {
    padding: 0 3rem;
    width: 26rem;
  }
}
#header .logo img {
  width: 100%;
}

.gloablNav {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  transition: 0.5s transform ease;
  transform: translateY(-100%);
}
@media (min-width: 768px) {
  .gloablNav {
    position: static;
    transform: translateY(0);
    height: auto;
    overflow-y: visible;
    width: auto;
    flex-shrink: 0;
  }
}
.gloablNav > ul {
  padding-top: 12.4rem;
  padding-bottom: 5rem;
  background-color: #008756;
}
@media (min-width: 768px) {
  .gloablNav > ul {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ffffff;
    border-radius: 0.5rem 0 0 0.5rem;
  }
}
.gloablNav > ul > li {
  border-top: 1px #ffffff solid;
}
.gloablNav > ul > li:last-of-type {
  border-bottom: 1px #ffffff solid;
}
@media (min-width: 768px) {
  .gloablNav > ul > li:last-of-type {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .gloablNav > ul > li {
    flex-grow: 1;
    border-top: none;
  }
}
.gloablNav > ul > li > a {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 2.5rem 3rem;
}
@media (min-width: 768px) {
  .gloablNav > ul > li > a {
    display: block;
  }
}
.gloablNav > ul > li > a > * {
  color: #ffffff;
  display: block;
}
.gloablNav > ul > li > a > *.en {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .gloablNav > ul > li > a > *.en {
    font-size: 1.8rem;
    color: #008756;
    text-align: center;
    font-weight: 700;
  }
}
.gloablNav > ul > li > a > *.jp {
  font-size: 1.4rem;
  margin-left: 1em;
  font-weight: 700;
  align-content: end;
}
@media (min-width: 768px) {
  .gloablNav > ul > li > a > *.jp {
    color: #000000;
    font-size: 1.2rem;
    text-align: center;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.gloablNav > ul > li > a > i {
  display: block;
  background-color: #ffffff;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  border-radius: 1000px;
  position: relative;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .gloablNav > ul > li > a > i {
    display: none;
  }
}
.gloablNav > ul > li > a > i:before {
  content: "";
  display: block;
  width: 30%;
  aspect-ratio: 1/1;
  border-left: 2px #008756 solid;
  border-top: 2px #008756 solid;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%) rotate(135deg);
}

.menu_btn {
  display: block;
  cursor: pointer;
  padding: 1.7rem 1.4rem;
  background-color: #ffffff;
  position: relative;
  margin-right: 2rem;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .menu_btn {
    display: none;
  }
}
.menu_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 1.4rem;
  width: 2rem;
  height: 2px;
  background-color: #008756;
  transition: 0.5s all ease;
}
.menu_btn i {
  width: 2rem;
  height: 1.4rem;
  display: block;
  position: relative;
}
.menu_btn i:before, .menu_btn i:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #008756;
  transition: 0.5s all ease;
}
.menu_btn i:before {
  top: 0;
}
.menu_btn i:after {
  bottom: 0;
}

body.hmenu-open .menu_btn:before {
  opacity: 0;
}
body.hmenu-open .menu_btn i:before {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
body.hmenu-open .menu_btn i:after {
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
}
body.hmenu-open .gloablNav {
  transform: translateY(0);
}

#top #header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  #top #header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
}
#top #header .inner {
  background-color: transparent;
}
@media (min-width: 768px) {
  #top #header .inner {
    background-color: #ffffff;
    border-radius: 0 0.5rem 0.5rem 0;
  }
}

:not(#top) #mainVisual {
  margin-top: 9rem;
}
@media (min-width: 768px) {
  :not(#top) #mainVisual {
    margin-top: 0;
  }
}

:not(#top):not(#kojin_jouhou):not(#hojin_jouhou):not(#sitepolicy):not(#information_detail) #mainVisual .mv_inner {
  padding-left: 3rem;
  position: relative;
}
@media (min-width: 768px) {
  :not(#top):not(#kojin_jouhou):not(#hojin_jouhou):not(#sitepolicy):not(#information_detail) #mainVisual .mv_inner {
    max-width: 144rem;
    padding-left: 5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
:not(#top):not(#kojin_jouhou):not(#hojin_jouhou):not(#sitepolicy):not(#information_detail) #mainVisual .mv_inner img {
  border-radius: 1rem 0 0 1rem;
}
:not(#top):not(#kojin_jouhou):not(#hojin_jouhou):not(#sitepolicy):not(#information_detail) #mainVisual .mv_inner h1 {
  position: absolute;
  top: 68%;
  left: 2.9rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  :not(#top):not(#kojin_jouhou):not(#hojin_jouhou):not(#sitepolicy):not(#information_detail) #mainVisual .mv_inner h1 {
    top: auto;
    bottom: 5rem;
    left: 0;
    gap: 1.5rem;
  }
}
:not(#top):not(#kojin_jouhou):not(#hojin_jouhou):not(#sitepolicy):not(#information_detail) #mainVisual .mv_inner h1 .txt_l {
  display: inline-block;
  background-color: #ffffff;
  font-weight: 700;
  font-size: 3.6rem;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  :not(#top):not(#kojin_jouhou):not(#hojin_jouhou):not(#sitepolicy):not(#information_detail) #mainVisual .mv_inner h1 .txt_l {
    font-size: 6rem;
    padding: 0 1.5rem;
  }
}
:not(#top):not(#kojin_jouhou):not(#hojin_jouhou):not(#sitepolicy):not(#information_detail) #mainVisual .mv_inner h1 .txt_s {
  display: inline-block;
  background-color: #ffffff;
  font-size: 2rem;
  padding: 0 1rem;
  color: #008756;
  font-weight: 700;
}
@media (min-width: 768px) {
  :not(#top):not(#kojin_jouhou):not(#hojin_jouhou):not(#sitepolicy):not(#information_detail) #mainVisual .mv_inner h1 .txt_s {
    font-size: 3.2rem;
    padding: 0 1.5rem;
  }
}

/********** #footer **********/
#footer .footer01 {
  background-color: #008756;
}
#footer .footer01 a {
  color: #ffffff;
}
#footer .footer01 .link01 {
  text-align: center;
  letter-spacing: -0.4em;
  line-height: 1;
}
#footer .footer01 .link01 li {
  letter-spacing: normal;
  display: inline-block;
  padding: 3rem 1.4rem 0;
  line-height: 1;
}
@media (min-width: 768px) {
  #footer .footer01 .link01 li {
    padding: 4rem 1.4rem 0;
  }
}
#footer .footer01 .link01 li a {
  font-size: 1.6rem;
  font-weight: 700;
}
#footer .footer01 .link02 {
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  #footer .footer01 .link02 {
    letter-spacing: -0.4em;
    text-align: center;
  }
}
#footer .footer01 .link02 li {
  text-align: center;
  padding: 3rem 0 0;
  line-height: 1;
}
@media (min-width: 768px) {
  #footer .footer01 .link02 li {
    display: inline-block;
    letter-spacing: normal;
    padding: 3rem 1.4rem 0;
  }
}
#footer .footer01 .link02 li a {
  font-size: 1.4rem;
}
#footer .footer02 {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  #footer .footer02 {
    padding: 4rem 0 2rem;
  }
}
#footer .footer02 img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #footer .footer02 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#footer .footer02 .resonagroup {
  display: flex;
  flex-wrap: wrap;
  width: 20rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  #footer .footer02 .resonagroup {
    width: 100%;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-start;
    gap: 2rem;
  }
}
#footer .footer02 .resonagroup a {
  display: block;
  line-height: 0;
}
#footer .footer02 .resonagroup a:nth-of-type(1) {
  width: 20rem;
}
#footer .footer02 .resonagroup a:nth-of-type(2) {
  width: 7.7rem;
}
#footer .footer02 .resonagroup a:nth-of-type(3) {
  width: 10.3rem;
}
#footer .footer02 .resonagroup a:nth-of-type(4) {
  width: 10rem;
}
#footer .footer02 .resonagroup a:nth-of-type(5) {
  width: 8rem;
}
#footer .footer02 .resonagroup a:nth-of-type(6) {
  width: 9.8rem;
}
#footer .footer02 .purpose {
  display: block;
  width: 22rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #footer .footer02 .purpose {
    margin-top: 0;
    width: 30rem;
  }
}
#footer .footer02 .copyright {
  display: block;
  font-size: 1rem;
  letter-spacing: -0.05em;
  text-align: center;
  color: #008756;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  #footer .footer02 .copyright {
    max-width: calc(var(--designWidth) * 1px);
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    font-size: 1.3rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.breadcrumb {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.6rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .breadcrumb {
    font-size: 1.6rem;
    max-width: 144rem;
    padding-left: 5rem;
    margin-top: 4rem;
  }
}
.breadcrumb li {
  display: inline;
  padding: 0 2.5rem 0 1rem;
  position: relative;
}
.breadcrumb li:before {
  position: absolute;
  content: ">";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumb li:first-of-type {
  padding-left: 0;
}
.breadcrumb li:last-of-type {
  padding-right: 0;
  white-space: nowrap;
}
.breadcrumb li:last-of-type:before {
  display: none;
}
.breadcrumb li a {
  color: #000000;
  transition: color 0.3s ease;
}
.breadcrumb li a:hover {
  color: #008756;
  text-decoration: underline;
  opacity: 1;
}

.anim_fadeup > * {
  transition: 1s all ease;
  opacity: 0;
  transform: translateY(100%);
}
.anim_fadeup.active > * {
  opacity: 1;
  transform: translateY(0);
}

#gi1 {
  background-color: aqua;
}

#gi2 {
  background-color: seashell;
}

#gi3 {
  background-color: darkkhaki;
}

#gi4 {
  background-color: aquamarine;
}

#gi5 {
  background-color: pink;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

#gi1 {
  background-color: aqua;
  grid-column: 1/3;
  grid-row: 1/3;
}

.meter {
  display: flex;
  flex-wrap: wrap;
}
.meter:before, .meter:after {
  content: "";
  display: block;
  width: calc(345 * var(--basePixel) * 1px);
  height: 50px;
}
@media (min-width: 768px) {
  .meter:before, .meter:after {
    width: calc(600 * var(--basePixel) * 1px);
  }
}
.meter:before {
  background-color: chartreuse;
}
.meter:after {
  background-color: cornflowerblue;
}

.rightOver {
  background-color: brown;
  margin-right: calc((var(--viewWidth) / 2 - 50%) * -1);
  height: 80px;
  align-content: center;
  width: calc(50% + var(--viewWidth) / 2 - 50%);
  margin-left: auto;
  padding: 20px;
  box-sizing: border-box;
}
.rightOver p {
  color: #ffffff;
}

.col-6 {
  width: 20%;
}

.w100 {
  width: calc(690 * var(--basePixel) * 1px);
  background-color: aqua;
}
@media (min-width: 768px) {
  .w100 {
    width: calc(1200 * var(--basePixel) * 1px);
  }
}

.height-sm50 {
  height: 200px !important;
  background-color: brown;
}
@media (min-width: 768px) {
  .height-sm50 {
    height: 50px !important;
  }
}

@media (min-width: 768px) {
  .height-md100 {
    height: 500px !important;
  }
}

.fv-40 {
  font-size: 4rem;
  line-height: 1;
}

#top #mainVisual {
  position: relative;
  background: url(../img/top/mv_bg_sm.png) no-repeat center 98%/cover;
  padding-bottom: 13rem;
}
@media (min-width: 768px) {
  #top #mainVisual {
    padding-bottom: 14rem;
    background: url(../img/top/mv_bg_md.png) no-repeat bottom center/cover;
  }
}
#top #mainVisual .swiper {
  position: relative;
}
#top #mainVisual .swiper .mv_txt_copy {
  position: absolute;
  font-weight: 700;
  color: #000000;
  top: 36rem;
  left: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  #top #mainVisual .swiper .mv_txt_copy {
    top: auto;
    bottom: 0;
    height: 27rem;
  }
}
#top #mainVisual .swiper .mv_txt_copy p {
  line-height: 1;
  font-size: 3.5rem;
  display: inline-block;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  #top #mainVisual .swiper .mv_txt_copy p {
    font-size: 6.8rem;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
  }
}
#top #mainVisual .swiper .mv_txt_copy p span {
  color: #008756;
}
#top #mainVisual .mv_inner {
  padding-left: 3rem;
  position: relative;
}
@media (min-width: 768px) {
  #top #mainVisual .mv_inner {
    max-width: 144rem;
    padding-left: 5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#top #mainVisual .swiper.swiper1 .swiper-slide .slide_inner {
  position: relative;
  padding-left: 3rem;
  padding-bottom: 17rem;
}
@media (min-width: 768px) {
  #top #mainVisual .swiper.swiper1 .swiper-slide .slide_inner {
    padding-left: 5rem;
    padding-bottom: 6rem;
  }
}
#top #mainVisual .swiper.swiper1 .swiper-slide .mv_txt {
  position: absolute;
  font-weight: 700;
  color: #000000;
  top: 36rem;
  left: 0;
  opacity: 0;
  transition: 1.5s opacity ease;
  transition-delay: 0.5s;
}
@media (min-width: 768px) {
  #top #mainVisual .swiper.swiper1 .swiper-slide .mv_txt {
    top: auto;
    bottom: 0;
    height: 27rem;
  }
}
#top #mainVisual .swiper.swiper1 .swiper-slide .mv_txt .txt_l {
  line-height: 1;
  font-size: 3.5rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  #top #mainVisual .swiper.swiper1 .swiper-slide .mv_txt .txt_l {
    font-size: 6.8rem;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
  }
}
#top #mainVisual .swiper.swiper1 .swiper-slide .mv_txt .txt_l span {
  color: #008756;
}
#top #mainVisual .swiper.swiper1 .swiper-slide .mv_txt .txt_s {
  font-size: 1.6rem;
  display: inline-block;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #top #mainVisual .swiper.swiper1 .swiper-slide .mv_txt .txt_s {
    font-size: 1.8rem;
    padding: 1rem 1.5rem;
  }
}
#top #mainVisual .swiper.swiper1 .swiper-slide.initial .mv_txt {
  opacity: 1;
}
#top #mainVisual .swiper.swiper1 .swiper-slide.swiper-slide-active .mv_txt {
  opacity: 1;
}
#top #message {
  position: relative;
}
#top #message .container {
  position: relative;
}
@media (min-width: 768px) {
  #top #message .container {
    max-width: 1260px;
  }
}
#top #message h2 {
  text-align: center;
}
#top #message h2 picture {
  display: inline-block;
  width: 22.4rem;
}
@media (min-width: 768px) {
  #top #message h2 picture {
    width: 37.8rem;
  }
}
#top #message h2 picture img {
  width: 100%;
}
#top #message .c_text {
  text-align: center;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  #top #message .c_text {
    margin-top: 7rem;
  }
}
#top #message .c_text .fs_l {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 768px) {
  #top #message .c_text .fs_l {
    font-size: 2.4rem;
  }
}
#top #message .c_text .fs_s {
  margin-top: 2rem;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #top #message .c_text .fs_s {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}
#top #movie {
  padding-top: 14.2rem;
  padding-bottom: 11.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  #top #movie {
    padding-top: 19.3rem;
    padding-bottom: 16rem;
  }
}
@media (min-width: 768px) {
  #top #movie .container {
    max-width: 1260px;
  }
}
#top #movie .inner_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #top #movie .inner_box {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
#top #movie .youtube {
  width: 31.5rem;
  margin-top: 4.7rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 0px 5rem rgba(0, 135, 86, 0.1);
}
@media (min-width: 768px) {
  #top #movie .youtube {
    width: 80rem;
    margin-top: 0;
  }
}
#top #movie h2 {
  position: relative;
  display: inline-block;
}
#top #movie h2 picture {
  display: inline-block;
  width: 14.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #top #movie h2 picture {
    width: 24rem;
  }
}
#top #movie h2 picture img {
  width: 100%;
}
#top #movie h2 p {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #top #movie h2 p {
    font-size: 2rem;
    margin-top: 2.5rem;
  }
}
#top #movie h2:before {
  position: absolute;
  content: "";
  width: 31.4rem;
  aspect-ratio: 1/1;
  background: #F6AE54;
  opacity: 0.5;
  filter: blur(100px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%);
  z-index: -1;
}
@media (min-width: 768px) {
  #top #movie h2:before {
    width: 45rem;
    transform: translate(-50%, -50%);
  }
}
#top #result {
  background: url(../img/top/bg_result_sm.png) no-repeat 0 0/cover;
  position: relative;
}
@media (min-width: 768px) {
  #top #result {
    background-image: url(../img/top/bg_result_md.png);
    overflow-y: hidden;
  }
}
#top #result:before {
  position: absolute;
  content: "";
  width: 100%;
  aspect-ratio: 75/114;
  background: url(../img/top/bg02_result_sm.png) no-repeat 0 0/cover;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  #top #result:before {
    width: 86.7rem;
    aspect-ratio: 867/570;
    background: url(../img/top/bg02_result_md.png) no-repeat top right/contain;
    top: 0;
    left: auto;
    right: 0;
  }
}
#top #result .container {
  padding-top: 34.8rem;
  padding-bottom: 9.8rem;
}
@media (min-width: 768px) {
  #top #result .container {
    padding-top: 11.6rem;
    padding-bottom: 11.6rem;
    max-width: 1260px;
  }
}
#top #result h2 {
  text-align: center;
}
@media (min-width: 768px) {
  #top #result h2 {
    text-align: left;
  }
}
#top #result h2 picture {
  display: inline-block;
  width: 17.2rem;
}
@media (min-width: 768px) {
  #top #result h2 picture {
    width: 28.7rem;
  }
}
#top #result h2 picture img {
  width: 100%;
}
#top #result h2 p {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #top #result h2 p {
    font-size: 2rem;
    margin-top: 2.5rem;
  }
}
#top #result .result_txt {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 3.5rem;
}
@media (min-width: 768px) {
  #top #result .result_txt {
    font-size: 1.8rem;
    text-align: left;
    margin-top: 2.5rem;
  }
}
#top .btn01 {
  width: 31.5rem;
  height: 7rem;
  display: flex;
  padding: 0 1.5rem 0 3rem;
  align-items: center;
  border: 1px solid #008756;
  border-radius: 5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #008756;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  #top .btn01 {
    width: 32rem;
    height: 7rem;
    font-size: 1.8rem;
    padding: 0 1.5rem 0 3rem;
    margin-top: 5rem;
  }
}
@media (min-width: 768px) {
  #top .btn01:hover {
    opacity: 0.75;
  }
}
#top .btn01 span {
  line-height: 1;
  width: 100%;
  padding-right: 3rem;
  position: relative;
}
#top .btn01 span::before {
  position: absolute;
  content: "";
  width: 3rem;
  height: 3rem;
  background-color: #008756;
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#top .btn01 span::after {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%);
  top: calc(50% - 0.1rem);
  right: 1.5rem;
}
#top #result .btn01 {
  background-color: #ffffff;
}
#top #about_us {
  padding-top: 11rem;
  position: relative;
}
@media (min-width: 768px) {
  #top #about_us {
    padding-top: 16.7rem;
  }
}
#top #about_us:before {
  position: absolute;
  content: "";
  width: 40rem;
  aspect-ratio: 1/1;
  background: #F6AE54;
  opacity: 0.5;
  filter: blur(100px);
  top: auto;
  bottom: -15rem;
  left: 25%;
  z-index: -1;
}
@media (min-width: 768px) {
  #top #about_us:before {
    width: 94.9rem;
    bottom: auto;
    top: 16.7rem;
    left: 50%;
  }
}
@media (min-width: 768px) {
  #top #about_us .container {
    max-width: 1260px;
  }
}
#top #about_us h2 {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  #top #about_us h2 {
    text-align: left;
  }
}
#top #about_us h2 picture {
  width: 23.4rem;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
@media (min-width: 768px) {
  #top #about_us h2 picture {
    width: 39rem;
  }
}
#top #about_us h2 picture img {
  width: 100%;
}
#top #about_us h2 p {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #top #about_us h2 p {
    font-size: 2rem;
    margin-top: 2.5rem;
  }
}
#top #about_us ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  position: relative;
  margin-top: 5rem;
  overflow: clip;
}
@media (min-width: 768px) {
  #top #about_us ul {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    gap: 0.4rem;
    margin-top: 5rem;
  }
}
@media (min-width: 768px) {
  #top #about_us ul li {
    flex: 1;
  }
}
#top #about_us ul li a {
  display: block;
  position: relative;
}
#top #about_us ul li a .about_us_link_txt {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
}
#top #about_us ul li a .icon {
  position: absolute;
  content: "";
  width: 4rem;
  height: 4rem;
  bottom: 3rem;
  right: 3rem;
  background-color: #ffffff;
  border-radius: 50%;
}
#top #about_us ul li a .icon span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#top #about_us ul li a .icon span::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0;
  border-top: solid 2px #008756;
  border-right: solid 2px #008756;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  top: calc(50% + 0.2rem);
  right: calc(50% - 0.2rem);
}
@media (min-width: 768px) {
  #top #about_us ul li.link02 .txt02 {
    margin-top: 0.2em;
  }
}
#top #news {
  padding-top: 4.2rem;
}
@media (min-width: 768px) {
  #top #news {
    padding-top: 16rem;
  }
}
#top #news .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #top #news .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#top #news .bg_white {
  width: calc(100% - 60px);
  background-color: #ffffff;
  border-radius: 0.8rem;
  padding: 6rem 0;
  box-shadow: 0px 0px 20px -5px rgba(0, 153, 86, 0.1);
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
}
@media (min-width: 768px) {
  #top #news .bg_white {
    max-width: 1300px;
    padding: 5rem 0;
    margin-left: auto;
    margin-right: auto;
  }
}
#top #news .bg_white:before {
  position: absolute;
  content: "";
  width: 35rem;
  aspect-ratio: 1/1;
  background: #E2F3EB;
  opacity: 0.5;
  filter: blur(100px);
  bottom: 0;
  left: -20%;
  transform: translateY(24.2rem);
  z-index: -1;
}
@media (min-width: 768px) {
  #top #news .bg_white:before {
    width: 75rem;
    top: 50%;
    bottom: auto;
    left: -20%;
    transform: translateY(-50%);
  }
}
#top #news .inner {
  width: 25.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #top #news .inner {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  #top #news .inner .left {
    width: 32rem;
  }
}
#top #news .inner .right {
  margin-top: 6rem;
}
@media (min-width: 768px) {
  #top #news .inner .right {
    width: calc(100% - 35rem);
    margin-top: 0;
  }
}
#top #news .inner .right ul {
  border-top: 1px solid #D3D3D3;
  width: 100%;
}
#top #news .inner .right ul li {
  border-bottom: 1px solid #D3D3D3;
  font-size: 1.6rem;
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  #top #news .inner .right ul li {
    font-size: 1.6rem;
    padding: 3rem 0;
  }
}
#top #news .inner .right ul li a {
  color: #000000;
}
@media (min-width: 768px) {
  #top #news .inner .right ul li a:hover {
    color: #008756;
    text-decoration: underline;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  #top #news .inner .right ul li dl {
    display: flex;
  }
}
@media (min-width: 768px) {
  #top #news .inner .right ul li dt {
    width: 9em;
  }
}
#top #news h2 {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  #top #news h2 {
    text-align: left;
  }
}
#top #news h2 picture {
  width: 13.6rem;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
@media (min-width: 768px) {
  #top #news h2 picture {
    width: 22.6rem;
  }
}
#top #news h2 picture img {
  width: 100%;
}
#top #news h2 p {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #top #news h2 p {
    font-size: 2rem;
    margin-top: 2.5rem;
  }
}
#top #news a {
  width: 100%;
  height: 7rem;
}
@media (min-width: 768px) {
  #top #news a {
    width: 32rem;
  }
}
#top .scrollTxt {
  display: none;
  position: absolute;
  font-weight: 700;
  font-size: 0.9rem;
  transform: rotate(-90deg);
  color: #008756;
  font-size: 1.6rem;
  z-index: 100;
  top: 0;
  right: 3px;
  font-size: 1.8rem;
  line-height: 1;
}
@media (min-width: 768px) {
  #top .scrollTxt {
    display: block;
  }
}
#top .arrowBox {
  display: none;
  position: absolute;
  z-index: 10;
  width: 1px;
  overflow: visible;
  top: 6rem;
  right: 2.5rem;
  height: 18rem;
}
@media (min-width: 768px) {
  #top .arrowBox {
    display: block;
  }
}
#top .arrowBox .arrowBody {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  background-color: #008756;
  bottom: 100%;
  animation: pageScroll 2s linear 0s infinite;
}
#top .arrowBox .arrowBody:after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-bottom: 1px #008756 solid;
  bottom: 0;
  left: 1px;
  transform-origin: left bottom;
  transform: rotate(240deg);
}
@keyframes pageScroll {
  0% {
    top: 0;
    bottom: 100%;
  }
  50% {
    top: 0;
    bottom: 0;
  }
  100% {
    bottom: 0;
    top: 100%;
  }
}
#top .slide_btn {
  border-radius: 50px;
  position: absolute;
  content: "";
  bottom: 21.4rem;
  left: 2.2rem;
  z-index: 5;
  height: 30px;
  width: 1.16rem;
  height: 12.8rem;
}
@media (min-width: 768px) {
  #top .slide_btn {
    width: 15rem;
    height: 1.5rem;
    bottom: 0;
    right: 5rem;
    left: auto;
  }
}
#top .slide_btn .position_r {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
#top .swiper-button-next:after, #top .swiper-button-prev:after {
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #top .swiper-button-next:after, #top .swiper-button-prev:after {
    font-size: 14px;
  }
}
#top .swiper-pagination {
  top: 2.2rem !important;
  left: 50% !important;
  transform: translate(-50%, 0) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.6rem;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  #top .swiper-pagination {
    flex-direction: row;
    transform: translate(0, -0.1rem) !important;
    top: 0 !important;
    bottom: 0 !important;
    height: 100%;
    width: 7rem !important;
    left: 2.5rem !important;
  }
}
#top .swiper-button-next {
  right: 0;
}
#top .swiper-button-prev {
  left: 0;
}
#top button.swiper_pause {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  width: 0.6rem;
  height: 1.2rem;
  border: none;
}
@media (min-width: 768px) {
  #top button.swiper_pause {
    left: auto;
    right: 0;
    bottom: 0.1rem;
    transform: translate(0);
    width: 0.8rem;
    height: 1.5rem;
  }
}
#top button.swiper_pause:hover {
  cursor: pointer;
}
#top button.swiper_pause span {
  display: block;
  width: 1rem;
  height: 100%;
  position: relative;
  transform: translateX(-50%);
}
#top button.swiper_pause span:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #000000;
  top: 0;
  left: 0;
}
#top button.swiper_pause span:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #000000;
  top: 0;
  right: 0;
}
#top button.swiper_pause.paused span:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #000000;
  border-right: 0;
  background-color: transparent;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
}
#top button.swiper_pause.paused span:after {
  display: none;
}
#top .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0;
  background: transparent;
  border: 1px solid #000000;
  opacity: 1;
  margin: 0 0 !important;
}
@media (min-width: 768px) {
  #top .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
}
#top .swiper-pagination-bullet:nth-of-type(2) {
  margin-right: 0 !important;
}
#top .swiper-pagination-bullet:nth-of-type(3) {
  margin-left: 0 !important;
}
#top .swiper-pagination-bullet-active {
  background: #000000;
}
#top .swiper-button-next, #top .swiper-button-prev {
  color: #000000;
  transform: rotate(90deg) translateX(-50%);
  width: 0.538rem;
  height: 1.168rem;
  left: 25%;
}
@media (min-width: 768px) {
  #top .swiper-button-next, #top .swiper-button-prev {
    transform: rotate(0) translateX(-50%);
  }
}
#top .swiper-button-prev {
  top: 0.1rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  #top .swiper-button-prev {
    left: 0;
  }
}
#top .swiper-button-next {
  top: 9.3rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  #top .swiper-button-next {
    top: 0.1rem;
    left: 11.6rem;
  }
}

#about #sec01 {
  padding-top: 8rem;
}
@media (min-width: 768px) {
  #about #sec01 {
    padding-top: 9rem;
  }
}
#about #sec01 .table_ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 7rem;
}
@media (min-width: 768px) {
  #about #sec01 .table_ttl {
    font-size: 3.2rem;
    margin-top: 11rem;
  }
}
#about #sec01 table {
  width: 100%;
  border-top: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
}
@media (min-width: 768px) {
  #about #sec01 table {
    max-width: 1140rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#about #sec01 table.table02 {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  #about #sec01 table.table02 {
    margin-top: 3rem;
  }
}
#about #sec01 table th {
  width: 36%;
  font-size: 1.8rem;
  color: #ffffff;
  background-color: #008756;
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  vertical-align: middle;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 768px) {
  #about #sec01 table th {
    width: 23.6%;
    font-size: 2rem;
  }
}
#about #sec01 table td {
  width: 64%;
  font-size: 1.6rem;
  padding: 1rem 1.9rem;
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  position: relative;
}
@media (min-width: 768px) {
  #about #sec01 table td {
    width: 76.4%;
    font-size: 1.8rem;
    padding: 2rem 3rem;
  }
}
#about #sec01 table td a {
  font-size: 1.8rem;
  color: #008756;
  font-weight: 700;
  display: inline-block;
}
@media (min-width: 768px) {
  #about #sec01 table td a {
    font-size: 1.8rem;
    position: absolute;
    top: 3rem;
    right: 3rem;
  }
}
#about #sec01 table td a span {
  position: relative;
  padding-right: 4.6rem;
}
@media (min-width: 768px) {
  #about #sec01 table td a span {
    padding-right: 4.8rem;
  }
}
#about #sec01 table td a span:before {
  position: absolute;
  content: "";
  width: 3rem;
  height: 3rem;
  background-color: #008756;
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#about #sec01 table td a span:after {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg) translateY(-50%);
  top: calc(50% - 0.1rem);
  right: 1.5rem;
}
#about #sec01 table td a:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  #about #sec01 table td a:hover span {
    text-decoration: underline;
  }
}
#about #sec01 .accessMap {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 21.2rem;
  margin-top: 8rem;
}
@media (min-width: 768px) {
  #about #sec01 .accessMap {
    max-width: 75.4rem;
    height: 50rem;
    margin: 9rem auto 0;
  }
}
#about #sec01 .accessMap iframe {
  width: 100%;
  height: 100%;
}
#about .btn01 {
  width: 31.5rem;
  height: 7rem;
  display: flex;
  padding: 0 1.5rem 0 3rem;
  align-items: center;
  border: 1px solid #008756;
  border-radius: 5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #008756;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  #about .btn01 {
    width: 32rem;
    height: 7rem;
    font-size: 1.8rem;
    padding: 0 1.5rem 0 3rem;
    margin-top: 5rem;
  }
}
#about .btn01 span {
  line-height: 1;
  width: 100%;
  padding-right: 3rem;
  position: relative;
}
#about .btn01 span::before {
  position: absolute;
  content: "";
  width: 3rem;
  height: 3rem;
  background-color: #008756;
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#about .btn01 span::after {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%);
  top: calc(50% - 0.1rem);
  right: 1.5rem;
}

#investmentpolicy #sec01 {
  padding-top: 8rem;
}
@media (min-width: 768px) {
  #investmentpolicy #sec01 {
    padding-top: 12rem;
  }
}
#investmentpolicy #sec01 .main_txt {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #investmentpolicy #sec01 .main_txt {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 112rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#investmentpolicy #sec01 .main_txt ul {
  margin-top: 9.5rem;
}
@media (min-width: 768px) {
  #investmentpolicy #sec01 .main_txt ul {
    margin-top: 0;
    width: calc(100% - 40rem - 14.8rem);
  }
}
#investmentpolicy #sec01 .main_txt ul li {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 2em;
  position: relative;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  #investmentpolicy #sec01 .main_txt ul li {
    font-size: 2rem;
  }
}
#investmentpolicy #sec01 .main_txt ul li:before {
  position: absolute;
  content: "●";
  color: #008756;
  top: 0;
  left: 0;
}
#investmentpolicy #sec01 .main_txt ul li:first-of-type {
  margin-top: 0;
}
#investmentpolicy #sec01 .main_txt .ttl {
  width: 30rem;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
}
@media (min-width: 768px) {
  #investmentpolicy #sec01 .main_txt .ttl {
    width: 40rem;
  }
}
#investmentpolicy #sec01 .main_txt .ttl:before {
  position: absolute;
  content: "";
  width: 35rem;
  aspect-ratio: 1/1;
  background-color: #F6AE54;
  opacity: 0.5;
  filter: blur(9.1677rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 768px) {
  #investmentpolicy #sec01 .main_txt .ttl:before {
    width: 45rem;
  }
}
#investmentpolicy #sec01 .main_txt .ttl p {
  font-size: 2.76rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  #investmentpolicy #sec01 .main_txt .ttl p {
    font-size: 3rem;
  }
}
#investmentpolicy #sec01 .flow {
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  gap: 9.5rem;
}
@media (min-width: 768px) {
  #investmentpolicy #sec01 .flow {
    flex-direction: row;
    gap: 2rem;
    width: 114rem;
    margin-top: 12rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#investmentpolicy #sec01 .flow .step {
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  #investmentpolicy #sec01 .flow .step {
    flex: 1;
  }
}
#investmentpolicy #sec01 .flow .step picture {
  display: block;
}
#investmentpolicy #sec01 .flow .step .img01, #investmentpolicy #sec01 .flow .step .img02, #investmentpolicy #sec01 .flow .step .img03 {
  margin-top: 3rem;
}
#investmentpolicy #sec01 .flow .step .step_ttl img {
  width: 10rem;
}
#investmentpolicy #sec01 .flow .step .bg_gray {
  margin-top: 4.7rem;
  background-color: #F7F7F7;
  border-radius: 0.8rem;
  padding: 0 1rem 3rem;
}
@media (min-width: 768px) {
  #investmentpolicy #sec01 .flow .step .bg_gray {
    margin-top: 5rem;
    padding: 0 1rem 3rem;
  }
}
#investmentpolicy #sec01 .flow .step .bg_gray .ttl {
  width: 15rem;
  height: 3.5rem;
  background-color: #008756;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-weight: 700;
  transform: translateY(-50%);
  margin: 0 auto;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  #investmentpolicy #sec01 .flow .step .bg_gray .ttl {
    width: 17.3rem;
    height: 4rem;
    font-size: 2.8rem;
  }
}
#investmentpolicy #sec01 .flow .step .bg_gray .txt01 {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  #investmentpolicy #sec01 .flow .step .bg_gray .txt01 {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
#investmentpolicy #sec01 .flow .step .bg_gray .txt02 {
  font-size: 1.6rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  #investmentpolicy #sec01 .flow .step .bg_gray .txt02 {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
}
#investmentpolicy #sec01 .flow .step:before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 5.455rem;
  background: url(../img/investmentpolicy/arrow_sm.svg) no-repeat 0 0/contain;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(2.0225rem);
}
@media (min-width: 768px) {
  #investmentpolicy #sec01 .flow .step:before {
    width: 25rem;
    height: 2.2rem;
    background: url(../img/investmentpolicy/arrow_md.svg) no-repeat 0 0/contain;
    top: 5rem;
    left: 25.4rem;
    transform: translateX(0) translateY(-50%);
  }
}
#investmentpolicy #sec01 .flow .step.step03:before {
  display: none;
}

#kojin_jouhou #mainVisual {
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E2F3EB;
}
@media (min-width: 768px) {
  #kojin_jouhou #mainVisual {
    height: 21rem;
  }
}
#kojin_jouhou #mainVisual h1 {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #kojin_jouhou #mainVisual h1 {
    font-size: 3.2rem;
  }
}
#kojin_jouhou a.tel {
  color: #000000;
}
@media (min-width: 768px) {
  #kojin_jouhou a.tel {
    cursor: default;
    pointer-events: none;
  }
  #kojin_jouhou a.tel:hover {
    color: #000000;
    text-decoration: none;
  }
}
#kojin_jouhou #sec01 .bg_gray {
  background-color: #F7F7F7;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  #kojin_jouhou #sec01 .bg_gray {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #kojin_jouhou #sec01 .inner {
    width: 114rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#kojin_jouhou #sec01 .inner .txt01 {
  font-size: 1.6rem;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  #kojin_jouhou #sec01 .inner .txt01 {
    font-size: 1.8rem;
    margin-top: 3.8rem;
  }
}
#kojin_jouhou #sec01 .inner ul, #kojin_jouhou #sec01 .inner ol {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #kojin_jouhou #sec01 .inner ul, #kojin_jouhou #sec01 .inner ol {
    font-size: 1.8rem;
  }
}
#kojin_jouhou #sec01 .inner ul.style_none, #kojin_jouhou #sec01 .inner ol.style_none {
  list-style: none;
  margin-left: 0;
}
#kojin_jouhou #sec01 .inner ul.style_none.ml_15em, #kojin_jouhou #sec01 .inner ol.style_none.ml_15em {
  margin-left: 1.5em;
}
#kojin_jouhou #sec01 .inner ul {
  list-style: disc;
  margin-left: 1.5em;
}
#kojin_jouhou #sec01 .inner ul li ol {
  list-style: none;
  margin-left: 1.5;
  display: flex;
}
#kojin_jouhou #sec01 .inner .ml_15em {
  margin-left: 1.5em;
}
#kojin_jouhou #sec01 .inner ol {
  margin-top: 2.5rem;
  list-style: none;
}
@media (min-width: 768px) {
  #kojin_jouhou #sec01 .inner ol {
    margin-top: 5rem;
  }
}
#kojin_jouhou #sec01 .inner ol li > ul {
  list-style: none;
}
#kojin_jouhou #sec01 .inner ol li > ul.style_disc {
  list-style: disc;
  margin-left: 3em;
}
#kojin_jouhou #sec01 .inner li.d-flex span {
  white-space: nowrap;
}
#kojin_jouhou #sec01 .inner ul.page_link {
  margin-left: 0;
}
@media (min-width: 768px) {
  #kojin_jouhou #sec01 .inner ul.page_link {
    margin-top: 10rem;
  }
}
#kojin_jouhou #sec01 .inner ul.page_link li {
  display: block;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  #kojin_jouhou #sec01 .inner ul.page_link li {
    display: inline-block;
    margin-right: 2.4rem;
    margin-bottom: 1rem;
  }
}
#kojin_jouhou #sec01 .inner ul.page_link li:last-of-type {
  margin-bottom: 0;
}
#kojin_jouhou #sec01 .inner ul.page_link li a {
  padding-left: 1.5em;
  position: relative;
  font-size: 1.8rem;
  color: #008756;
  display: block;
  font-weight: 700;
}
#kojin_jouhou #sec01 .inner ul.page_link li a:before {
  position: absolute;
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: #008756;
  top: 0.6rem;
  left: 0.1rem;
}
#kojin_jouhou #sec01 .inner ul.page_link li a:after {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
  top: 1.1rem;
  left: 0.7rem;
}
#kojin_jouhou #sec01 .inner ul.page_link li a:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  #kojin_jouhou #sec01 .inner ul.page_link li a:hover span {
    text-decoration: underline;
  }
}
#kojin_jouhou #sec01 .inner dl dt {
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  width: 100%;
  border-bottom: 2px solid #008756;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  #kojin_jouhou #sec01 .inner dl dt {
    font-size: 2.6rem;
    border-bottom: 1px solid #AAAAAA;
    margin-top: 6rem;
  }
}
#kojin_jouhou #sec01 .inner dl dd {
  font-size: 1.6rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #kojin_jouhou #sec01 .inner dl dd {
    font-size: 1.8rem;
    margin-top: 3rem;
  }
}
#kojin_jouhou #sec01 .inner p {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #kojin_jouhou #sec01 .inner p {
    font-size: 1.8rem;
  }
}
#kojin_jouhou #sec01 .sengen {
  background-color: #E2F3EB;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  #kojin_jouhou #sec01 .sengen {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #kojin_jouhou #sec01 .sengen .inner {
    background-color: #E2F3EB;
    padding: 3rem;
    margin-top: 5rem;
  }
}
#kojin_jouhou #sec01 .sengen ol.sengen_list {
  margin-left: 1.5em;
  margin-top: 0;
}
#kojin_jouhou #sec01 .sengen ol.sengen_list li {
  position: relative;
  list-style-type: none;
  line-height: 2;
}
#kojin_jouhou #sec01 .sengen ol.sengen_list li:before {
  position: absolute;
  right: calc(100% + 0.5rem);
  content: "(" counter(list-item) ")";
}
#kojin_jouhou #sec01 .sengen p {
  font-size: 1.6rem;
  text-align: right;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #kojin_jouhou #sec01 .sengen p {
    font-size: 1.8rem;
  }
}
#kojin_jouhou #sec01 table {
  width: 100%;
  border-top: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  #kojin_jouhou #sec01 table {
    margin-top: 5.8rem;
  }
}
#kojin_jouhou #sec01 table th {
  background-color: #E2F3EB;
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  font-weight: 700;
  font-weight: 1.8rem;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #kojin_jouhou #sec01 table th {
    font-size: 2rem;
  }
}
#kojin_jouhou #sec01 table th.ttl01, #kojin_jouhou #sec01 table th.ttl02 {
  background-color: #008756;
  color: #ffffff;
  font-weight: 1.6rem;
  height: 5.2rem;
}
@media (min-width: 768px) {
  #kojin_jouhou #sec01 table th.ttl01, #kojin_jouhou #sec01 table th.ttl02 {
    font-size: 2rem;
    height: 7.5rem;
  }
}
#kojin_jouhou #sec01 table th.ttl01 {
  width: 36%;
}
@media (min-width: 768px) {
  #kojin_jouhou #sec01 table th.ttl01 {
    width: 24%;
  }
}
#kojin_jouhou #sec01 table th.ttl02 {
  width: 64%;
}
@media (min-width: 768px) {
  #kojin_jouhou #sec01 table th.ttl02 {
    width: 76%;
  }
}
#kojin_jouhou #sec01 table td {
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  font-size: 1.6rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  #kojin_jouhou #sec01 table td {
    font-size: 1.8rem;
    padding: 2.5rem 3rem;
  }
}
#kojin_jouhou #sec01 table td p {
  display: flex;
}
#kojin_jouhou #sec01 table td p span {
  margin-right: 0.5em;
}
#kojin_jouhou #sec01 p.list_ttl {
  color: #008756;
  font-weight: 700;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  #kojin_jouhou #sec01 p.list_ttl {
    margin-top: 5rem;
  }
}

#message #sec01 {
  padding-top: 8rem;
}
@media (min-width: 768px) {
  #message #sec01 {
    padding-top: 9rem;
  }
}
#message #sec01 .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8rem;
}
@media (min-width: 768px) {
  #message #sec01 .inner {
    flex-direction: row-reverse;
    gap: 9rem;
    width: 114rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#message #sec01 .inner .photo {
  width: 27rem;
  position: relative;
}
@media (min-width: 768px) {
  #message #sec01 .inner .photo {
    width: 36.7rem;
  }
}
#message #sec01 .inner .photo picture {
  display: inline-block;
  width: 21rem;
}
@media (min-width: 768px) {
  #message #sec01 .inner .photo picture {
    width: 28.7rem;
  }
}
#message #sec01 .inner .photo:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #F6AE54;
  opacity: 0.3;
  filter: blur(18.4426px);
  border-radius: 0.737705rem;
  top: 2.2rem;
  left: 2.2rem;
  z-index: -1;
}
@media (min-width: 768px) {
  #message #sec01 .inner .photo:before {
    filter: blur(25px);
    border-radius: 10px;
    top: 3rem;
    left: 3rem;
  }
}
#message #sec01 .inner .photo:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #E2F3EB;
  filter: blur(18.4426px);
  border-radius: 0.737705rem;
  top: -2.2rem;
  left: -2.2rem;
  z-index: -1;
}
@media (min-width: 768px) {
  #message #sec01 .inner .photo:after {
    filter: blur(25px);
    border-radius: 10px;
    top: -3rem;
    left: -3rem;
  }
}
#message #sec01 .inner .photo img {
  border-radius: 0.737705rem;
}
@media (min-width: 768px) {
  #message #sec01 .inner .photo img {
    border-radius: 1rem;
  }
}
@media (min-width: 768px) {
  #message #sec01 .inner .message_txt {
    width: calc(100% - 36rem - 9rem);
  }
}
#message #sec01 .inner .message_txt p {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #message #sec01 .inner .message_txt p {
    font-size: 1.8rem;
  }
}
#message #sec01 .inner .message_txt p.date {
  font-size: 1.6rem;
  text-align: right;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  #message #sec01 .inner .message_txt p.date {
    font-size: 1.6rem;
  }
}
#message #sec01 .inner .message_txt p.name {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2rem;
}
#message #sec01 .inner .message_txt p.name span {
  padding-right: 2.2rem;
}
@media (min-width: 768px) {
  #message #sec01 .inner .message_txt p.name span {
    padding-right: 3rem;
  }
}

#fund #sec01 {
  padding-top: 8rem;
}
@media (min-width: 768px) {
  #fund #sec01 {
    padding-top: 9rem;
  }
}
#fund .inner {
  width: 100%;
}
@media (min-width: 768px) {
  #fund .inner {
    width: 114rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#fund.performance #sec01 h2 {
  text-align: center;
}
@media (min-width: 768px) {
  #fund.performance #sec01 h2 {
    text-align: left;
  }
}
#fund.performance #sec01 h2 picture {
  width: 27rem;
  display: inline-block;
}
@media (min-width: 768px) {
  #fund.performance #sec01 h2 picture {
    width: 45rem;
  }
}
#fund.performance #sec01 h2 p {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #fund.performance #sec01 h2 p {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
#fund.performance #sec01 .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 10rem;
  gap: 2rem;
}
@media (min-width: 768px) {
  #fund.performance #sec01 .list {
    margin-left: auto;
    margin-right: auto;
    width: 114rem;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 6rem;
  }
}
#fund.performance #sec01 .list .list_item {
  width: 100%;
  background-color: #E2F3EB;
  border-radius: 1rem;
  padding: 3rem;
}
@media (min-width: 768px) {
  #fund.performance #sec01 .list .list_item {
    width: calc((100% - 4rem) / 3);
  }
}
#fund.performance #sec01 .list .list_item .name {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  #fund.performance #sec01 .list .list_item .name {
    font-size: 2rem;
  }
}
#fund.performance #sec01 .list .list_item .status {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 3rem;
  background-color: #F6AE54;
  border-radius: 0.5rem;
  margin-top: 3rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #fund.performance #sec01 .list .list_item .status {
    width: 11rem;
  }
}
#fund.performance #sec01 .list .list_item .status.sts02 {
  background-color: #008756;
  color: #ffffff;
}
#fund.performance #sec01 .list .list_item .logo {
  text-align: center;
  background-color: #ffffff;
  border-radius: 1rem;
  width: 100%;
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  #fund.performance #sec01 .list .list_item .logo {
    height: 18rem;
  }
}
#fund.performance #sec01 .list .list_item.item01 .logo picture {
  width: 7.7rem;
}
#fund.performance #sec01 .list .list_item.item02 .logo picture {
  width: 22.4rem;
}
#fund.performance #sec01 .list .list_item.item03 .logo picture {
  width: 16.2rem;
}
#fund.performance #sec01 .list .list_item.item04 .logo picture {
  width: 18rem;
}
#fund.performance #sec01 .list .list_item.item05 .logo picture {
  width: 18.4rem;
}
#fund.performance #sec01 .list .list_item.item06 .logo picture {
  width: 19.2rem;
}
@media (min-width: 768px) {
  #fund .pb-md-120 {
    padding-bottom: 12rem !important;
  }
}
#fund .btn01 {
  width: 100%;
  height: 7rem;
  display: flex;
  padding: 0 1.5rem 0 3rem;
  align-items: center;
  border: 1px solid #008756;
  border-radius: 5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #008756;
  margin-top: 3rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  #fund .btn01 {
    height: 7rem;
    font-size: 1.8rem;
    padding: 0 1.5rem 0 3rem;
    margin-top: 5rem;
  }
}
#fund .btn01 span {
  width: 100%;
  padding-right: 3rem;
  position: relative;
}
#fund .btn01 span::before {
  position: absolute;
  content: "";
  width: 3rem;
  height: 3rem;
  background-color: #008756;
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#fund .btn01 span::after {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%);
  top: calc(50% - 0.1rem);
  right: 1.5rem;
}
#fund.detail sup {
  font-size: 65%;
}
#fund.detail h3 {
  color: #008756;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  #fund.detail h3 {
    font-size: 3.6rem;
  }
}
#fund.detail h3 span {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  #fund.detail h3 span {
    font-size: 3.2rem;
  }
}
#fund.detail p {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #fund.detail p {
    font-size: 1.8rem;
  }
}
#fund.detail .data .data_ttl {
  display: inline-block;
  background-color: #008756;
  width: 10rem;
  height: 3.6rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem 0.5rem 0 0;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #fund.detail .data .data_ttl {
    width: 15rem;
    height: 4.7rem;
    font-size: 2.8rem;
    border-radius: 1rem 1rem 0 0;
  }
}
#fund.detail .data .data_box {
  width: 100%;
  background-color: #E2F3EB;
  padding: 4rem 3rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
@media (min-width: 768px) {
  #fund.detail .data .data_box {
    padding: 5rem;
    border-radius: 0 0 1rem 1rem;
  }
}
@media (min-width: 768px) {
  #fund.detail .data .data_box .d-md-flex .left {
    width: 68.4rem;
  }
}
#fund.detail .data .data_box .d-md-flex .logo {
  width: 100%;
  background-color: #ffffff;
  width: 25.5rem;
  height: 25.5rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  #fund.detail .data .data_box .d-md-flex .logo {
    width: 30rem;
    height: 30rem;
    margin-top: 0;
  }
}
#fund.detail .data .data_box .d-md-flex .logo > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  #fund.detail .data .data_box .d-md-flex .logo > div {
    padding: 0 3rem;
  }
}
#fund.detail .data .data_box a.btn01 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  #fund.detail .data .data_box a.btn01 {
    width: 32rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#fund.detail .data .data_box a.btn01.hp span:after {
  border: none;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/fund/performance/icon_hp.svg) no-repeat 0 0/contain;
  right: 1.2rem;
}
#fund.detail .data .status {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 3rem;
  background-color: #F6AE54;
  border-radius: 0.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #fund.detail .data .status {
    width: 11rem;
  }
}
#fund.detail .data .status.sts02 {
  background-color: #008756;
  color: #ffffff;
}
#fund.detail .data .name {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  #fund.detail .data .name {
    font-size: 3.6rem;
  }
}
#fund.detail .data dl dt {
  font-weight: 700;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #fund.detail .data dl dt {
    font-size: 1.8rem;
  }
}
#fund.detail .data dl dd {
  font-size: 1.6rem;
  padding-left: 1em;
}
@media (min-width: 768px) {
  #fund.detail .data dl dd {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  #fund.detail .data .details {
    display: flex;
  }
}
#fund.detail .data .details ul {
  font-weight: 700;
  list-style: disc;
  margin-left: 1.5em;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #fund.detail .data .details ul {
    font-size: 1.8rem;
  }
}
#fund.detail .data .details ul li a {
  color: #000000;
  text-decoration: underline;
  font-weight: 700;
}
@media (min-width: 768px) {
  #fund.detail .data .details ul li a:hover {
    text-decoration: underline;
    color: #008756;
  }
}
#fund.detail .d-flex {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 6rem;
}
@media (min-width: 768px) {
  #fund.detail .d-flex {
    flex-direction: row;
    align-items: center;
    gap: 11.7rem;
    margin-top: 8rem;
  }
}
@media (min-width: 768px) {
  #fund.detail .d-flex.flex01 {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  #fund.detail .d-flex .txt {
    width: 72.3rem;
  }
}
#fund.detail .d-flex .photo {
  text-align: center;
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
}
@media (min-width: 768px) {
  #fund.detail .d-flex .photo {
    width: 36.7rem;
    margin-left: 0;
    margin-right: 0;
  }
}
#fund.detail .d-flex .photo p {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  #fund.detail .d-flex .photo p {
    font-size: 2.4rem;
  }
}
#fund.detail .d-flex .photo p span {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #fund.detail .d-flex .photo p span {
    font-size: 1.3rem;
  }
}
#fund.detail hr {
  margin: 8rem 0;
}
@media (min-width: 768px) {
  #fund.detail hr {
    margin: 10rem 0;
  }
}
#fund.detail .txt {
  font-weight: 700;
}
#fund.detail .txt p.fs_l {
  font-size: 2rem;
}
@media (min-width: 768px) {
  #fund.detail .txt p.fs_l {
    font-size: 2.4rem;
  }
}
#fund.detail .txt p.fs_s {
  font-size: 1.6rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #fund.detail .txt p.fs_s {
    font-size: 2rem;
    margin-top: 4rem;
  }
}
#fund.detail .logo_katsushikareiki img {
  width: 11.8rem;
}
@media (min-width: 768px) {
  #fund.detail .logo_katsushikareiki img {
    width: 14.2rem;
  }
}
#fund.detail .logo_endo-kanko img {
  width: 22.4rem;
}
@media (min-width: 768px) {
  #fund.detail .logo_endo-kanko img {
    width: 22.4rem;
  }
}
#fund.detail .logo_valco img {
  width: 16.2rem;
}
@media (min-width: 768px) {
  #fund.detail .logo_valco img {
    width: 16.2rem;
  }
}
#fund.detail .logo_k-bunka img {
  width: 18rem;
}
@media (min-width: 768px) {
  #fund.detail .logo_k-bunka img {
    width: 18rem;
  }
}
#fund.detail .logo_viax img {
  width: 21.8rem;
}
@media (min-width: 768px) {
  #fund.detail .logo_viax img {
    width: 21.8rem;
  }
}

#sitepolicy #mainVisual {
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E2F3EB;
}
@media (min-width: 768px) {
  #sitepolicy #mainVisual {
    height: 21rem;
  }
}
#sitepolicy #mainVisual h1 {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #sitepolicy #mainVisual h1 {
    font-size: 3.2rem;
  }
}
#sitepolicy a.tel {
  color: #000000;
}
@media (min-width: 768px) {
  #sitepolicy a.tel {
    cursor: default;
    pointer-events: none;
  }
  #sitepolicy a.tel:hover {
    color: #000000;
    text-decoration: none;
  }
}
#sitepolicy a.text_link {
  text-decoration: underline;
  color: #000000;
}
@media (min-width: 768px) {
  #sitepolicy a.text_link:hover {
    color: #008756;
  }
}
@media (min-width: 768px) {
  #sitepolicy #sec01 .inner {
    width: 114rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#sitepolicy #sec01 .inner .txt01 {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #sitepolicy #sec01 .inner .txt01 {
    font-size: 1.8rem;
  }
}
#sitepolicy #sec01 .inner ul {
  font-size: 1.6rem;
  list-style: disc;
  margin-left: 1.5em;
}
@media (min-width: 768px) {
  #sitepolicy #sec01 .inner ul {
    font-size: 1.8rem;
  }
}
#sitepolicy #sec01 .inner ul li ul {
  list-style: disc;
  margin-left: 1.5em;
}
#sitepolicy #sec01 .inner ul li p.d-flex {
  display: flex;
}
#sitepolicy #sec01 .inner ul li p.d-flex span {
  white-space: nowrap;
}
#sitepolicy #sec01 h2 {
  border-bottom: 0.2rem solid #008756;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #sitepolicy #sec01 h2 {
    margin-top: 5rem;
    font-size: 2.6rem;
  }
}

#information #sec01 {
  padding-top: 8rem;
}
@media (min-width: 768px) {
  #information #sec01 {
    padding-top: 9rem;
  }
}
@media (min-width: 768px) {
  #information #sec01 .inner {
    width: 114rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#information #sec01 .inner .list-item {
  opacity: 1;
  display: block;
}
#information #sec01 .inner .list-item.is-hidden {
  opacity: 0;
  display: none;
}
#information #sec01 .inner .list-btn {
  display: block;
}
#information #sec01 .inner .list-btn.is-btn-hidden {
  display: none;
}
#information #sec01 .inner .list li {
  border-bottom: 1px solid #008756;
  margin-top: 3rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  #information #sec01 .inner .list li {
    margin-top: 5rem;
    padding-bottom: 4rem;
  }
}
#information #sec01 .inner .list li:first-of-type {
  margin-top: 0;
}
#information #sec01 .inner .list li dl dt {
  color: #008756;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  #information #sec01 .inner .list li dl dt {
    font-size: 2rem;
  }
}
#information #sec01 .inner .list li dl dd {
  color: #000000;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  #information #sec01 .inner .list li dl dd {
    font-size: 2rem;
  }
}
#information #sec01 .inner .list li a dl dt {
  color: #008756;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  #information #sec01 .inner .list li a dl dt {
    font-size: 2rem;
  }
}
#information #sec01 .inner .list li a dl dd {
  color: #000000;
  font-weight: 700;
  font-weight: 1.8rem;
}
@media (min-width: 768px) {
  #information #sec01 .inner .list li a dl dd {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  #information #sec01 .inner .list li a:hover dl dt, #information #sec01 .inner .list li a:hover dl dd {
    color: #008756;
  }
}
@media (min-width: 768px) {
  #information #sec01 .inner .list li a:hover dl dd {
    text-decoration: underline;
  }
}
#information #sec01 .inner .list-btn .btn01 {
  width: 90%;
  height: 7rem;
  display: flex;
  padding: 0 1.5rem 0 3rem;
  align-items: center;
  border: 1px solid #008756;
  border-radius: 5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #008756;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  #information #sec01 .inner .list-btn .btn01 {
    width: 32rem;
    height: 7rem;
    font-size: 1.8rem;
    padding: 0 1.5rem 0 3rem;
    margin-top: 5rem;
  }
}
@media (min-width: 768px) {
  #information #sec01 .inner .list-btn .btn01:hover {
    cursor: pointer;
  }
}
#information #sec01 .inner .list-btn .btn01 span {
  width: 100%;
  padding-right: 3rem;
  position: relative;
  text-align: left;
}
#information #sec01 .inner .list-btn .btn01 span::before {
  position: absolute;
  content: "";
  width: 3rem;
  height: 3rem;
  background-color: #008756;
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#information #sec01 .inner .list-btn .btn01 span::after {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg) translateY(-50%);
  top: calc(50% - 0.5rem);
  right: 1.3rem;
}

#information_detail sup {
  font-size: 75%;
}
#information_detail p.note {
  font-size: 85%;
}
#information_detail article {
  padding-top: 9rem;
}
@media (min-width: 768px) {
  #information_detail article {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #information_detail .inner {
    width: 114rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#information_detail #sec01 {
  padding-top: 8rem;
}
@media (min-width: 768px) {
  #information_detail #sec01 {
    padding-bottom: 9rem;
  }
}
#information_detail #sec01 h2 {
  font-weight: 700;
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  #information_detail #sec01 h2 {
    font-size: 3.6rem;
  }
}
#information_detail #sec01 .ttl_date {
  color: #008756;
  font-size: 1.6rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  #information_detail #sec01 .ttl_date {
    font-size: 1.8rem;
  }
}
#information_detail #sec01 .txt_block {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #information_detail #sec01 .txt_block {
    font-size: 1.8rem;
  }
}
#information_detail #sec01 .btn_block a {
  width: 25.5rem;
  height: 7rem;
  display: flex;
  padding: 0 1.5rem 0 3rem;
  align-items: center;
  border: 1px solid #008756;
  border-radius: 5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #008756;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #information_detail #sec01 .btn_block a {
    width: 32rem;
    height: 7rem;
    font-size: 1.8rem;
    padding: 0 1.5rem 0 3rem;
  }
}
#information_detail #sec01 .btn_block a span {
  width: 100%;
  padding-left: 5rem;
  position: relative;
  text-align: center;
}
#information_detail #sec01 .btn_block a span:before {
  position: absolute;
  content: "";
  width: 3rem;
  height: 3rem;
  background-color: #008756;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#information_detail #sec01 .btn_block a span:after {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-135deg) translateY(-50%);
  top: calc(50% - 0.5rem);
  left: 1.6rem;
}
@media (min-width: 768px) {
  #information_detail #sec01 .btn_block.pdf {
    width: 35rem;
  }
}
#information_detail #sec01 .btn_block.pdf a {
  width: 100%;
  height: 7rem;
  border-radius: 0.3rem;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  padding: 0 2rem 0 2rem;
  color: #000000;
  position: relative;
}
#information_detail #sec01 .btn_block.pdf a:before {
  position: absolute;
  content: "";
  width: 1.8rem;
  aspect-ratio: 18/20;
  background: url(../img/information/pdf.svg) no-repeat center center/contain;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  z-index: 2;
}
@media (min-width: 768px) {
  #information_detail #sec01 .btn_block.pdf a:before:hover {
    pointer-events: none;
  }
}
#information_detail #sec01 .btn_block.pdf span {
  text-align: left;
}
#information_detail #sec01 .btn_block.pdf span:after {
  transform: rotate(45deg) translateY(-50%);
  top: calc(50% - 0.1rem);
  left: 0.9rem;
}
#information_detail #sec01 .box {
  border: 1px solid #000000;
  padding: 3rem 2rem;
}
@media (min-width: 768px) {
  #information_detail #sec01 .box {
    padding: 4rem;
  }
}
#information_detail #sec01 .box .ttl {
  color: #008756;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  #information_detail #sec01 .box .ttl {
    font-size: 3.2rem;
  }
}
#information_detail #sec01 .box p {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #information_detail #sec01 .box p {
    font-size: 1.8rem;
  }
}
#information_detail #sec01 .img_block .ttl {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #information_detail #sec01 .img_block .ttl {
    font-size: 3.2rem;
  }
}
#information_detail #sec01 .img_block .img {
  margin-top: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  #information_detail #sec01 .img_block .img {
    margin-top: 3rem;
  }
}
#information_detail #sec01 .table_block .ttl {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #information_detail #sec01 .table_block .ttl {
    font-size: 3.2rem;
  }
}
#information_detail #sec01 .table_block table {
  margin-top: 1rem;
  width: 100%;
  border-top: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
}
@media (min-width: 768px) {
  #information_detail #sec01 .table_block table {
    margin-top: 3rem;
  }
}
#information_detail #sec01 .table_block table th, #information_detail #sec01 .table_block table td {
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
}
#information_detail #sec01 .table_block table th.left, #information_detail #sec01 .table_block table td.left {
  width: 36.1904761905%;
}
@media (min-width: 768px) {
  #information_detail #sec01 .table_block table th.left, #information_detail #sec01 .table_block table td.left {
    width: 23.6842105263%;
  }
}
#information_detail #sec01 .table_block table th.right, #information_detail #sec01 .table_block table td.right {
  width: 63.8095238095%;
}
@media (min-width: 768px) {
  #information_detail #sec01 .table_block table th.right, #information_detail #sec01 .table_block table td.right {
    width: 76.3157894737%;
  }
}
#information_detail #sec01 .table_block table th {
  background-color: #E2F3EB;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  #information_detail #sec01 .table_block table th {
    font-size: 2rem;
  }
}
#information_detail #sec01 .table_block table th.bg_green {
  background-color: #008756;
  color: #ffffff;
  font-size: 1.6rem;
  padding: 2rem;
  line-height: 1;
}
@media (min-width: 768px) {
  #information_detail #sec01 .table_block table th.bg_green {
    font-size: 2rem;
    padding: 3rem 2rem;
  }
}
#information_detail #sec01 .table_block table td {
  background-color: #ffffff;
  font-size: 1.6rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  #information_detail #sec01 .table_block table td {
    font-size: 1.8rem;
    padding: 3rem;
  }
}
#information_detail #sec01 .table_block table td ul {
  list-style: disc;
  margin-left: 1.5em;
}

#hojin_jouhou #mainVisual {
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E2F3EB;
}
@media (min-width: 768px) {
  #hojin_jouhou #mainVisual {
    height: 21rem;
  }
}
#hojin_jouhou #mainVisual h1 {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #hojin_jouhou #mainVisual h1 {
    font-size: 3.2rem;
  }
}
#hojin_jouhou a.tel {
  color: #000000;
}
@media (min-width: 768px) {
  #hojin_jouhou a.tel {
    cursor: default;
    pointer-events: none;
  }
  #hojin_jouhou a.tel:hover {
    color: #000000;
    text-decoration: none;
  }
}
#hojin_jouhou a.text_link {
  text-decoration: underline;
  color: #000000;
}
@media (min-width: 768px) {
  #hojin_jouhou a.text_link:hover {
    color: #008756;
  }
}
#hojin_jouhou #sec01 .tel_link {
  text-decoration: underline;
  color: #000000;
}
@media (min-width: 768px) {
  #hojin_jouhou #sec01 .tel_link {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
    color: #000000;
  }
}
@media (min-width: 768px) {
  #hojin_jouhou #sec01 .inner {
    width: 114rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#hojin_jouhou #sec01 .inner .txt01 {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #hojin_jouhou #sec01 .inner .txt01 {
    font-size: 1.8rem;
  }
}
#hojin_jouhou #sec01 .inner ul {
  font-size: 1.6rem;
  list-style: disc;
  margin-left: 1.5em;
}
@media (min-width: 768px) {
  #hojin_jouhou #sec01 .inner ul {
    font-size: 1.8rem;
  }
}
#hojin_jouhou #sec01 .inner ul li ul {
  list-style: disc;
  margin-left: 1.5em;
}
#hojin_jouhou #sec01 .inner ul li p.d-flex {
  display: flex;
}
#hojin_jouhou #sec01 .inner ul li p.d-flex span {
  white-space: nowrap;
}
#hojin_jouhou #sec01 h2 {
  border-bottom: 0.2rem solid #008756;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #hojin_jouhou #sec01 h2 {
    margin-top: 5rem;
    font-size: 2.6rem;
  }
}

#mission #sec01 {
  padding-top: 8rem;
  padding-bottom: 15rem;
  background: url(../img/mission/bg01_sm.png) no-repeat top center/cover;
  position: relative;
}
@media (min-width: 768px) {
  #mission #sec01 {
    padding-top: 9rem;
    padding-bottom: 15rem;
    background: url(../img/mission/bg01_md.png) no-repeat top center/cover;
  }
}
#mission #sec01:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 48rem;
  background: url(../img/mission/bg02_sm.png) no-repeat bottom 18% center/100% auto;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  #mission #sec01:before {
    height: auto;
    aspect-ratio: 1140/840;
    background: url(../img/mission/bg02_md.png) no-repeat bottom 0% center/100% auto;
  }
}
#mission #sec01 .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #mission #sec01 .inner {
    width: 118rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#mission #sec01 .inner .mission {
  width: 84vw;
  height: 84vw;
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #mission #sec01 .inner .mission {
    width: 54rem;
    height: 54rem;
    display: inline-block;
  }
}
#mission #sec01 .inner .mission:before {
  position: absolute;
  content: "";
  width: 45rem;
  height: 45rem;
  border-radius: 50%;
  background: #FFFFFF;
  filter: blur(37.3438px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
@media (min-width: 768px) {
  #mission #sec01 .inner .mission:before {
    width: 64rem;
    height: 64rem;
  }
}
#mission #sec01 .inner .mission:after {
  position: absolute;
  content: "";
  width: 35rem;
  height: 35rem;
  border-radius: 50%;
  background: #FFFFFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (min-width: 768px) {
  #mission #sec01 .inner .mission:after {
    width: 54rem;
    height: 54rem;
  }
}
#mission #sec01 .inner .mission .text {
  position: absolute;
  text-align: center;
  width: 80%;
  height: auto;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
}
@media (min-width: 768px) {
  #mission #sec01 .inner .mission .text {
    position: relative;
  }
}
#mission #sec01 .inner .mission .text h2 picture {
  width: 19.5rem;
  display: inline-block;
}
@media (min-width: 768px) {
  #mission #sec01 .inner .mission .text h2 picture {
    width: 26rem;
  }
}
#mission #sec01 .inner .mission .text h2 p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #mission #sec01 .inner .mission .text h2 p {
    font-size: 2.4rem;
    margin-top: 3rem;
  }
}
#mission #sec01 .inner .mission .text .txt01 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  #mission #sec01 .inner .mission .text .txt01 {
    font-size: 2rem;
    margin-top: 5rem;
  }
}
#mission #sec01 .inner .mission.mission02 {
  margin-top: 14rem;
}
@media (min-width: 768px) {
  #mission #sec01 .inner .mission.mission02 {
    margin-top: 0;
    transform: translateY(50%);
    margin-left: 7rem;
  }
}
#mission #sec01 .inner .mission.mission02 .text h2 picture {
  width: 15.3rem;
}
@media (min-width: 768px) {
  #mission #sec01 .inner .mission.mission02 .text h2 picture {
    width: 20.4rem;
  }
}
#mission #sec01 .inner .mission.mission03 {
  margin-top: 14rem;
}
#mission #sec01 .inner .mission.mission03 .text h2 picture {
  width: 13.8rem;
}
@media (min-width: 768px) {
  #mission #sec01 .inner .mission.mission03 .text h2 picture {
    width: 18.4rem;
  }
}