@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);
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/********** ベースタグ設定 **********/
* {
  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;
  }
}

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

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

/********** #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: 768px) {
  #wrapper {
    font-size: calc(14 * var(--basePixel) * 1px);
  }
}

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

/********** #header **********/
@media (min-width: 768px) {
  main {
    overflow: hidden;
  }
}

#header {
  background-color: #ffffff;
  height: 8rem;
  align-content: center;
  border-bottom: 2px solid #009944;
}
@media (min-width: 768px) {
  #header {
    height: 7.1rem;
  }
}
#header picture {
  display: block;
  text-align: center;
  line-height: 0;
}
#header picture img {
  width: 17rem;
}
@media (min-width: 768px) {
  #header picture img {
    width: 16.4rem;
  }
}

#mainVisual {
  position: relative;
}
@media (min-width: 768px) {
  #mainVisual {
    height: min(50.7638888889vw, 731px);
  }
}
@media (min-width: 768px) {
  #mainVisual:before {
    position: absolute;
    content: "";
    width: 60%;
    height: 100%;
    background: url(../img/mv_bg_md.png) no-repeat 0 0/cover;
    top: 0;
    right: 0;
    border-radius: 0 0 0 min(18.0555555556vw, 260px);
  }
}
#mainVisual .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #mainVisual .container {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#mainVisual .container .mv {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  #mainVisual .container .mv {
    height: min(33.8194444444vw, 487px);
    align-content: center;
  }
}
#mainVisual picture {
  display: block;
}
@media (min-width: 768px) {
  #mainVisual picture {
    width: 28.75%;
    max-width: 41.4rem;
  }
}
#mainVisual picture img {
  width: 100%;
}
@media (min-width: 768px) {
  #mainVisual picture img {
    width: auto;
  }
}

.bg_green {
  margin-top: max(-13.75vw, -55px);
  padding-bottom: min(15.75vw, 63px);
  position: relative;
}
@media (min-width: 768px) {
  .bg_green {
    margin-top: max(-29.1666666667vw, -210px);
    padding-top: min(4.0972222222vw, 59px);
    padding-bottom: min(8.8888888889vw, 128px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
.bg_green:after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + min(30.5vw, 122px));
  bottom: 0;
  left: 0;
  background-color: #00984B;
  border-radius: min(25vw, 100px) 0 0 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .bg_green:after {
    height: 100%;
    border-radius: min(6.9444444444vw, 100px) 0 0 0;
  }
}
.bg_green ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.5rem;
  width: 82.5%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .bg_green ul {
    flex-wrap: nowrap;
    gap: 3rem;
    max-width: 1200px;
    width: 100%;
  }
}
.bg_green ul li {
  width: calc((100% - 1.5rem) / 2);
}
@media (min-width: 768px) {
  .bg_green ul li {
    width: calc((100% - 12rem) / 5);
  }
}
.bg_green ul li a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffffff;
  text-align: center;
  align-content: center;
  position: relative;
  border-radius: 2rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .bg_green ul li a {
    border-radius: 3rem;
    padding: 1.5rem;
  }
}
.bg_green ul li a:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #00984B;
  border-right: solid 1px #00984B;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 10px;
}
.bg_green .container {
  width: calc(82.5% + 30px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .bg_green .container {
    width: 100%;
    max-width: 1230px;
  }
}
@media (min-width: 768px) {
  .bg_green .bnr .d-md-flex {
    gap: 40px;
    justify-content: center;
  }
}
.bg_green .bnr .d-md-flex img {
  width: 100%;
}
.bg_green .about {
  color: #ffffff;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .bg_green .about {
    display: flex;
    margin-top: 200px;
  }
}
.bg_green .about .ttl {
  font-size: 40px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .bg_green .about .ttl {
    font-size: 40px;
    width: 370px;
  }
}
.bg_green .about .text {
  font-size: 18px;
  line-height: 2.2;
  margin-top: 4.5rem;
}
@media (min-width: 768px) {
  .bg_green .about .text {
    font-size: 18px;
    width: calc(100% - 370px);
    margin-top: 0;
  }
}
.bg_green .about .text span {
  color: #FFE713;
}
.bg_green .point {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .bg_green .point {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: inherit;
  }
}
.bg_green .point > div {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .bg_green .point > div {
    width: 26%;
  }
  .bg_green .point > div.ttl {
    width: 12%;
  }
}

