@charset "Shift_JIS";
/* 2025-03-26 11:21 文字化け修正 */
.d_no,
.d_bl_pc,
.d_in_pc,
.d_bl_tb,
.d_in_tb,
.d_bl_sp,
.d_in_sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .d_no_pc {
    display: none;
  }
  .d_bl_pc {
    display: block;
  }
  .d_in_pc {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .d_no_tb {
    display: none;
  }
  .d_bl_tb {
    display: block;
  }
  .d_in_tb {
    display: inline;
  }
}

@media screen and (max-width: 600px) {
  .d_no_sp {
    display: none;
  }
  .d_bl_sp {
    display: block;
  }
  .d_in_sp {
    display: inline;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.d_no,
.d_bl_pc,
.d_in_pc,
.d_bl_tb,
.d_in_tb,
.d_bl_sp,
.d_in_sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .d_no_pc {
    display: none;
  }
  .d_bl_pc {
    display: block;
  }
  .d_in_pc {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .d_no_tb {
    display: none;
  }
  .d_bl_tb {
    display: block;
  }
  .d_in_tb {
    display: inline;
  }
}

@media screen and (max-width: 599px) {
  .d_no_sp {
    display: none;
  }
  .d_bl_sp {
    display: block;
  }
  .d_in_sp {
    display: inline;
  }
}

.gl_alink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.ani_none {
  visibility: hidden;
}

.ani_active {
  -webkit-animation: fadeInUp 0.8s;
          animation: fadeInUp 0.8s;
  visibility: visible;
}

body {
  line-height: 1.5;
  color: #333;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

.gl_img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

*:focus,
a,
a:active,
a:focus,
a:link,
a:visited {
  text-decoration: none;
  outline: none;
}

svg {
  fill: currentColor;
}

ol,
ul {
  list-style: none;
}

header,
footer,
main,
article,
section,
nav,
div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  margin-top: 0;
  text-align: center;
  font-size: 1rem;
}

table {
  border-collapse: collapse;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

body {
  -webkit-animation: fadeInUp 0.8s;
          animation: fadeInUp 0.8s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.container,
.foot_wrap,
.head_wrap,
.inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.main {
  margin-bottom: 130px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

article {
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  article {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 599px) {
  article {
    margin-bottom: 30px;
  }
}

p.btn_01 {
  background-color: #eb8e37;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px rgba(235, 142, 55, 0.7);
          box-shadow: 0 6px rgba(235, 142, 55, 0.7);
  margin: 0;
  padding: 20px;
  text-align: center !important;
  position: relative;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 1;
}

@media screen and (max-width: 599px) {
  p.btn_01 {
    font-size: 1em;
  }
}

p.btn_01::after {
  content: "";
  display: block;
  width: 1.9em;
  height: 1.9em;
  background-image: url("../images/icon_circle_arrow_r_wh_fill.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  right: 5%;
  top: calc(50% - 0.9em);
}

p.btn_01:hover {
  opacity: 0.7;
}

.ttl_01 img {
  margin-right: auto;
  margin-left: auto;
}

header {
  border-bottom: 2px solid #83bb00;
}

.head_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1000px) {
  .head_wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.head_wrap .logo_01 {
  margin: 0;
  padding: 24px 0 16px;
}

.head_wrap .logo_01 img {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.head_wrap .logo_01 img:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1000px) {
  .head_wrap .logo_01 img {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .head_wrap .logo_01 img {
    width: 180px;
  }
}

@media screen and (max-width: 599px) {
  .head_wrap .logo_01 img {
    width: 140px;
  }
}

@media screen and (max-width: 599px) {
  .sc_01 .ttl_01 img {
    width: 220px;
  }
}

.sc_05 {
  margin-top: 50px;
  margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
  .sc_05 {
    margin-top: 50px;
  }
}

.sc_05 .ttl_01 {
  margin-bottom: 40px;
}

.sc_05 p {
  text-align: left;
}

.sc_05 .lc_faq_wrap {
  margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .sc_05 .lc_faq_wrap {
    margin-bottom: 20px;
  }
}

.sc_05 .lc_faq_box {
  border-top: 1px solid #ccc;
  padding: 25px 10px;
}

@media screen and (max-width: 599px) {
  .sc_05 .lc_faq_box {
    padding: 25px 0;
  }
}

.sc_05 .lc_faq_a,
.sc_05 .lc_faq_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc_05 .lc_faq_a::before,
.sc_05 .lc_faq_q::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../images/img_26.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
  background-color: #009086;
}

@media screen and (max-width: 599px) {
  .sc_05 .lc_faq_a::before,
  .sc_05 .lc_faq_q::before {
    margin-right: 20px;
  }
}

.sc_05 .lc_faq_a::before {
  background-image: url("../images/img_27.png");
  background-color: #f3c573;
}

.sc_05 .lc_faq_q {
  margin-bottom: 15px;
}

.sc_05 .lc_faq_q p {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 599px) {
  .sc_05 .lc_faq_q p {
    font-size: 1.1em;
  }
}

.sc_05 .lc_faq_a p {
  margin: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 599px) {
  .sc_05 .lc_faq_a p {
    font-size: 0.9em;
  }
}

.sc_05 .lc_faq_box a {
  text-decoration: underline;
  color: #009086;
}

#pageTopButton {
  position: fixed;
  bottom: 240px;
  right: 20px;
}

@media screen and (max-width: 768px) {
  #pageTopButton {
    bottom: 240px;
  }
}

@media screen and (max-width: 599px) {
  #pageTopButton {
    right: 10px;
    bottom: 120px;
  }
}

#pageTopButton a {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
  z-index: 100;
  background-image: url("../images/icon_circle_01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

@media screen and (max-width: 599px) {
  #pageTopButton a {
    width: 50px;
    height: 50px;
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

ul {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 2.6666666667vw;
    width: 100%;
  }
}

/*------------------------------------------------------------
  footer
------------------------------------------------------------*/
.footer {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
  padding-bottom: 85px;
  padding-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .footer {
    padding-bottom: 17.3333333333vw;
    padding-bottom: 5vw;
  }
}

.footer .link_area {
  position: relative;
  padding: 70px 0 60px;
  padding: 170px 0 60px;
  background: url("../images/footer_line01.png") bottom 2px center/768px 45px no-repeat, url("../images/footer_line02.png") bottom 18px left/1px 13px repeat-x;
}

@media screen and (max-width: 750px) {
  .footer .link_area {
    padding: 10vw 0 16.6666666667vw;
    padding: 36vw 0 16.6666666667vw;
    background: #ffffff url("../images/footer_line01_sp.png") bottom 3.33333vw center/100% auto no-repeat;
  }
}

.footer .link_area .totop_area {
  position: absolute;
  right: 50px;
  top: 45px;
}

@media screen and (max-width: 750px) {
  .footer .link_area .totop_area {
    right: 5.3333333333vw;
    top: 4.6666666667vw;
  }
}

.footer .link_area .totop_area .totop {
  z-index: 100;
  position: absolute;
  right: 0;
  top: 0;
  width: 66px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .footer .link_area .totop_area .totop {
    width: 17.8666666667vw;
    width: 16vw;
  }
}

.footer .link_area .totop_area .totop a {
  position: relative;
  display: block;
  -webkit-transition: none;
  transition: none;
}

.footer .link_area .totop_area .totop a p {
  position: absolute;
  left: 50%;
  top: 59%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #009944;
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 750px) {
  .footer .link_area .totop_area .totop a p {
    font-size: 3.2vw;
  }
}

.footer .link_area .totop_area .totop a:hover {
  opacity: 1;
}

.footer .link_area .totop_area .totop a:hover p {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .footer .link_area .totop_area .totop a:hover p {
    text-decoration: none;
  }
}

.footer .link_area .totop_area .totop.fixed {
  position: fixed;
  right: 50px;
  top: 80%;
}

@media screen and (max-width: 750px) {
  .footer .link_area .totop_area .totop.fixed {
    right: 5.3333333333vw;
  }
}

.footer .link_area .inner {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .footer .link_area .inner {
    display: block;
  }
}

.footer .link_area .inner .footer_logo {
  width: 200px;
}

@media screen and (max-width: 750px) {
  .footer .link_area .inner .footer_logo {
    margin: 0 auto;
    width: 30.6666666667vw;
  }
}

.footer .link_area .inner .txt_area {
  overflow: hidden;
  width: 600px;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .footer .link_area .inner .txt_area {
    width: auto;
    text-align: center;
  }
}

.footer .link_area .inner .txt_area .link_list {
  margin-right: -10px;
  font-size: 0;
}

@media screen and (max-width: 750px) {
  .footer .link_area .inner .txt_area .link_list {
    margin: 7.3333333333vw auto 0;
    max-width: 310px;
  }
}

.footer .link_area .inner .txt_area .link_list > li {
  display: inline-block;
  margin: 0 7px 12px 0;
  padding-right: 7px;
  border-right: 1px solid #bcbcbc;
  color: #333;
  font-size: 11px;
  line-height: 1.2;
}

@media screen and (max-width: 750px) {
  .footer .link_area .inner .txt_area .link_list > li {
    font-size: 10px;
  }
  .footer .link_area .inner .txt_area .link_list > li:last-child {
    border-right: none;
  }
}

.footer .link_area .inner .txt_area .link_list > li a {
  color: inherit;
  line-height: inherit;
}

.footer .link_area .inner .txt_area .copyright {
  margin-top: 20px;
  color: #666;
  font-size: 11px;
  text-align: right;
  padding-right: 7px;
}

@media screen and (max-width: 750px) {
  .footer .link_area .inner .txt_area .copyright {
    margin-top: 3.3333333333vw;
    font-size: 11px;
    text-align: center;
  }
}

.footer .btn_area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 199;
  padding: 10px 0;
  background-color: #009944;
}

@media screen and (max-width: 750px) {
  .footer .btn_area {
    padding: 3.3333333333vw 0;
  }
}

.footer .btn_area .inner .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 840px;
  max-width: 840px;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .footer .btn_area .inner .btn_list {
    width: auto;
  }
}

.footer .btn_area .inner .btn_list > li {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  margin: 0 5px;
}

@media screen and (max-width: 750px) {
  .footer .btn_area .inner .btn_list > li {
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 750px) {
  .footer .btn_area .inner .btn_list > li {
    width: 32.5%;
  }
}

@media screen and (min-width: 751px) {
  .footer .btn_area .inner .btn_list > li.tel {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .footer .btn_area .inner .btn_list > li.tel a {
    pointer-events: none;
  }
}

/* ------------- */
/* 2022.02 add */
/* ------------- */
body {
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7;
}

.mainimg_wrap img {
  width: 100%;
  margin-bottom: 50px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 599px) {
  .mainimg_wrap img {
    margin-bottom: 40px;
  }
}

.ttl_01 {
  color: #009086;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .ttl_01 {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 299px) {
  .ttl_01 span {
    display: inline-block;
  }
}

.sc_01 .lc_text {
  position: relative;
  font-size: 1rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .sc_01 .lc_text {
    text-align: left;
    font-size: 1rem;
    margin-bottom: 40px;
  }
}

.sc_01 .lc_img1 {
  width: 140px;
  margin-left: auto;
  margin-bottom: -50px;
  position: absolute;
  right: 40px;
  top: -50px;
}

@media screen and (max-width: 768px) {
  .sc_01 .lc_img1 {
    width: 110px;
    right: 20px;
    top: -10%;
  }
}

@media screen and (max-width: 600px) {
  .sc_01 .lc_img1 {
    position: relative;
    margin: 0;
    width: 80px;
    right: auto;
    top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: -70px;
    margin-bottom: 10px;
  }
}

.sc_01 .copyWrap .lc_text2 {
  color: #eb8e37;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.sc_01 .copyWrap .lc_text2 span {
  padding-left: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ff6));
  background: linear-gradient(transparent 70%, #ff6 70%);
}

@media screen and (max-width: 600px) {
  .sc_01 .copyWrap .lc_text2 {
    font-size: 1.4rem;
  }
}

.kantancopyWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
  .kantancopyWrap {
    display: block;
    margin-bottom: 50px;
  }
}

.kantancopy_item {
  width: 32%;
  background-color: #fdfbe4;
  border-radius: 30px;
  padding: 20px 20px 30px;
}

@media screen and (max-width: 600px) {
  .kantancopy_item {
    width: 100%;
    padding: 10px 20px 20px;
    margin-bottom: 15px;
  }
}

.kantancopy_item .lc_img01 {
  max-width: 170px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  .kantancopy_item .lc_img01 {
    max-width: 100px;
  }
}

.kantancopy_item .lc_tx01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
}

@media screen and (max-width: 600px) {
  .kantancopy_item .lc_tx01 {
    min-height: auto;
  }
}

.kantancopy_item .lc_tx01 h4 {
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
  margin-top: 0px;
  line-height: 1.5;
}

.kantancopy_item .lc_tx01 h4 span {
  color: #eb8e37;
}

.kantancopy_item .lc_tx01 h4 .lc_small {
  color: #333;
  font-size: 0.7em;
}

@media screen and (max-width: 600px) {
  .kantancopy_item .lc_tx01 h4 {
    font-size: 1.4rem;
  }
}

.sc_02 {
  margin-bottom: 70px;
}

.sc_02 .soudan {
  border: 3px solid #009086;
  border-radius: 10px;
  padding: 0 30px 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .sc_02 .soudan {
    padding: 0 15px 10px;
    margin-left: -5px;
    margin-right: -5px;
  }
}

.sc_02 .soudan_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .sc_02 .soudan_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sc_02 .soudan_wrap_item {
  padding: 20px;
  width: 33.333%;
}

@media screen and (max-width: 600px) {
  .sc_02 .soudan_wrap_item {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
  }
}

.soudan_wrap_item_ttlWrap {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .soudan_wrap_item_ttlWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
  }
}

.sc_02 .soudan_wrap_item_icon {
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  .sc_02 .soudan_wrap_item_icon {
    max-width: 90px;
    margin: 0;
    padding-right: 0px;
  }
}

.sc_02 .ttl_01 {
  text-align: center;
  margin-top: -0.8em;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .sc_02 .ttl_01 {
    font-size: 1.3rem;
  }
}

.sc_02 .ttl_01 .lc_wh {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  background-color: #fff;
}

.sc_02 .ttl_01 .lc_wh span {
  display: inline-block;
  margin: 0;
  background-color: #fff;
}

.sc_02 .soudan_wrap p {
  text-align: left;
}

.sc_02 .soudan_wrap .lc_ttl_01,
.sc_02 .soudan_wrap .lc_ttl_02,
.sc_02 .soudan_wrap .lc_ttl_03 {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}

@media screen and (max-width: 900px) {
  .sc_02 .soudan_wrap .lc_ttl_01,
  .sc_02 .soudan_wrap .lc_ttl_02,
  .sc_02 .soudan_wrap .lc_ttl_03 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .sc_02 .soudan_wrap .lc_ttl_01,
  .sc_02 .soudan_wrap .lc_ttl_02,
  .sc_02 .soudan_wrap .lc_ttl_03 {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 600px) {
  .sc_02 .soudan_wrap .lc_ttl_01,
  .sc_02 .soudan_wrap .lc_ttl_02,
  .sc_02 .soudan_wrap .lc_ttl_03 {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 299px) {
  .sc_02 .soudan_wrap .lc_ttl_01 span,
  .sc_02 .soudan_wrap .lc_ttl_02 span,
  .sc_02 .soudan_wrap .lc_ttl_03 span {
    display: inline-block;
  }
}

.sc_02 .soudan_wrap .lc_ttl_01 {
  color: #009086;
}

.sc_02 .soudan_wrap .lc_ttl_02 {
  color: #db1a29;
}

.sc_02 .soudan_wrap .lc_ttl_03 {
  color: #a40081;
}

.sc_02 .soudan_wrap .lc_ttl_02 .lc_small {
  font-size: 0.8em;
}

.sc_02 .soudan_wrap_item_ttl {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px solid #ccc;
  padding: 00px 5px;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .sc_02 .soudan_wrap_item_ttl {
    height: auto;
    border-bottom: none;
    margin: 0;
  }
}

.sc_02 .soudan_wrap_item .lc_tx {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .sc_02 .soudan_wrap_item .lc_tx {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 600px) {
  .sc_02 .soudan_wrap_item .lc_tx {
    font-size: 0.9em;
  }
}

.sc_02 .soudan2 .soudan2_text {
  font-size: 0.9rem;
}

@media screen and (max-width: 600px) {
  .sc_02 .soudan2 .soudan2_text {
    text-align: left;
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 299px) {
  .sc_02 .soudan2 .soudan2_text span {
    display: inline-block;
  }
}

.sc_02 .soudan2 .soudan2_text a {
  text-decoration: underline;
  color: #009086;
}

.sc_02 .soudan2_btn {
  display: block;
  position: relative;
  color: #333;
  font-size: 0.9rem;
  background-color: #eee;
  border-radius: 999px;
  max-width: 300px;
  padding: 7px 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.sc_02 .soudan2_btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  border: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: transparent #aaa #aaa transparent;
  right: 20px;
  top: 0.5em;
  bottom: 0;
}

.sc_04a {
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: auto auto;
  background-color: #d2eddd;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.22) 10px, rgba(255, 255, 255, 0.22) 17px);
}

@media screen and (max-width: 600px) {
  .sc_04a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.sc_04a .ttl_01 {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 70px;
  position: relative;
  background-color: #009086;
  color: #fff;
  padding: 17px 20px;
  border-radius: 20px;
}

@media screen and (min-width: 299px) {
  .sc_04a .ttl_01 span {
    display: inline-block;
  }
}

.sc_04a .ttl_01:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border: 15px solid transparent;
  border-top: 15px solid #009086;
  width: 0;
  height: 0;
}

@media screen and (max-width: 768px) {
  .sc_04a .ttl_01 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  .sc_04a .ttl_01 {
    padding: 15px 15px;
  }
}

.sc_04a .flow {
  margin-bottom: 50px;
}

.sc_04a .flowStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  .sc_04a .flowStep {
    display: block;
  }
}

.sc_04a .flow .lc_WrapType01 {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 30px;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.sc_04a .flowStep_boxA {
  width: 70%;
  padding-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .sc_04a .flowStep_boxA {
    width: 60%;
  }
}

@media screen and (max-width: 600px) {
  .sc_04a .flowStep_boxA {
    width: 100%;
    padding-right: 0;
  }
}

.sc_04a .flowStep_boxB {
  width: 30%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .sc_04a .flowStep_boxB {
    width: 40%;
  }
}

@media screen and (max-width: 600px) {
  .sc_04a .flowStep_boxB {
    width: 100%;
  }
}

.sc_04a .flowStep_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .sc_04a .flowStep_ttl {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .sc_04a .flowStep_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sc_04a .flowStep_ttl h4 {
  margin: 0;
  font-size: 1.4rem;
  padding-bottom: 5px;
  border-bottom: 2px dotted #009086;
  width: 100%;
}

@media screen and (min-width: 299px) {
  .sc_04a .flowStep_ttl h4 span {
    display: inline-block;
  }
}

@media screen and (max-width: 1000px) {
  .sc_04a .flowStep_ttl h4 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .sc_04a .flowStep_ttl h4 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  .sc_04a .flowStep_ttl h4 {
    font-size: 1.2rem;
  }
}

.sc_04a .flowStep_ttl_no {
  background-color: #009086;
  color: #fff;
  border-radius: 8px;
  margin: 0;
  padding: 5px 20px;
  max-width: 150px;
  margin-right: 20px;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sc_04a .flowStep_ttl_no {
    font-size: 1.3rem;
    padding: 3px 20px;
    margin-bottom: 10px;
    max-width: 130px;
  }
}

@media screen and (max-width: 600px) {
  .sc_04a .flowStep_ttl_noWrap .flowStep_ttl_no {
    border-radius: 999px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5px;
    margin-left: -20px;
  }
  .sc_04a .flowStep_ttl_noWrap .flowStep_ttl_no span {
    display: block;
    line-height: 1.2;
  }
  .sc_04a .flowStep_ttl_noWrap .flowStep_ttl_no span.lc_step {
    font-size: 9px;
    margin-bottom: 3px;
  }
  .sc_04a .flowStep_ttl_noWrap .flowStep_ttl_no span.lc_no {
    font-size: 20px;
  }
  .sc_04a .flowStep_ttl_noWrap .flowStep_ttl_no span.lc_dot {
    display: none;
  }
}

.sc_04a .flowStep_tx p {
  text-align: left;
}

.sc_04a .flowStep_tx_cap {
  font-size: 0.9em;
}

.sc_04a .flowStep_img {
  padding: 20px;
  padding-right: 0;
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  .sc_04a .flowStep_img {
    padding: 20px;
  }
}

.sc_04a .flowStep_img img {
  width: 100%;
}

.sc_04a .flowStep_arrow {
  padding: 20px;
  width: 100%;
}

.sc_04a .flowStep_arrow::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -30px;
  border: 5px solid;
  border-color: transparent transparent #009086 #009086;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  .sc_04a .flowStep_arrow {
    padding: 20px;
  }
}

.sc_04a .flowStep_btnWrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sc_04a .flowCopy {
  background-color: #eaf9eb;
  padding: 30px 10px;
  border-radius: 10px;
}

.sc_04a .flowCopy_tx1 {
  margin: 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 600px) {
  .sc_04a .flowCopy_tx1 {
    font-size: 1.2rem;
  }
}

.sc_04a .flowCopy_tx1 span {
  color: #ed6677;
  font-size: 1.2em;
  font-weight: bold;
}

.sc_06 .notes {
  background-color: #fff0f5;
  border-radius: 10px;
  padding: 20px;
}

@media screen and (max-width: 600px) {
  .sc_06 .notes {
    padding: 20px 10px;
  }
}

.sc_06 .notes_ttlWrap {
  text-align: center;
}

.sc_06 .notes_ttl {
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 0px;
  padding: 4px 30px;
  font-weight: bold;
  color: #fff;
  background-color: red;
  border-radius: 7px;
}

.sc_06 .notes_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc_06 .notes_list ul {
  padding: 0;
  padding-left: 1em;
}

.sc_06 .notes_list ul li {
  position: relative;
  font-size: 1.1rem;
}

@media screen and (max-width: 600px) {
  .sc_06 .notes_list ul li {
    font-size: 1rem;
  }
}

.sc_06 .notes_list ul.kome {
  position: initial;
  list-style: "※";
}

.sc_06 .notes_list ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.7em;
  left: -1em;
  width: 0.2em;
  height: 0.2em;
  background-color: #666;
  border-radius: 100%;
}

.sc_06 .notes_list ul li + li {
  margin-top: 10px;
}

.sc_06 .notes_list a {
  color: #009086;
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */