@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

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

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ----------
common
---------- */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 75px;
  }
}
html.is-fixed {
  overflow: hidden;
}

body {
  color: #333333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  color: #333333;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
  word-wrap: break-word;
}

.opa {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.opa:hover {
  opacity: 0.7;
}

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

button {
  cursor: pointer;
}
button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
@-moz-document url-prefix() {
  button:focus-visible {
    outline: auto;
  }
}

.c_inner {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c_inner {
    max-width: 100%;
  }
}

.page {
  padding-top: 206px;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .page {
    padding-top: 120px;
    padding-bottom: 50px;
    background-size: 12px;
  }
}

.c_hdg2 {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .c_hdg2 {
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
.c_hdg2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  border-radius: 90px;
  background-color: #00A041;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c_hdg3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  min-height: 74px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-image: -webkit-radial-gradient(circle, #CCC 50%, transparent 50%);
  background-image: radial-gradient(circle, #CCC 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 7px 3px;
  background-position: bottom left;
}
@media screen and (max-width: 768px) {
  .c_hdg3 {
    display: block;
    position: relative;
    margin-top: 20px;
    padding-top: 7px;
    padding-left: 25px;
    font-size: 2rem;
    min-height: 50px;
    gap: 15px;
  }
}
.c_hdg3::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00A041;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c_hdg3::before {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 10px;
    height: 10px;
  }
}

.c_breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .c_breadcrumbs {
    gap: 26px;
    margin-bottom: 45px;
  }
}
.c_breadcrumbs a {
  text-decoration: underline;
  position: relative;
}
.c_breadcrumbs a::after {
  content: "";
  width: 8px;
  height: 12px;
  background-image: url("../img/common/icon_breadcrumbs.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c_breadcrumbs a::after {
    width: 6px;
    height: 10px;
    right: -20px;
  }
}
.c_breadcrumbs a:last-child::after {
  content: none;
}

.c_button {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  border-radius: 90px;
  background-color: #009678;
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: bold;
  padding: 22px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c_button {
    max-width: 320px;
    border-radius: 35px;
    font-size: 1.7rem;
    padding: 10px 10px;
  }
}
.c_button::before {
  content: "";
  pointer-events: none;
  display: block;
  width: 12px;
  height: 20px;
  background-image: url("../img/common/icon_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c_button::before {
    width: 30px;
    height: 30px;
    right: 10px;
  }
}
.c_button.--orange {
  background-color: #ED7000;
}
.c_button.--lightgreen {
  background-color: #3EA100;
}

.c_anchorNav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-radius: 20px;
  background-color: #E8F4EB;
}
.c_anchorNav_item {
  position: relative;
  width: 25%;
  min-height: 90px;
}
@media screen and (max-width: 768px) {
  .c_anchorNav_item {
    width: 50%;
  }
}
.c_anchorNav_item + .c_anchorNav_item::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 70px;
  top: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c_anchorNav_item:nth-child(odd)::before {
    content: none !important;
  }
}
.c_anchorNav_item:nth-child(4n+1)::before {
  content: none !important;
}
@media screen and (max-width: 768px) {
  .c_anchorNav_item:nth-child(4n+1)::before {
    content: "";
  }
}
.c_anchorNav_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 5px 5px 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
}
.c_anchorNav_link span {
  display: inline-block;
  position: relative;
}
.c_anchorNav_link span::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  width: 9px;
  height: 15px;
  margin: auto;
  background-image: url(../img/common/icon_arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.blank {
  text-decoration: underline;
  position: relative;
  margin-right: 22px;
}
.blank::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../img/common/icon_blank.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

/* ----------
header
---------- */
.c_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 9999;
}
.c_header_inner {
  width: 100%;
  padding: 20px 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c_header_inner {
    padding: 5px 20px;
  }
}
.c_header_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c_header_wrapper {
    gap: 16px;
  }
}
.c_header_logo {
  display: block;
  width: 283px;
}
@media screen and (max-width: 1100px) {
  .c_header_logo {
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .c_header_logo {
    width: 170px;
  }
}
.c_header_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 55px;
}
@media screen and (max-width: 1100px) {
  .c_header_item {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c_header_item {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    position: relative;
  }
}
.c_header_language {
  width: 100%;
  max-width: 171px;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .c_header_language {
    max-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .c_header_language {
    max-width: 102px;
  }
}
.c_header_language_button {
  width: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  border-radius: 90px;
  padding: 4px 16px;
  position: relative;
  border: solid 1px #D9D9D9;
}
@media screen and (max-width: 1100px) {
  .c_header_language_button {
    font-size: 1.4rem;
    padding: 4px 8px;
  }
}
@media screen and (max-width: 768px) {
  .c_header_language_button {
    gap: 3px;
    padding: 4px 8px 18px;
    border-radius: 10px;
  }
}
.c_header_language_button::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background-image: url("../img/common/icon_arrow_green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .c_header_language_button::after {
    right: 2px;
  }
}
@media screen and (max-width: 768px) {
  .c_header_language_button::after {
    top: initial;
    bottom: 8px;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.c_header_language_button img {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .c_header_language_button img {
    width: 15px;
  }
}
.c_header_language_list {
  display: none;
  width: 300px;
  background-color: #ffffff;
  padding: 10px 30px;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 999;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .c_header_language_list {
    position: fixed;
    top: 70px;
    left: 50%;
    right: initial;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 20px);
  }
}
.c_header_language_list.active {
  display: block;
}
.c_header_language_list li + li {
  border-top: solid 1px rgba(0, 160, 65, 0.5);
}
.c_header_language_list li a {
  display: block;
  width: 100%;
  position: relative;
  padding: 22px 0;
  font-size: 1.6rem;
}
.c_header_navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .c_header_navigation {
    gap: 15px;
  }
  .c_header_navigation li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c_header_navigation {
    display: none;
    width: calc(100% - 20px);
    background-color: #ffffff;
    padding: 10px 30px;
    border-radius: 20px;
    position: fixed;
    top: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  }
  .c_header_navigation.open {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .c_header_navigation li {
    width: 100%;
    padding: 22px 0;
  }
}
@media screen and (max-width: 768px) {
  .c_header_navigation li + li {
    border-top: solid 1px rgba(0, 160, 65, 0.5);
  }
}
.c_header_navigation a {
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c_header_navigation a {
    display: block;
    width: 100%;
    position: relative;
    font-size: 1.6rem;
  }
}
.c_header_navigation a.active {
  font-weight: bold;
  color: #00A041;
  position: relative;
}
.c_header_navigation a.active::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #00A041;
  border-radius: 50%;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c_header_navigation a.active::before {
    content: none;
  }
}
.c_header_menu_button {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 40px;
  height: 29px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c_header_menu_button {
    display: none;
  }
}
.c_header_menu_button.open span:first-child {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
          transform: translate(-50%, -50%) rotateZ(45deg);
}
.c_header_menu_button.open span:nth-child(2) {
  display: none;
}
.c_header_menu_button.open span:last-child {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
          transform: translate(-50%, -50%) rotateZ(-45deg);
}
.c_header_menu_button span {
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 45px;
  background-color: #00A041;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c_header_menu_button span:first-child {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c_header_menu_button span:nth-child(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c_header_menu_button span:last-child {
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.c_header_mainlogo {
  background-color: #00A041;
  padding: 24px 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c_header_mainlogo {
    padding: 12px 20px;
  }
}
.c_header_mainlogo img {
  display: block;
  max-width: 585px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c_header_mainlogo img {
    max-width: 298px;
  }
}

/* ----------
home
---------- */
.home {
  padding-top: 175px;
}
@media screen and (max-width: 768px) {
  .home {
    padding-top: 107px;
  }
}
.home_sec {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .home .c_button::before {
    width: 8px;
    height: 13px;
    right: 22px;
  }
}
.home .mainvisual {
  width: 100%;
  padding-bottom: 32px;
  position: relative;
  background-color: #D1E7D5;
}
.home .mainvisual::after {
  content: "";
  display: block;
  width: 100%;
  height: 313px;
  background-image: url("../img/home/mv_bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .home .mainvisual::after {
    height: 33.3333333333vw;
    min-height: 125px;
    background-image: url("../img/home/mv_bg_sp.svg");
    bottom: 60px;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.home .mainvisual_wrap {
  position: relative;
  margin-bottom: 33px;
}
.home .mainvisual_catch {
  display: block;
  width: 890px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .home .mainvisual_catch {
    width: 74%;
    min-width: 277px;
    max-width: 554px;
  }
}
.home .mainvisual_swiper_item {
  width: 100%;
}
.home .mainvisual_swiper_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .home .mainvisual_swiper_buttons {
    gap: 28px;
  }
}
.home .mainvisual_swiper_dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  width: auto !important;
}
@media screen and (max-width: 768px) {
  .home .mainvisual_swiper_dots {
    gap: 28px;
  }
}
.home .mainvisual_swiper_dots span {
  display: block;
  width: 16px;
  height: 16px;
  border: solid 2px #00A041;
  border-radius: 50%;
  background-color: transparent;
  margin: 0 !important;
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  .home .mainvisual_swiper_dots span {
    width: 12px;
    height: 12px;
    border-width: 1px;
  }
}
.home .mainvisual_swiper_dots span.swiper-pagination-bullet-active {
  background-color: #00A041;
}
.home .mainvisual_swiper_button {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .mainvisual_swiper_button {
    width: 30px;
    height: 30px;
  }
}
.home .mainvisual_swiper_button .stop,
.home .mainvisual_swiper_button .start {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.home .mainvisual_swiper_button .start {
  display: none;
}
.home_step {
  padding-top: 41px;
  padding-bottom: 170px;
  margin-bottom: 150px;
  background-color: #D1E7D5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home_step {
    margin-bottom: 75px;
    padding-bottom: 100px;
  }
}
.home_step::after {
  content: "";
  display: block;
  width: 100%;
  height: 236px;
  background-image: url("../img/home/section_bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .home_step::after {
    height: 13.3333333333vw;
    min-height: 50px;
    background-image: url("../img/home/section_bg_sp.svg");
    background-position: bottom;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.home_step_box {
  background-color: #ffffff;
  border-radius: 40px;
  padding: 56px 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .home_step_box {
    padding: 40px 20px;
  }
}
.home_step_box_item {
  width: 56%;
  max-width: 560px;
}
@media screen and (max-width: 768px) {
  .home_step_box_item {
    width: 100%;
    max-width: 100%;
  }
}
.home_step_box_item_lead {
  margin-bottom: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .home_step_box_item img {
    width: 85px;
  }
}
.home_step_swiper {
  margin-bottom: 24px;
}
.home_step_swiper_item {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 20px;
  border: solid 4px #00A041;
  margin-top: 44px;
  padding: 52px 40px;
  opacity: 0 !important;
}
@media screen and (min-width: 769px) {
  .home_step_swiper_item {
    min-height: 158px;
  }
}
@media screen and (max-width: 768px) {
  .home_step_swiper_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    padding: 30px 20px;
  }
}
.home_step_swiper_item.swiper-slide-active {
  opacity: 1 !important;
}
.home_step_swiper_item_num {
  font-size: 2rem;
  line-height: 0.9;
  color: #00A041;
  display: inline-block;
  padding: 0 23px;
  background-color: #ffffff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .home_step_swiper_item_num {
    font-size: 1.5rem;
    top: -35px;
  }
}
.home_step_swiper_item_num span {
  font-size: 6.4rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .home_step_swiper_item_num span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .home_step_swiper_item_wrap {
    width: calc(100% - 80px);
  }
}
.home_step_swiper_item_title {
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1.5;
}
.home_step_swiper_item_text {
  font-size: 1.2rem;
  line-height: 1.5;
}
.home_step_swiper_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .home_step_swiper_buttons {
    gap: 12px;
  }
}
.home_step_swiper_arrow {
  cursor: pointer;
  width: 40px;
}
@media screen and (max-width: 768px) {
  .home_step_swiper_arrow {
    width: 30px;
  }
}
.home_step_swiper_arrow.prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.home_step_swiper_arrow.swiper-button-disabled {
  opacity: 0.4 !important;
}
@media screen and (max-width: 768px) {
  .home_step_swiper_arrow img {
    width: 30px;
  }
}
.home_step_swiper_dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  width: auto !important;
}
@media screen and (max-width: 768px) {
  .home_step_swiper_dots {
    gap: 10px;
  }
}
.home_step_swiper_dots span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: solid 1px #00A041;
  border-radius: 50%;
  opacity: 1 !important;
  margin: 0 !important;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .home_step_swiper_dots span {
    width: 8px;
    height: 8px;
  }
}
.home_step_swiper_dots span.swiper-pagination-bullet-active {
  background-color: #00A041;
}
.home_step_images {
  max-width: 367px;
}
.home_step_images img {
  opacity: 0 !important;
}
.home_step_images img.swiper-slide-active {
  opacity: 1 !important;
}
.home_step .device01,
.home_step .device02 {
  display: none;
}
.home_step .device01.active,
.home_step .device02.active {
  display: block;
}
.home_step_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.home_step_tab_button {
  cursor: pointer;
  font-size: 2rem;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.7);
}
@media screen and (max-width: 768px) {
  .home_step_tab_button {
    font-size: 2rem;
  }
}
.home_step_tab_button.active {
  color: #00A041;
  -webkit-text-decoration: underline #00A041 3px;
          text-decoration: underline #00A041 3px;
  text-underline-offset: 5px;
}
.home_about_lead_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  max-width: 830px;
  margin: 0 auto 72px;
}
@media screen and (max-width: 768px) {
  .home_about_lead_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home_about_lead_wrap img {
  width: 330px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .home_about_lead_wrap img {
    width: 200px;
  }
}
.home_about_lead_box h3 {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home_about_lead_box h3 {
    font-size: 2.1rem;
  }
}
.home_about_lead_box h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  border-radius: 90px;
  background-color: #00A041;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home_about_lead_box p {
  line-height: 1.7;
  margin-bottom: 32px;
}
.home_about_lead_box p span {
  display: block;
  margin-top: 8px;
  line-height: 1.5;
  font-weight: 700;
}
.home_about_lead_box a {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .home_about_lead_box a {
    margin: 0 auto;
  }
}
.home_about_point {
  border-radius: 20px;
  border: solid 1px #00A041;
  overflow: hidden;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .home_about_point {
    margin-bottom: 75px;
  }
}
.home_about_point_title {
  text-align: center;
  background-color: #00A041;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 16px 10px;
}
@media screen and (max-width: 768px) {
  .home_about_point_title {
    font-size: 2.1rem;
  }
}
.home_about_point_box {
  padding: 16px 80px 8px;
}
@media screen and (max-width: 768px) {
  .home_about_point_box {
    padding: 16px 20px 8px;
  }
}
.home_about_point_item {
  border-bottom: solid 1px #00A041;
  padding: 32px 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .home_about_point_item {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.home_about_point_item:last-child {
  border-bottom: none;
}
.home_about_point_item_num {
  width: 110px;
  height: 110px;
  border: solid 1px #00A041;
  border-radius: 50%;
  color: #00A041;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
  font-weight: bold;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .home_about_point_item_num {
    width: 80px;
    height: 80px;
    font-size: 1.2rem;
  }
}
.home_about_point_item_num span {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home_about_point_item_num span {
    font-size: 3.2rem;
  }
}
.home_about_point_item_box {
  width: 100%;
}
.home_about_point_item_title {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  color: #00A041;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .home_about_point_item_title {
    text-align: center;
  }
}
.home_about_point_item_text {
  line-height: 1.7;
}
.home_about_point_item img {
  width: 110px;
  margin-left: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .home_about_point_item img {
    width: 82px;
    margin: 0 auto;
  }
}
.home_spot {
  margin-bottom: 150px;
  padding: 130px 0 268px;
  background-color: #D1E7D5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home_spot {
    margin-bottom: 75px;
    padding: 75px 0 100px;
  }
}
.home_spot::after {
  content: "";
  display: block;
  width: 100%;
  height: 236px;
  background-image: url("../img/home/section_bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .home_spot::after {
    height: 13.3333333333vw;
    min-height: 50px;
    background-image: url("../img/home/section_bg_sp.svg");
    background-position: bottom;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.home_spot .c_inner {
  padding: 0 40px;
}
.home_spot_hdg3 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .home_spot_hdg3 {
    font-size: 2.1rem;
  }
}
.home_spot_text {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .home_spot_text {
    margin-bottom: 20px;
  }
}
.home_spot_box {
  max-width: 800px;
  margin: 0 auto;
}
.home_spot_box_title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .home_spot_box_title {
    margin-bottom: 10px;
  }
}
.home_spot_box_title span {
  display: inline-block;
  padding: 0 20px;
  background-color: #D1E7D5;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .home_spot_box_title span {
    font-size: 1.8rem;
  }
}
.home_spot_box_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00A041;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home_spot_box_sticker {
  display: block;
}
.home_spot_box_sticker_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .home_spot_box_sticker_wrap {
    gap: 10px;
  }
}
.home_spot_box_sticker.sticker01 {
  width: 210px;
}
@media screen and (max-width: 768px) {
  .home_spot_box_sticker.sticker01 {
    width: 95px;
  }
}
.home_spot_box_sticker.sticker02 {
  width: 420px;
}
@media screen and (max-width: 768px) {
  .home_spot_box_sticker.sticker02 {
    width: 190px;
  }
}
.home_spot_box_sticker.sticker03 {
  width: 496px;
}
@media screen and (max-width: 768px) {
  .home_spot_box_sticker.sticker03 {
    width: 218px;
  }
}
.home_spot_box_sticker.sticker04 {
  width: 800px;
}
@media screen and (max-width: 768px) {
  .home_spot_box_sticker.sticker04 {
    width: 295px;
  }
}
.home_spot_box + .home_spot_box {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .home_spot_box + .home_spot_box {
    margin-top: 20px;
  }
}
.home_spot_button_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .home_spot_button_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24px;
  }
}
.home_spot_button_wrap a {
  margin: 0;
}
.home_news {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .home_news {
    margin-bottom: 75px;
  }
}
.home_news .news_list {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .home_news .news_list {
    margin-bottom: 32px;
  }
}
.home_faq {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .home_faq {
    padding-bottom: 75px;
  }
}
.home_faq .faq_box {
  margin-bottom: 48px;
}
.home_float_button {
  position: fixed;
  bottom: 8px;
  right: 0;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .home_float_button {
    bottom: 0;
    right: auto;
  }
}
.home_float_button_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .home_float_button_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    width: 100%;
  }
}
.home_float_button_item {
  display: block;
  width: 84px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 16px 0 0 16px;
}
@media screen and (max-width: 768px) {
  .home_float_button_item {
    width: 50%;
    border-radius: 8px 8px 0 0;
  }
}
.home_float_button_item.page_top {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .home_float_button_item.page_top {
    position: absolute;
    bottom: 80px;
    right: 20px;
    width: 44px;
    margin: 0;
    border-radius: 44px;
  }
}
.home_float_button_item img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .home.home-ja, .home.home-cn, .home.home-tw {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .home.home-ja .home_about_point_item_title, .home.home-cn .home_about_point_item_title, .home.home-tw .home_about_point_item_title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 769px) {
  .home.home-ja .c_button, .home.home-cn .c_button, .home.home-tw .c_button {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 769px) {
  .home.home-ja .home_about_point_item_num, .home.home-cn .home_about_point_item_num, .home.home-tw .home_about_point_item_num {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .home.home-ja .home_step_tab_button, .home.home-cn .home_step_tab_button, .home.home-tw .home_step_tab_button {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 769px) {
  .home.home-ko {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .home.home-ko .home_about_point_item_num {
    font-size: 1.6rem;
  }
}

/* ----------
news
---------- */
.news_list {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .news_list {
    margin-bottom: 30px;
  }
}
.news_list li {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  padding: 32px 0;
  border-bottom: solid 1px #DEDEDE;
}
@media screen and (max-width: 768px) {
  .news_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    padding: 15px 0;
  }
}
.news_list li:first-child {
  border-top: solid 1px #DEDEDE;
}
.news_list li .news_information {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.news_list li a {
  width: 100%;
  padding-right: 30px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .news_list li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 768px) {
  .news_list li a {
    padding-right: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.news_list li a::before {
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  background-image: url("../img/common/icon_arrow_green2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .news_list li a::before {
    top: auto;
    bottom: 4px;
    right: 5px;
    -webkit-transform: none;
            transform: none;
  }
}
.news_list li a.news_blank::before {
  background-image: url("../img/common/icon_news_blank.svg");
  width: 16px;
  height: 16px;
}
.news_information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}
.news_information_date {
  line-height: 1.6;
  color: #00A041;
  font-weight: bold;
}
.news_information_category {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  color: #00A041;
  border: solid 1px #00A041;
  border-radius: 12px;
  text-align: center;
  padding: 4px 10px;
  min-width: 120px;
}
@media screen and (max-width: 768px) {
  .news_information_category {
    font-size: 1.1rem;
    padding: 3px 5px;
  }
}
.news .pagination_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .news .pagination_list {
    gap: 30px;
  }
}
.news .pagination_list #prev,
.news .pagination_list #next {
  display: block;
  width: 30px;
  cursor: pointer;
}
.news .pagination_list #prev.disabled,
.news .pagination_list #next.disabled {
  opacity: 0.6 !important;
  pointer-events: none;
  cursor: auto;
}
.news .pagination_list #prev img,
.news .pagination_list #next img {
  pointer-events: none;
}
.news .pagination_list #prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.news .pagination_list .pagination_page {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
  color: #00A041;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .news .pagination_list .pagination_page {
    font-size: 1.4rem;
  }
}
.news .pagination_list .pagination_page.active {
  text-decoration: none;
  color: #333333;
  cursor: auto;
  opacity: 1;
}
.news.single .news_information {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .news.single .news_information {
    margin-bottom: 20px;
  }
}

.single_content {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .single_content {
    margin-bottom: 40px;
  }
}

/* ----------
faq
---------- */
.faq {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding-bottom: 50px;
  }
}
.faq .c_hdg3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .faq .c_hdg3 {
    margin-bottom: 15px;
  }
}
.faq_box {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .faq_box {
    margin-top: 30px;
  }
}
.faq_box + .faq_box {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .faq_box + .faq_box {
    margin-top: 40px;
  }
}
.faq_box:last-of-type {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .faq_box:last-of-type {
    margin-bottom: 32px;
  }
}
.faq_list {
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .faq_list {
    gap: 12px;
  }
}
.faq_details {
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  border: solid 2px #F5FBF8;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .faq_details {
    border-radius: 15px;
  }
}
.faq_details.is-opened .faq_question::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq_question {
  position: relative;
  padding: 24px 90px 24px 40px;
  list-style: none;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  background: rgba(0, 160, 65, 0.04);
}
@media screen and (max-width: 768px) {
  .faq_question {
    min-height: 77px;
    padding: 20px 46px 20px 20px;
    gap: 12px;
  }
}
.faq_question::after, .faq_question::before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: #00A041;
  border-radius: 40px;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .faq_question::after, .faq_question::before {
    width: 24px;
    height: 2px;
    right: 20px;
  }
}
.faq_question::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.faq_question_mark {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 2.4rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00A041;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .faq_question_mark {
    width: 32px;
    height: 32px;
    font-size: 2rem;
  }
}
.faq_answer {
  overflow: hidden;
}
.faq_answer_inner {
  position: relative;
  padding: 32px 40px 30px 66px;
}
@media screen and (max-width: 768px) {
  .faq_answer_inner {
    padding: 24px 20px;
    border-radius: 15px;
  }
}
.faq_answer_img {
  margin-top: 20px;
}
.faq_answer_img_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .faq_answer_img_wrap {
    gap: 10px 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.faq_answer_img img {
  max-height: 80px;
}
.faq_answer_img_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 0;
}
.faq_answer_img_list img {
  max-height: initial;
  width: 500px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .faq_answer_img_list img {
    width: 100%;
  }
}
.faq_answer_img_caption {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .faq_answer_img_caption {
    font-size: 1.2rem;
  }
}
.faq_answer_img + p {
  margin-top: 20px;
}
.faq_answer a {
  text-decoration: underline;
}
.faq_table {
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
}
.faq_table table {
  width: 100%;
}
.faq_table th,
.faq_table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 10px;
  word-break: break-all;
}
.faq_table th {
  white-space: nowrap;
  background: #00A041;
  color: #fff;
  text-align: center;
}
.faq_table th:first-child {
  width: 30%;
}
.faq_table th:nth-child(2) {
  width: 10%;
}
.faq_table th:last-child {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .faq_table td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .faq_table td:first-child {
    background: #00A041;
    color: #fff;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .faq_table td::before {
    content: attr(data-label);
    font-size: 1rem;
    font-weight: bold;
    color: #999;
    display: block;
  }
}
.faq_table tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.faq_table + p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .faq_table .head {
    display: none;
  }
}
.faq details::details-content {
  -webkit-transition: height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
  transition: height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
  height: 0;
  opacity: 0;
  overflow: clip;
}
.faq details[open]::details-content {
  opacity: 1;
}
.faq details[open] .faq_question::after {
  background-image: url(../img/common/icon_menu_active.svg);
}
@supports (interpolate-size: allow-keywords) {
  .faq :root {
    interpolate-size: allow-keywords; /* height:0（数値型） → auto（文字型） のアニメーションを可能にするための指定 */
  }
  .faq details[open]::details-content {
    height: auto;
  }
}
.faq {
  /* height:0→autoへのアニメーションが対応していない場合は、固定値にアニメーションさせる */
}
@supports not (interpolate-size: allow-keywords) {
  .faq details[open]::details-content {
    height: 150px;
    overflow-y: scroll;
  }
}
.faq summary {
  cursor: pointer;
}
.faq summary::-webkit-details-marker {
  display: none;
}