#sec01 {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0;
  background-color: #ffffff;
  position: relative;
}
@media (min-width: 768px) {
  #sec01 {
    width: 100%;
    padding: 0 1.5rem 0;
  }
}
#sec01:before {
  position: absolute;
  content: "";
  background-color: #00984B;
  width: 100vw;
  height: 15rem;
  border-radius: 0 0 10rem 10rem;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  #sec01:before {
    height: 18rem;
    border-radius: 0 0 10rem 10rem;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#sec01 .inner {
  width: 94%;
  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  padding-top: 5.3rem;
  border-radius: min(5vw, 20px) min(5vw, 20px) 0 0;
}
@media (min-width: 768px) {
  #sec01 .inner {
    width: 100%;
    max-width: 1400px;
    border-radius: min(1.3888888889vw, 20px) min(1.3888888889vw, 20px) 0 0;
  }
}
#sec01 .ttl {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  #sec01 .ttl {
    display: flex;
    font-size: 1.6rem;
    justify-content: space-between;
    align-items: center;
  }
}
#sec01 .ttl .fc_green {
  color: #00984B;
  font-size: 3rem;
}
@media (min-width: 768px) {
  #sec01 .ttl .fc_green {
    font-size: 4.4rem;
  }
}
#sec01 .ttl .text {
  padding-left: 15rem;
  position: relative;
}
@media (min-width: 768px) {
  #sec01 .ttl .text {
    padding-left: 15.4rem;
  }
}
#sec01 .ttl .text:before {
  position: absolute;
  content: "";
  width: 7.4rem;
  aspect-ratio: 112/119;
  background: url(../img/img02.png) no-repeat 0 0/contain;
  top: 50%;
  left: 2.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  #sec01 .ttl .text:before {
    width: 12.2rem;
    left: 0;
  }
}
#sec01 .ttl#ttl_program .text {
  padding-left: 11.9rem;
}
#sec01 .ttl#ttl_program .text:before {
  width: 8rem;
}
@media (min-width: 768px) {
  #sec01 .ttl#ttl_program .btn01 a:hover {
    background-color: #ffffff;
    border: 2px solid #00984B;
    color: #00984B;
    opacity: 1;
  }
  #sec01 .ttl#ttl_program .btn01 a:hover:before {
    background-image: url(../img/icon_pdf_on.svg);
  }
}
#sec01 .ttl#ttl_shiryo .text {
  padding-left: 13.5rem;
}
@media (min-width: 768px) {
  #sec01 .ttl#ttl_shiryo .btn01 a:hover {
    background-color: #ffffff;
    border: 2px solid #00984B;
    color: #00984B;
    opacity: 1;
  }
  #sec01 .ttl#ttl_shiryo .btn01 a:hover:before {
    background-image: url(../img/icon_pdf_on.svg);
  }
}
#sec01 .btn01 {
  width: 100%;
  margin-top: 3.7rem;
}
@media (min-width: 768px) {
  #sec01 .btn01 {
    width: 45%;
    margin-top: 0;
    text-align: right;
  }
}
#sec01 .btn01 a {
  display: inline-block;
  width: 100%;
  height: 5rem;
  display: block;
  background-color: #00984B;
  color: #ffffff;
  text-align: center;
  align-content: center;
  font-size: 1.6rem;
  border-radius: 100px;
  padding: 0 3rem;
  position: relative;
  border: 2px solid #00984B;
}
@media (min-width: 768px) {
  #sec01 .btn01 a {
    height: 6rem;
    font-size: 2rem;
    padding: 0 3.5rem;
  }
}
#sec01 .btn01 a:before {
  position: absolute;
  content: "";
  width: 1.5rem;
  aspect-ratio: 15.21/15.8;
  background: url(../img/icon_pdf.svg) no-repeat 0 0/contain;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  #sec01 .btn01 a:before {
    width: 1.37rem;
  }
}
#sec01 .box_green {
  background-color: #00984B;
  border-radius: 2rem;
  padding: 4rem 2.5rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  #sec01 .box_green {
    border-radius: 2rem;
    padding: 6rem;
    margin-top: 10rem;
  }
}
@media (min-width: 768px) {
  #sec01 .box_green .d-md-flex {
    justify-content: space-between;
    gap: 3.5rem;
  }
}
#sec01 .box_green .d-md-flex .img {
  text-align: center;
}
@media (min-width: 768px) {
  #sec01 .box_green .d-md-flex .img {
    width: 44%;
  }
}
#sec01 .box_green .d-md-flex .text {
  font-size: 1.6rem;
  color: #ffffff;
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  #sec01 .box_green .d-md-flex .text {
    width: calc(54% - 3.5rem);
    font-size: 1.6rem;
    margin-top: 0;
  }
}
#sec01 .box_green .d-md-flex .text .fw-700 {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  #sec01 .box_green .d-md-flex .text .fw-700 {
    font-size: 2.8rem;
  }
}
#sec01 .box_green .btn01 {
  text-align: center;
  margin-top: 3.2rem;
  width: 96.8%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #sec01 .box_green .btn01 {
    width: 55rem;
    margin-top: 3.2rem;
  }
}
#sec01 .box_green .btn01 a {
  background-color: #ffffff;
  color: #00984B;
  border: 2px solid #ffffff;
}
#sec01 .box_green .btn01 a:before {
  position: absolute;
  content: "";
  width: 1.5rem;
  aspect-ratio: 15.21/15.8;
  background: url(../img/icon_pdf_on.svg) no-repeat 0 0/contain;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  #sec01 .box_green .btn01 a:before {
    width: 1.37rem;
  }
}
@media (min-width: 768px) {
  #sec01 .box_green .btn01 a:hover {
    opacity: 1;
    background-color: #00984B;
    color: #ffffff;
    border: 2px solid #ffffff;
  }
  #sec01 .box_green .btn01 a:hover:before {
    background-image: url(../img/icon_pdf.svg);
  }
}
#sec01 #shiryo {
  width: 100%;
  margin: 5rem auto 0;
  background-color: #F4F7F6;
  border-radius: 2rem;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
@media (min-width: 768px) {
  #sec01 #shiryo {
    width: 100%;
    max-width: 1400px;
    margin: 10rem auto 0;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
#sec01 #shiryo .btn01 {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #sec01 #shiryo .btn01 {
    width: 45%;
  }
}
#sec01 #shiryo .ttl .text:before {
  width: 8.9rem;
  aspect-ratio: 125/99;
  background: url(../img/img04.png) no-repeat 0 0/contain;
}
@media (min-width: 768px) {
  #sec01 #shiryo .ttl .text:before {
    width: 12.5rem;
  }
}
#sec01 #voice {
  width: 100%;
  margin: 0 auto 0;
  background-color: #F4F7F6;
  border-radius: 2rem;
  padding-top: 4.9rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  #sec01 #voice {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 0;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
#sec01 #voice .ttl .text:before {
  width: 10.1rem;
  aspect-ratio: 117/118;
  background: url(../img/img06.png) no-repeat 0 0/contain;
  left: 2rem;
}
@media (min-width: 768px) {
  #sec01 #voice .ttl .text:before {
    width: 11.7rem;
  }
}
#sec01 #voice .img07 {
  padding-left: 2.7rem;
}
#sec01 #voice .img07 img {
  width: 100%;
}
#sec01 #shoukai {
  padding-top: 5rem;
  padding-bottom: 4.38rem;
}
@media (min-width: 768px) {
  #sec01 #shoukai {
    padding-top: 6.5rem;
    padding-bottom: 10rem;
  }
}
#sec01 #shoukai .text:before {
  width: 10.779rem;
  aspect-ratio: 145/133;
  background: url(../img/img05.png) no-repeat 0 0/contain;
}
@media (min-width: 768px) {
  #sec01 #shoukai .text:before {
    width: 14.5rem;
  }
}
#sec01 #service {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  #sec01 #service {
    padding-top: 6.5rem;
  }
}
#sec01 #service .text:before {
  width: 6.8rem;
  aspect-ratio: 133/129;
  background: url(../img/img08.png) no-repeat 0 0/contain;
}
@media (min-width: 768px) {
  #sec01 #service .text:before {
    width: 13.3rem;
  }
}

.top-tab-container {
  margin-top: 5.5rem;
}
@media (min-width: 768px) {
  .top-tab-container {
    margin-top: 4rem;
  }
}