/* ----------
terms
---------- */
.terms_step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .terms_step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 100px;
    gap: 20px;
  }
}
.terms_step_item {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .terms_step_item {
    max-width: 100%;
  }
}
.terms_step_item:not(:last-child) {
  margin-right: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .terms_step_item:not(:last-child) {
    margin-right: 0;
  }
}
.terms_step_item:not(:last-child) .terms_step_image {
  position: relative;
}
.terms_step_item:not(:last-child) .terms_step_image::before {
  content: "";
  width: 25px;
  height: 5px;
  background-image: url("../img/terms/step_dots.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .terms_step_item:not(:last-child) .terms_step_image::before {
    content: none;
  }
}
.terms_step_image {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .terms_step_image {
    max-width: 150px;
    margin: 0 auto;
  }
}
.terms_step_title {
  font-size: 2rem;
  font-weight: bold;
  color: #00A041;
  padding-bottom: 7px;
  border-bottom: solid 1px #CCCCCC;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .terms_step_title {
    line-height: 1.8;
    padding-bottom: 0;
    margin-bottom: 15px;
    text-align: center;
  }
}
.terms_step_title span {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .terms_step_title span {
    font-size: 3rem;
  }
}
.terms_use_lead {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .terms_use_lead {
    margin-bottom: 30px;
  }
}
.terms_use_box {
  background-color: #E8F4EB;
  border-radius: 30px;
  padding: 40px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .terms_use_box {
    border-radius: 15px;
    padding: 30px 30px;
    margin-bottom: 30px;
  }
}
.terms_use_box_wrap {
  overflow-y: scroll;
  height: 252px;
}
@media screen and (max-width: 768px) {
  .terms_use_box_wrap {
    height: 435px;
  }
}
.terms_use_box_title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .terms_use_box_title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.terms_use_note {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 8px;
}
.terms_use_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .terms_use_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }
}
.terms_use_links a {
  font-size: 1.4rem;
}