.tab-container {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.tab-container .tab {
  text-align: center;
  align-content: center;
  font-size: min(3.235vw, 1.294rem);
  border-radius: 0.2rem 0.2rem 0 0;
  font-weight: bold;
  color: #8FDAED;
  cursor: pointer;
  background: #ffffff;
  border-top: 1px solid #8FDAED;
  border-left: 1px solid #8FDAED;
  border-right: 1px solid #8FDAED;
  width: 31%;
  height: min(9.5vw, 3.8rem);
}
@media (min-width: 768px) {
  .tab-container .tab {
    border-radius: 0.6rem 0.6rem 0 0;
    font-size: min(1.3888888889vw, 2rem);
    height: 6.4rem;
  }
}
.tab-container .tab.tab02 {
  border-color: #FFA76C;
  color: #FFA76C;
}
.tab-container .tab.tab03 {
  border-color: #77A1FC;
  color: #77A1FC;
}

.tab-container .tab.active {
  background: #8FDAED;
  color: #ffffff;
}
.tab-container .tab.active.tab02 {
  background-color: #FFA76C;
}
.tab-container .tab.active.tab03 {
  background-color: #77A1FC;
}

.content-container {
  position: relative;
  top: -1px;
}
.content-container .content {
  padding: 3.2rem;
  display: none;
  border-radius: 0 0 0.2rem 0.2rem;
}
@media (min-width: 768px) {
  .content-container .content {
    padding: 3.2rem;
    border-radius: 0 0 0.6rem 0.6rem;
  }
}
.content-container .content.show {
  display: block;
  background-color: #8FDAED;
}
.content-container .content.show.cont02 {
  background-color: #FFA76C;
}
.content-container .content.show.cont03 {
  background-color: #77A1FC;
}
.content-container .content ul {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}
@media (min-width: 768px) {
  .content-container .content ul {
    flex-direction: row;
    justify-content: flex-start;
    gap: 3.5%;
  }
}
.content-container .content ul li {
  width: 100%;
}
@media (min-width: 768px) {
  .content-container .content ul li {
    width: 31%;
  }
}
.content-container .content ul li img {
  width: 100%;
}

#sec02 .bg_green02 {
  background-color: #009944;
  padding-top: 4.5rem;
  padding-bottom: 1.9rem;
  margin-top: 4.4rem;
}
@media (min-width: 768px) {
  #sec02 .bg_green02 {
    padding-top: 8.8rem;
    padding-bottom: 10rem;
    margin-top: 8.6rem;
  }
}
@media (min-width: 768px) {
  #sec02 .inner02 {
    max-width: 94rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#sec02 .inner02 .img09 img {
  width: 100%;
}
#sec02 .dl_box {
  border: 1px solid #ffffff;
  border-radius: 1.5rem;
  padding: 2rem 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  #sec02 .dl_box {
    padding: 2rem 2.6rem 2rem 26.6rem;
  }
}
#sec02 .dl_box .dl_txt {
  font-size: min(5vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  display: flex;
  align-items: center;
  z-index: 3;
  width: 58vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.4rem;
}
@media (min-width: 768px) {
  #sec02 .dl_box .dl_txt {
    position: absolute;
    font-size: 2rem;
    top: 50%;
    left: 2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: auto;
  }
}
#sec02 .dl_box .dl_txt .mark {
  line-height: 1;
  font-size: min(5vw, 20px);
  color: #ffffff;
  background-color: #DC3501;
  width: min(15.75vw, 63px);
  height: min(15.75vw, 63px);
  border-radius: 1000px;
  text-align: center;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #sec02 .dl_box .dl_txt .mark {
    font-size: 2rem;
    width: 6.3rem;
    height: 6.3rem;
    margin-right: 1.1rem;
    margin-left: 0;
  }
}
#sec02 .dl_box ul {
  display: flex;
  justify-content: center;
  gap: 1.9rem;
}
@media (min-width: 768px) {
  #sec02 .dl_box ul {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  #sec02 .dl_box ul li:nth-of-type(2), #sec02 .dl_box ul li:nth-of-type(4) {
    width: 6.45rem;
  }
}
#sec02 .dl_box ul li.iphone.none, #sec02 .dl_box ul li.android.none {
  display: none;
}
#sec02 .dl_box ul li a,
#sec02 .dl_box ul li picture,
#sec02 .dl_box ul li img {
  display: block;
}

footer {
  background-color: #098240;
  color: #ffffff;
}
footer .gf_inner {
  padding: 3.5rem 2rem;
}
@media (min-width: 768px) {
  footer .gf_inner {
    padding: 2.5rem 2rem;
  }
}
footer .gf_inner .gf_text {
  width: 100%;
  font-size: 10px;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  footer .gf_inner .gf_text {
    max-width: 120rem;
    margin: 0 auto 0.5em;
    font-size: 12px;
  }
}
footer .gf_inner .gf_copy {
  font-size: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  footer .gf_inner .gf_copy {
    font-size: 12px;
  }
}

.sticky {
  background-color: #ffffff;
  position: sticky;
  top: auto;
  bottom: 0;
  width: 100%;
  z-index: 5;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: 1s ease-in;
}
.sticky.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sticky .st_co {
  text-align: center;
  align-content: center;
  width: 100%;
  height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .sticky .st_co {
    max-width: 100rem;
    margin: 0 auto;
    height: 10rem;
  }
}
.sticky .st_co .sticky_btn {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .sticky .st_co .sticky_btn {
    width: 45%;
    max-width: 55rem;
  }
}
.sticky .st_co .sticky_btn a {
  display: inline-block;
  width: 80%;
  height: 5rem;
  background-color: #EA5513;
  border: 2px solid #EA5513;
  color: #ffffff;
  text-align: center;
  align-content: center;
  font-size: 1.6rem;
  border-radius: 100px;
  padding: 0 3rem;
  position: relative;
}
.sticky .st_co .sticky_btn a:before {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  top: 50%;
  right: 1.5rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media (min-width: 768px) {
  .sticky .st_co .sticky_btn a {
    height: 6rem;
    font-size: 2rem;
    padding: 0 3.5rem;
  }
  .sticky .st_co .sticky_btn a:hover {
    background-color: #ffffff;
    border: 2px solid #EA5513;
    color: #EA5513;
    opacity: 1;
  }
  .sticky .st_co .sticky_btn a:hover:before {
    border-color: #EA5513;
  }
}/*# sourceMappingURL=style.css.map */