/* ----------
list
---------- */
body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .list .c_inner {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .list .c_breadcrumbs {
    padding: 0 15px;
  }
}
.list .close {
  position: relative;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1000;
}
.list .close::before, .list .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  border-radius: 10px;
  background: #FFF;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.list .close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.list .close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.list .close.is-open {
  opacity: 1;
  visibility: visible;
}
.list_contact_button {
  margin-bottom: 30px;
}
.list_wrap {
  position: relative;
}
.list_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .list_flex {
    gap: 0;
  }
}
.list_left {
  background: #FFF;
  width: 260px;
  border: 1px solid #CCC;
  max-height: 900px;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .list_left {
    position: fixed;
    left: 0;
    width: 85%;
    height: 400px;
    max-height: 65dvh;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.list_left.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.list_left.is-open ~ .list_right::before {
  opacity: 1;
  visibility: visible;
}
.list .search_button {
  max-width: 220px;
  height: 53px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #EEE;
  border-radius: 30px;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .list .search_button {
    max-width: 100%;
    height: 45px;
    margin: 15px;
  }
}
.list .search_button input {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 40px 15px 20px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  background: url(../img/list/icon_search.svg) no-repeat right 20px center;
}
@media screen and (max-width: 768px) {
  .list .search_button input {
    padding: 13px 35px 13px 15px;
    background: url(../img/list/icon_search.svg) no-repeat right 13px top 12px;
  }
}
.list .search_button input::-webkit-input-placeholder {
  color: #888;
  font-size: 1.6rem;
}
.list .search_button input::-moz-placeholder {
  color: #888;
  font-size: 1.6rem;
}
.list .search_button input:-ms-input-placeholder {
  color: #888;
  font-size: 1.6rem;
}
.list .search_button input::-ms-input-placeholder {
  color: #888;
  font-size: 1.6rem;
}
.list .search_button input::placeholder {
  color: #888;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list .search_button input::-webkit-input-placeholder {
    color: #333333;
    font-size: 1.4rem;
  }
  .list .search_button input::-moz-placeholder {
    color: #333333;
    font-size: 1.4rem;
  }
  .list .search_button input:-ms-input-placeholder {
    color: #333333;
    font-size: 1.4rem;
  }
  .list .search_button input::-ms-input-placeholder {
    color: #333333;
    font-size: 1.4rem;
  }
  .list .search_button input::placeholder {
    color: #333333;
    font-size: 1.4rem;
  }
}
.list .search_button input:focus-visible {
  outline: none;
}
.list .search_button button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 100%;
  display: block;
  font-size: 0;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 768px) {
  .list .search_button_wrap {
    padding: 0 15px;
  }
}
.list .search_area {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .list .search_area {
    margin: 0 24px;
  }
}
.list .search_area_list li {
  border-bottom: 1px solid #CCC;
}
.list .search_area_list li:last-child {
  border-bottom: none;
}
.list .search_area_list li span {
  display: block;
  width: 100%;
  padding: 10px 25px 10px 0;
  position: relative;
  cursor: pointer;
}
.list .search_area_list li span::before {
  content: "";
  background-image: url(../img/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .list .search_area_list li span::before {
    right: 3px;
  }
}
.list .search_area_list li span.back_button {
  font-weight: 700;
  padding-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .list .search_area_list li span.back_button {
    padding-bottom: 30px;
  }
}
.list .search_area_list li span.back_button::before {
  background-image: url(../img/list/icon_back.svg);
  width: 18px;
  height: 15px;
  top: -10px;
}
@media screen and (max-width: 768px) {
  .list .search_area_list li span.back_button::before {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    top: -20px;
    right: -2px;
  }
}
.list .search_conditions {
  margin: 21px 13px 32px 20px;
}
@media screen and (max-width: 768px) {
  .list .search_conditions {
    margin: 21px 24px 30px;
  }
}
.list .search_conditions_list li {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .list .search_conditions_list li {
    margin-bottom: 20px;
  }
}
.list .search_conditions_list li:last-child {
  margin-bottom: 0;
}
.list .search_conditions_list li > span, .list .search_conditions_list li > div {
  padding-right: 25px;
}
.list .search_conditions_list li span,
.list .search_conditions_list li div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}
.list .search_conditions_list li span::before,
.list .search_conditions_list li div::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .list .search_conditions_list li span::before,
  .list .search_conditions_list li div::before {
    width: 25px;
    height: 25px;
  }
}
.list .search_conditions_list li span.conditions01::before,
.list .search_conditions_list li div.conditions01::before {
  background-image: url(../img/map_icon/office.jpg);
}
.list .search_conditions_list li span.conditions02::before,
.list .search_conditions_list li div.conditions02::before {
  background-image: url(../img/map_icon/telephone.jpg);
}
.list .search_conditions_list li span.conditions03::before,
.list .search_conditions_list li div.conditions03::before {
  background-image: url(../img/map_icon/park.jpg);
}
.list .search_conditions_list li span.conditions04::before,
.list .search_conditions_list li div.conditions04::before {
  background-image: url(../img/map_icon/school.jpg);
}
.list .search_conditions_list li span.conditions05::before,
.list .search_conditions_list li div.conditions05::before {
  background-image: url(../img/map_icon/hosipital.jpg);
}
.list .search_conditions_list li span.conditions06::before,
.list .search_conditions_list li div.conditions06::before {
  background-image: url(../img/map_icon/transportation.jpg);
}
.list .search_conditions_list li span.conditions07::before,
.list .search_conditions_list li div.conditions07::before {
  background-image: url(../img/map_icon/facilities.jpg);
}
.list .search_conditions_list li span.conditions08::before,
.list .search_conditions_list li div.conditions08::before {
  background-image: url(../img/map_icon/tourist-facilities.jpg);
}
.list .search_conditions_list li > span {
  position: relative;
}
.list .search_conditions_list li > span::after {
  content: "";
  background-image: url(../img/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  margin: auto;
}
.list .search_conditions_list li .search_conditions_button {
  position: relative;
  width: 100%;
}
.list .search_conditions_list li .search_conditions_button .search_conditions_button_toggle {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list .search_conditions_list li .search_conditions_button .search_conditions_button_toggle::before, .list .search_conditions_list li .search_conditions_button .search_conditions_button_toggle::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00A041;
  position: absolute;
  top: 50%;
  left: 0;
}
.list .search_conditions_list li .search_conditions_button .search_conditions_button_toggle::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list .search_conditions_list li .search_conditions_button .search_conditions_button_toggle::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.list .search_conditions_list li .search_conditions_button.is-open {
  color: #00A041;
}
.list .search_conditions_list li .search_conditions_button.is-open .search_conditions_button_toggle::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list .search_conditions_list li .search_conditions_detail_list {
  margin-top: 10px;
  padding-left: 40px;
  display: none;
}
@media screen and (max-width: 768px) {
  .list .search_conditions_list li .search_conditions_detail_list {
    padding-left: 35px;
  }
}
.list .search_conditions_list li .search_conditions_detail_list.is-open {
  display: block;
}
.list .search_conditions_list li .search_conditions_detail_list li {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
}
.list .search_conditions_list li .search_conditions_detail_list li::after {
  content: "";
  background-image: url(../img/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  margin: auto;
}
.list .search_result {
  font-size: 1.8rem;
  letter-spacing: 0;
  background: #EEE;
  padding: 5px 0;
  text-align: center;
}
.list_right {
  width: calc(100% - 280px);
}
@media screen and (max-width: 768px) {
  .list_right {
    width: 100%;
    position: relative;
  }
  .list_right.is-open::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 5;
  }
}
.list_right_search {
  color: #FFF;
  font-size: 1.6rem;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  background: #007894;
  padding: 7px 38px 7px 43px;
  position: absolute;
  top: 70px;
  left: -28px;
  z-index: 2;
}
.list_right_search::before {
  content: "";
  background-image: url(../img/list/icon_search_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}
.list_right iframe,
.list_right #map {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .list_right iframe,
  .list_right #map {
    height: 585px !important;
  }
}
.list_right_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .list_right_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    padding: 0 18px 0 22px;
    letter-spacing: 0.07em;
  }
}
.list_right_text01 {
  display: block;
  padding-left: 40px;
  position: relative;
}
.list_right_text01::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../img/list/spotmap-icon01_renewal.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .list_right_text02 {
    margin-left: auto;
  }
}
.list .accordion_title {
  color: #333333;
  font-weight: 700;
  background: #E8F4EB;
  padding: 10px 50px 10px 20px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .list .accordion_title {
    font-size: 1.5rem;
    padding: 13px 50px 13px 14px;
  }
}
.list .accordion_title::before {
  content: "";
  background-image: url(../img/common/icon_menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .list .accordion_title::before {
    width: 25px;
    height: 25px;
    right: 18px;
  }
}
.list .accordion:has(.search_content.active) .accordion_title::before {
  background-image: url(../img/common/icon_menu_active.svg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.list_contact {
  padding: 20px 20px 22px;
}
@media screen and (max-width: 768px) {
  .list_contact {
    padding: 20px 24px 22px;
  }
}
.list_contact_detail {
  border-bottom: 1px solid #CCC;
}
.list_contact_detail:last-child {
  border-bottom: none;
}
.list_contact_detail .c_button {
  font-size: 1.6rem;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.list_contact_detail .c_button::before {
  width: 20px;
  height: 20px;
  right: 8px;
}
@media screen and (max-width: 768px) {
  .list_contact_detail .c_button::before {
    width: 25px;
    height: 25px;
    right: 11px;
  }
}
.list_contact_detail + .list_contact_detail {
  padding-top: 20px;
}
.list_contact_detail + .list_contact_detail .c_button {
  margin-bottom: 0;
}
.list_contact_place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .list_contact_place {
    font-size: 1.5rem;
    font-weight: 700;
  }
}
.list_contact_place::before {
  content: "";
  background-image: url(../img/list/icon_wifi.svg);
  width: 30px;
  height: 30px;
}
.list_contact_address {
  margin-bottom: -4px;
}
@media screen and (max-width: 768px) {
  .list_contact_address {
    letter-spacing: 0;
    margin-bottom: -1px;
  }
}
.list_contact_conditions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .list_contact_conditions {
    margin-bottom: 20px;
  }
}
.list_contact_conditions li {
  width: 20px;
}

.gm-style-iw.gm-style-iw-c {
  background: rgba(255, 255, 255, 0.9);
}

.spot_info {
  max-width: 240px;
}

.spot_info .flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

.spot_info figure {
  display: block;
  width: 60px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0;
}

.spot_info figure img {
  display: block;
  width: 100%;
}

.spot_info .text_wrap {
  width: 100%;
}

.spot_info .text_wrap .name {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  margin: 0;
  padding-bottom: 5px;
  border-bottom: solid 1px #CCCCCC;
}

.spot_info .text_wrap .address {
  font-size: 11px;
  line-height: 1.25;
  margin-top: 5px;
  margin-bottom: 0;
}

.spot_info .info_text {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px;
  border-radius: 8px;
  background-color: #E8F4EB;
}

/* ----------
link
---------- */
.link {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .link {
    padding-bottom: 50px;
  }
}
.link_title {
  margin-top: 60px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 74px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background-image: -webkit-radial-gradient(circle, #CCC 50%, transparent 50%);
  background-image: radial-gradient(circle, #CCC 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 7px 3px;
  background-position: bottom left;
}
@media screen and (max-width: 768px) {
  .link_title {
    margin-top: 44px;
    font-size: 2rem;
    min-height: 50px;
    gap: 15px;
  }
}
.link_title:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .link_title:last-of-type {
    display: block;
    position: relative;
    padding-top: 7px;
    padding-left: 25px;
  }
}
.link_title::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00A041;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .link_title::before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .link_title:last-of-type::before {
    position: absolute;
    top: 20px;
    left: 0px;
  }
}
.link_text {
  padding: 3px 0;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .link_text {
    padding: 0;
    margin-top: 15px;
  }
}
.link_text:last-of-type {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .link_text:last-of-type {
    margin-bottom: 40px;
  }
}
.link_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .link_list {
    gap: 16px 25px;
    margin-top: 18px;
  }
}
.link_list:last-of-type {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .link_list:last-of-type {
    margin-bottom: 40px;
  }
}
.link_list a {
  background: url(../img/common/icon_arrow.svg) no-repeat left center;
  padding-left: 17px;
}

/* ----------
agreement
---------- */
.agreement {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .agreement {
    padding-bottom: 50px;
  }
}
.agreement_title {
  margin-top: 60px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 74px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background-image: -webkit-radial-gradient(circle, #CCC 50%, transparent 50%);
  background-image: radial-gradient(circle, #CCC 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 7px 3px;
  background-position: bottom left;
}
@media screen and (max-width: 768px) {
  .agreement_title {
    margin-top: 20px;
    font-size: 2rem;
    min-height: 50px;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .agreement_title:last-of-type {
    display: block;
    position: relative;
    padding-top: 7px;
    padding-left: 25px;
  }
}
.agreement_title::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00A041;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .agreement_title::before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .agreement_title:last-of-type::before {
    position: absolute;
    top: 20px;
    left: 0px;
  }
}
.agreement_text {
  padding: 3px 0;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .agreement_text {
    padding: 0;
    margin-top: 15px;
  }
}
.agreement_text:last-of-type {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .agreement_text:last-of-type {
    margin-bottom: 40px;
  }
}
.agreement .blank {
  text-decoration: none;
}
.agreement .blank::after {
  margin-left: 0;
}
.agreement .blank a {
  text-decoration: underline;
}

/* ----------
policy
---------- */
.policy {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .policy {
    padding-bottom: 50px;
  }
}
.policy_title {
  margin-top: 55px;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 74px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background-image: -webkit-radial-gradient(circle, #CCC 50%, transparent 50%);
  background-image: radial-gradient(circle, #CCC 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 7px 3px;
  background-position: bottom left;
}
@media screen and (max-width: 768px) {
  .policy_title {
    margin-top: 20px;
    font-size: 2rem;
    min-height: 50px;
    gap: 15px;
  }
}
.policy_title:first-of-type {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .policy_title:first-of-type {
    margin-top: 20px;
  }
}
.policy_title::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00A041;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .policy_title::before {
    width: 10px;
    height: 10px;
  }
}
.policy_text {
  padding: 3px 0;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .policy_text {
    padding: 0;
    margin-top: 15px;
  }
}
.policy_text:last-of-type {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .policy_text:last-of-type {
    margin-bottom: 40px;
  }
}
.policy_text ul {
  list-style: disc;
  padding-left: 1.5em;
}
.policy_bold {
  font-weight: 700;
}
.policy_medium {
  font-weight: 500;
}
.policy_paragraph {
  margin-top: 1.8em;
}
.policy_link {
  text-decoration: underline;
}

/* ----------
accessibility
---------- */
.accessibility {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .accessibility {
    padding-bottom: 50px;
  }
}
.accessibility_content {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .accessibility_content {
    margin-top: 30px;
  }
}
.accessibility_title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 74px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background-image: -webkit-radial-gradient(circle, #CCC 50%, transparent 50%);
  background-image: radial-gradient(circle, #CCC 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 7px 3px;
  background-position: bottom left;
}
@media screen and (max-width: 768px) {
  .accessibility_title {
    font-size: 2rem;
    min-height: 50px;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .accessibility_title:last-of-type {
    display: block;
    position: relative;
    padding-top: 7px;
    padding-left: 25px;
  }
}
.accessibility_title::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00A041;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .accessibility_title::before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .accessibility_title:last-of-type::before {
    position: absolute;
    top: 20px;
    left: 0px;
  }
}
.accessibility_text {
  padding: 3px 0;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .accessibility_text {
    padding: 0;
    margin-top: 15px;
  }
}
.accessibility_text:last-of-type {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .accessibility_text:last-of-type {
    margin-bottom: 40px;
  }
}
.accessibility_links {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .accessibility_links {
    margin-top: 25px;
  }
}
.accessibility_links a {
  display: block;
}
.accessibility h4 {
  font-weight: 700;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .accessibility h4 {
    margin-top: 25px;
  }
}
.accessibility p a {
  text-decoration: underline;
}
.accessibility_table {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin: 30px 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .accessibility_table {
    border-radius: 10px;
    margin: 17px 0 40px;
  }
}
.accessibility_table table {
  width: 100%;
  word-break: break-all;
}
.accessibility_table table thead tr {
  background-color: #E8F4EB;
}
.accessibility_table table thead tr th {
  padding: 15px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .accessibility_table table thead tr th {
    font-size: 1.2rem;
    padding: 2px 0;
  }
}
.accessibility_table table thead tr th:first-child {
  width: 58.7%;
}
@media screen and (max-width: 768px) {
  .accessibility_table table thead tr th:first-child {
    width: 45%;
  }
}
.accessibility_table table thead tr th:nth-child(2), .accessibility_table table thead tr th:nth-child(3) {
  width: 7%;
}
@media screen and (max-width: 768px) {
  .accessibility_table table thead tr th:nth-child(2), .accessibility_table table thead tr th:nth-child(3) {
    width: 12%;
  }
}
.accessibility_table table thead tr th:nth-child(4) {
  width: 7%;
}
@media screen and (max-width: 768px) {
  .accessibility_table table thead tr th:nth-child(4) {
    width: 8%;
  }
}
.accessibility_table table thead tr th:last-child {
  width: 34.3%;
}
@media screen and (max-width: 768px) {
  .accessibility_table table thead tr th:last-child {
    width: 23%;
  }
}
.accessibility_table table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.accessibility_table table tbody tr:last-child {
  border-bottom: none;
}
.accessibility_table table tbody tr td {
  padding: 15px 20px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .accessibility_table table tbody tr td {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    padding: 10px 5px;
  }
}
.accessibility_table table tbody tr td:first-child {
  padding: 15px 20px 15px 80px;
  text-indent: -60px;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .accessibility_table table tbody tr td:first-child {
    padding: 10px 10px 10px 51px;
    text-indent: -46px;
  }
}

/* ----------
security
---------- */
.security {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .security {
    padding-bottom: 50px;
  }
}
.security_title {
  margin-top: 60px;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 74px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background-image: -webkit-radial-gradient(circle, #CCC 50%, transparent 50%);
  background-image: radial-gradient(circle, #CCC 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 7px 3px;
  background-position: bottom left;
}
@media screen and (max-width: 768px) {
  .security_title {
    margin-top: 20px;
    font-size: 2rem;
    min-height: 50px;
    gap: 15px;
    display: block;
    position: relative;
    padding-top: 7px;
    padding-left: 25px;
  }
}
.security_title:last-of-type {
  display: block;
  position: relative;
  padding-top: 12px;
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .security_title:last-of-type {
    padding-left: 25px;
  }
}
.security_title::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00A041;
}
@media screen and (max-width: 768px) {
  .security_title::before {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 20px;
    left: 0px;
  }
}
.security_title:last-of-type::before {
  position: absolute;
  top: 27px;
  left: 0px;
}
.security_text {
  padding: 3px 0;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .security_text {
    padding: 0;
    margin-top: 15px;
  }
}
.security_text:last-of-type {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .security_text:last-of-type {
    margin-bottom: 40px;
  }
}

/* ----------
sitemap
---------- */
.sitemap {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sitemap {
    padding-bottom: 50px;
  }
}
.sitemap_box {
  margin: 60px 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sitemap_box {
    margin: 30px 0;
    padding-bottom: 10px;
  }
}
.sitemap_box .sitemap_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}
@media screen and (max-width: 768px) {
  .sitemap_box .sitemap_list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.sitemap_box .sitemap_list .sitemap_item {
  width: 100%;
  max-width: 480px;
  height: 89px;
  padding: 30px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .sitemap_box .sitemap_list .sitemap_item {
    max-width: 345px;
    height: 55px;
    padding: 15px;
    margin: 0 auto;
    border-radius: 15px;
  }
}
.sitemap_box .sitemap_list .sitemap_item .sitemap_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.sitemap_box .sitemap_list .sitemap_item .sitemap_link .sitemap_text {
  font-weight: bold;
}
.sitemap_box .sitemap_list .sitemap_item .sitemap_link::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/common/icon_menu.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .sitemap_box .sitemap_list .sitemap_item .sitemap_link::after {
    width: 25px;
    height: 25px;
  }
}

/* ----------
footer
---------- */
.c_footer_contact {
  background: #D1E7D5;
  padding: 100px 0 100px;
}
@media screen and (max-width: 768px) {
  .c_footer_contact {
    padding: 50px 0 50px;
  }
}
.c_footer_contact_box {
  width: 100%;
  padding: 38px 58px 38px;
  border: solid 2px #00A041;
  border-radius: 30px;
  background-color: #ffffff;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .c_footer_contact_box {
    padding: 28px 28px 28px;
    border-radius: 15px;
    margin-bottom: 50px;
  }
}
.c_footer_contact_box_title {
  font-size: 2rem;
  font-weight: bold;
  color: #00A041;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c_footer_contact_box_title {
    font-size: 1.6rem;
  }
}
.c_footer_contact_box_title::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #00A041;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c_footer_contact_box_information {
  margin-bottom: 10px;
}
.c_footer_contact_box_information span {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
.c_footer_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .c_footer_sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.c_footer_sns_title {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c_footer_sns_title {
    font-size: 1.4rem;
  }
}
.c_footer_sns_title span {
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .c_footer_sns_title span {
    display: none;
  }
}
.c_footer_sns_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .c_footer_sns_list {
    gap: 15px;
  }
}
.c_footer_sns_list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .c_footer_sns_list a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 7.5px;
  }
}
.c_footer_sns_list a img {
  width: 40px;
}
.c_footer_navigation {
  background-color: #00A041;
  padding: 60px 0 30px;
}
@media screen and (max-width: 768px) {
  .c_footer_navigation {
    padding: 50px 0 30px;
  }
}
.c_footer_navigation img {
  display: block;
  width: 390px;
  margin: 0 auto 40px;
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  .c_footer_navigation img {
    width: 237px;
    margin-bottom: 40px;
    -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.2));
  }
}
.c_footer_navigation_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c_footer_navigation_list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px 15px;
  }
}
.c_footer_navigation_list a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: underline;
}
.c_footer_copyright {
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_footer_copyright {
    font-size: 1.2rem;
    text-align: left;
  }
}