@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-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 {
  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] {
  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 */
  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;
}

html {
  font-size: 10px;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: YuGothic, "Yu Gothic", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-family: "Roboto", "Noto Sans JP";
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #363636;
  background: #fff;
  letter-spacing: 0.02rem;
  text-size-adjust: 100%;
  min-width: 75rem;
  overflow-x: hidden;
  background-color: #E8F3D2;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    font-size: 3.2rem;
  }
}
body * {
  outline: none;
  font-feature-settings: "palt" 1;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #e5e5e5;
}

::-webkit-scrollbar-thumb {
  background: #727272;
  border-radius: 0px;
  margin: 2px;
  box-shadow: none;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  img {
    image-rendering: auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  img {
    image-rendering: auto;
  }
}

picture {
  display: block;
  line-height: 0;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.6;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a,
em,
strong,
i {
  font-style: normal;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

dl dt {
  font-weight: inherit;
}

figure {
  line-height: 0;
}
figure figcaption {
  line-height: 1.8;
}

table {
  width: 100%;
}
table th {
  font-weight: 400;
}

iframe {
  border: none;
}

input,
textarea,
select,
button {
  font-family: "Roboto", "Noto Sans JP";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  color: #363636;
  background: #fff;
  letter-spacing: 0.02rem;
  text-size-adjust: 100%;
  min-width: 75rem;
  overflow-x: hidden;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  input,
  textarea,
  select,
  button {
    font-size: 1.5rem;
  }
}

label {
  display: inline-block;
  cursor: pointer;
}

textarea {
  display: block;
  resize: vertical;
  vertical-align: bottom;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  transition: opacity 0.3s;
  cursor: pointer;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover {
  opacity: 0.6;
}

.pc-hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-hide {
    display: block;
  }
}

.sp-hide {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}

.js_accordion dt {
  cursor: pointer;
}
.js_accordion dd {
  display: none;
}

.js_tab .js_tab_content {
  position: relative;
}
.js_tab .js_tab_content > * {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  transform: translateY(20px);
  transition: all 0.5s;
}
.js_tab .js_tab_content > *.is-tab {
  position: relative;
  opacity: 1;
  z-index: 2;
  height: auto;
  transform: translateY(0);
}

.js_anim_scroll {
  transition: opacity 0.7s, transform 0.7s;
  transform: translateY(40px);
  opacity: 0;
  transition-delay: 0.2s;
}
.js_anim_scroll.is-anim {
  transform: translateY(0);
  opacity: 1;
}

.m_box_fixed {
  position: relative;
  padding: 0 3.2rem;
}

.m_box_cta {
  text-align: center;
  background: #F5EED4;
}
.m_box_cta .visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66.2rem;
  background: url("../img/cta_visual.webp") no-repeat center;
  background-size: cover;
  margin: 0 -3rem 0;
}
.m_box_cta .visual h2 {
  font-family: "Zen Maru Gothic";
  font-weight: 900;
  font-size: 5.7rem;
  letter-spacing: -0.8rem;
  line-height: 1.2;
  color: #F0194B;
  text-shadow: 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff;
}
.m_box_cta .visual h2 em {
  font-size: 6.2rem;
}
.m_box_cta .lead {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-size: 4rem;
}
.m_box_cta .btn__wrap {
  background-color: #FDFDED;
  padding: 6.4rem 0;
}
.m_box_cta .btn {
  margin-top: 0;
}

.m_btn_cta {
  position: relative;
  text-align: center;
}
.m_btn_cta:before {
  content: "";
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: -0.5rem;
  z-index: 1;
  width: 60%;
  height: 10%;
  background: #363636;
  border-radius: 100rem;
  filter: blur(1rem);
  opacity: 0.5;
}
.m_btn_cta a {
  font-family: "Zen Maru Gothic";
  position: relative;
  z-index: 2;
  font-size: 4.4rem;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  min-width: 60rem;
  background: #FF611A;
  border-radius: 1.6rem;
  box-shadow: 0 0.6rem 0 rgb(188, 58, 0);
  padding: 3rem;
}
.m_btn_cta a:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 4rem;
  width: 3rem;
  height: 3rem;
  background: url("../img/i_arr_wh.svg") no-repeat center;
  background-size: 100% auto;
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

#l_container {
  position: relative;
  width: 75rem;
  margin: 0 auto;
}

#page_top {
  overflow: hidden;
  width: 75rem;
  background: #fff;
  box-shadow: 0 0 3.2rem rgba(51, 51, 51, 0.2);
  position: relative;
  /* #point01 */
  /* #point02 */
  /* #point03 */
  /* .sec-cta */
  /* #sec-howto */
  /* #sec-more */
  /* #sec-recommend */
  /* #sec-support */
}
@media screen and (max-width: 1024px) {
  #page_top {
    width: 100%;
  }
}

/*--------------------------------------
　slide
---------------------------------------*/
#page_top .slide {
  position: relative;
  margin: auto;
}
#page_top .slide .swiper {
  overflow: visible;
}
#page_top .slide .swiper .swiper-wrapper .swiper-slide {
  transition: transform 0.6s, box-shadow 0.6s;
  transform-origin: bottom center;
}
#page_top .slide .swiper .swiper-wrapper .slide__item {
  position: relative;
  display: block;
  background: #fff;
  height: auto;
  overflow: hidden;
}
#page_top .slide .swiper .swiper-wrapper .slide__item img {
  width: 100%;
}
#page_top .slide .swiper-button-prev,
#page_top .slide .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  border-radius: 100rem;
  width: 8rem;
  height: 8rem;
  cursor: pointer;
  border: 0.2rem solid #fff;
  background: url("../img/i_arr_wh.svg") no-repeat center;
  background-color: #007048;
  background-size: 3.2rem auto;
  transform: rotate(0deg);
  box-shadow: 0 0.4rem 1.5rem rgba(101, 74, 37, 0.3);
}
#page_top .slide .swiper-button-next {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
#page_top .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
}
#page_top .slide02 .swiper-button-prev,
#page_top .slide02 .swiper-button-next {
  top: -5rem;
}
#page_top .slide02 .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
#page_top #point01 .slide02 .swiper-slide {
  padding: 0 1.0rem;
	box-sizing: border-box;
}
#page_top #sec-recommend .slide02 .swiper-slide {
  padding: 0 1.0rem;
	box-sizing: border-box;
}
#page_top .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#page_top .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.4rem;
}
#page_top .swiper-pagination-bullet {
  background-color: #fff;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.4rem solid #00913A;
  border-radius: 50%;
  cursor: pointer;
}
#page_top .swiper-pagination-bullet-active {
  background-color: #00913A;
  border: 0.4rem solid #00913A;
}
#page_top .swiper-pagination-bullet:hover {
  background-color: #00913A;
  border: 0.4rem solid #00913A;
  transition: all 0.3s;
}


/*--------------------------------------
　header
---------------------------------------*/
#page_top header {
	background: #F5F2E9;
	padding: 2.0rem 2.5rem 4.0rem;
	box-sizing: border-box;
}
#page_top header .secBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#page_top header h1 {
	width: 20.0rem;
}
#page_top header p {
	width: 40.0rem;
}


/*--------------------------------------
　fv
---------------------------------------*/
#page_top #fv {
	background: #F5F2E9;
  position: relative;
}

/*----- fv_slider -----*/
#page_top #fv .fv_slider {
	background: #F5F2E9;
	margin: auto;
	padding: 0 0 0 6.4rem;
	box-sizing: border-box;
	z-index: 0;
}
#page_top #fv .img01 {
	width: 100%;
  height: 50.5rem;
	background: url("../img/fv_01.webp") no-repeat center;
  background-size: cover;
	border-radius: 24px 0 0 24px;
	z-index: -999;
}
#page_top #fv .img02 {
	width: 100%;
  height: 50.5rem;
	background: url("../img/fv_02.webp") no-repeat center;
  background-size: cover;
	border-radius: 24px 0 0 24px;
	z-index: -999;
}

/*----- fv_txt -----*/
#page_top #fv .fv_inner {
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 99;
}
#page_top #fv .fv_txt {
	position: absolute;
	bottom: -5.0rem;
	left: 3.2rem;
}
#page_top #fv .img_01 {
	width: 66.0rem;
}
#page_top #fv .img_02 {
	padding: 9.0rem 0 0 0;
	box-sizing: border-box;
}
#page_top #fv .txt01 {
  color: #838383;
	font-size: 2.4rem;
	background: #fff;
  padding: 1.0rem 3.2rem 2.0rem;
	text-align: justify;
  line-height: 1.3;
}


/*--------------------------------------
　award
---------------------------------------*/
#page_top #award {
  position: relative;
  padding-bottom: 4.8rem;
}
#page_top #award .img01 {
  width: 70.5rem;
  margin: 0 0 0 0.9rem;
}
#page_top #award .list01 {
  width: 68.6rem;
  margin: 0 auto;
  padding-top: 4.5rem;
}
#page_top #award .img02 {
  width: 100%;
  margin: 0 auto;
  padding: 4.4rem 0 2.0rem;
}
#page_top #award .txt01 {
  width: 50.0rem;
	font-size: 1.7rem;
	text-align: justify;
	line-height: 1.5em;
  margin: 0 auto;
}

/*--------------------------------------
　point
---------------------------------------*/

/*----- point01 -----*/
#page_top #point01 {
	padding: 0 0 8rem;
	box-sizing: border-box;
  position: relative;
}
#page_top #point01 .img01 {
  width: 59rem;
  margin: 0 auto;
  padding-top: 6rem;
}
#page_top #point01 .img02 {
  width: 68.6rem;
  margin: 0 auto;
  padding-top: 4rem;
}
#page_top #point01 .img03 {
  width: 100%;
  margin: 0 auto;
  /*padding-top: 5rem;*/
}
#page_top #point01 .img04 {
  width: 68.6rem;
  margin: 0 auto;
  padding-top: 3rem;
}
#page_top #point01 .img05 {
  width: 56.6rem;
  margin: 0 auto;
  padding-top: 4rem;
}
#page_top #point01 .img06 {
  width: 56.6rem;
  margin: 0 auto;
  padding-top: 4rem;
}
#page_top #point01 .txt01 {
	color: #838383;
  padding-top: 1rem;
  font-size: 2.4rem;
	text-align: justify;
  line-height: 3.2rem;
}
#page_top #point01 .txt03 {
	width: 56.6rem;
	color: #838383;
  padding-top: 0.5rem;
  font-size: 2.4rem;
  text-align: justify;
  line-height: 3.2rem;
	margin: 0 auto;
}
#page_top #point01 .txt02 {
  padding-top: 4rem;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
}

/* prevention_block */
#page_top #point01 .prevention_block {
	background: #FFFFC1;
	border: 0.4rem solid #EDA349;
	border-radius: 0 0 3.4rem 3.4rem;
	padding: 4.2rem 2.4rem 3.8rem;
	box-sizing: border-box;
}
#page_top #point01 .movie_wrap {
	margin: 1.0rem 0  3.0rem;
}
#page_top #point01 .movie_wrap .icon01 {
	width: 3.0rem;
}
#page_top #point01 .movie_wrap .movie_block {
	text-align: center;
	margin: -0.7rem auto 0;
}
#page_top #point01 .movie_wrap .movie_block video {
	border-radius: 8px;
	box-shadow: 0.8rem 0.8rem #007048;
}
#page_top #point01 .slide {
  padding-top: 2.4rem;
}
/*#page_top #point01 .slide .slide__txt {
  padding: 2.4rem;
  font-size: 2.8rem;
  text-align: left;
  line-height: 1.9;
}
#page_top #point01 .slide .slide__txt em {
  font-weight: 700;
}
#page_top #point01 .slide .slide__txt .txt01 {
  width: 42.2rem;
  margin: 0 auto 2.4rem;
}*/
#page_top #point01 .point01_cont {
  margin-top: 8rem;
}
#page_top #point01 .point01_cont__img01 {
  width: 55.4rem;
  margin: 0 auto;
  padding-top: 4.2rem;
}
#page_top #point01 .point01_cont__txt01 {
  padding-top: 2.5rem;
  font-size: 2.4rem;
  line-height: 4.2rem;
}
#page_top #point01 .point01_cont__img02 {
  width: 68.5rem;
  margin: 0 auto;
  padding-top: 3rem;
}
#page_top #point01 h3 {
  background-color: #8DC220;
  border-radius: 2.4rem 2.4rem 0 0;
  color: #fff;
  text-align: center;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.2;
}
#page_top #point01 .first h3 {
  padding: 2.4rem 0;
}
#page_top #point01 .second h3 {
  padding: 3.8rem 0;
}
#page_top #point01 h3 span {
  display: block;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 400;
  padding-bottom: 1rem;
}

/*----- point02 -----*/
#page_top #point02 {
  position: relative;
  /*padding-top: 8rem;*/
  padding-bottom: 8.3rem;
}
#page_top #point02 .img01 {
  width: 68.6rem;
  margin: 0 auto;
  padding-top: 8rem;
}
#page_top #point02 .point02_cont {
  padding-top: 8rem;
}
#page_top #point02 .point02_cont dl + dl {
  margin-top: 4.8rem;
}
#page_top #point02 .point02_cont dl dt {
  position: relative;
  background-color: #E7F1D0;
  border-radius: 1.6rem;
  font-family: "Zen Maru Gothic";
  font-size: 3.8rem;
  font-weight: 600;
  color: #007048;
  padding: 1rem 7rem 1rem 4rem;
}
#page_top #point02 .point02_cont dl dt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.2rem;
  z-index: 10;
  margin: auto;
  width: 2.6rem;
  height: 1.6rem;
  cursor: pointer;
  background: url("../img/i_arr_gr.svg") no-repeat center;
  background-size: 2.6rem auto;
  transform: translateY(-50%);
  transition: all 0.3s;
}
#page_top #point02 .point02_cont dl dt.is-active:before {
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s;
}
#page_top #point02 .point02_cont dl dt sup {
  font-size: 0.5em;
  vertical-align: super;
}
#page_top #point02 .point02_cont dl dd {
  padding-top: 2.4rem;
  font-size: 2.8rem;
  display: none;
}
#page_top #point02 .point02_cont dl dd em {
  color: #C35707;
  font-weight: 600;
}
#page_top #point02 .point02_cont dl dd .img02 {
  width: 64rem;
  padding-top: 0.8rem;
  margin-left: 4.5rem;
}
#page_top #point02 .point02_cont dl dd .cap {
	color: #838383;
  font-size: 2.4rem;
  padding-top: 1rem;
  line-height: 1.4;
}
#page_top #point02 .point02_cont h3 {
  background-color: #8DC220;
  border-radius: 2.4rem 2.4rem 0 0;
  color: #fff;
  text-align: center;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 1.6rem 0;
  margin-top: 8rem;
}
#page_top #point02 .point02_cont h3 span {
  display: block;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 400;
  padding-bottom: 1rem;
}
#page_top #point02 .point02_cont h3 em {
  position: relative;
  display: inline-block;
  color: #fff !important;
}
#page_top #point02 .point02_cont h3 em::before {
  content: "";
  position: absolute;
  left: -3rem;
  top: 0.5rem;
  width: 0.3rem;
  height: 4rem;
  background-color: #fff;
  transform: rotate(-35deg);
}
#page_top #point02 .point02_cont h3 em::after {
  content: "";
  position: absolute;
  right: -3rem;
  top: 0.5rem;
  width: 0.3rem;
  height: 4rem;
  background-color: #fff;
  transform: rotate(35deg);
}
#page_top #point02 .point02_cont .plan__ttl {
  width: 68.6rem;
  margin: 0 auto;
  padding-top: 5.6rem;
}
#page_top #point02 .point02_cont .plan__img01 {
  width: 49.65rem;
  margin: 0 auto;
  padding-top: 6.4rem;
}
#page_top #point02 .point02_cont .plan__img02 {
  width: 62.2rem;
  margin: 0 auto;
  padding-top: 6.4rem;
}
#page_top #point02 .point02_cont .cap__list {
  margin: 0 3.2rem;
  padding-top: 3.2rem;
}
#page_top #point02 .point02_cont .cap__list li {
  font-size: 2.2rem;
  color: #7B7B7B;
  line-height: 1.3;
}
#page_top #point02 .point02_cont h4 {
  font-size: 3.6rem;
  text-align: center;
}
#page_top #point02 .point02_cont h4.mt {
  margin-top: 6.4rem;
}
#page_top #point02 .point02_cont .plan__img03 {
  width: 68.6rem;
  margin: 0 auto;
  padding-top: 3rem;
}
#page_top #point02 .point02_cont .plan__img04 {
  width: 68.6rem;
  margin: 0 auto;
  padding-top: 3rem;
}

/*----- point03 -----*/
#page_top #point03 {
  position: relative;
  padding-bottom: 8rem;
}
#page_top #point03 .img01 {
  width: 59.9rem;
  margin: 0 auto;
  padding-top: 8rem;
}
#page_top #point03 .img02 {
  width: 54.6rem;
  margin: 0 auto;
  padding-top: 4rem;
}
/*#page_top #point03 .img03 {
  width: 52.8rem;
  margin: 0 auto;
  padding-top: 4rem;
}*/
#page_top #point03 .img04 {
  width: 54.35rem;
  margin: 0 auto;
  padding-top: 4rem;
}
#page_top #point03 .txt_area {
	width: 54.3rem;
	text-align: center;
	margin: 0 auto;
	padding-top: 4rem;
}
#page_top #point03 .txt_area .txt01 {
	color: #007048;
	font-size: 4.3rem;
	font-weight: 600;
	font-family: "Zen Maru Gothic";
	line-height: 1.3em;
	position: relative;
}
#page_top #point03 .txt_area .txt01::before,
#page_top #point03 .txt_area .txt01::after {
	content: "";
	display: block;
	position: absolute;
  width: 4.6rem;
	height: 5.6rem;
}
#page_top #point03 .txt_area .txt01::before {
	background: url("../img/point03_line01.webp") left center no-repeat;
	background-size: 100% auto;
	bottom: 0;
	left: 0;
}
#page_top #point03 .txt_area .txt01::after {
	background: url("../img/point03_line02.webp") left center no-repeat;
	background-size: 100% auto;
	bottom: 0;
	right: 0;
}
#page_top #point03 .txt_area .txt01 sup {
	font-size: 2.0rem;
	vertical-align: top;
	position: relative;
	top: 2.0rem;
}
#page_top #point03 .txt_area .note {
	color: #6E6E6E;
	font-size: 2.0rem;
}

/*--------------------------------------
　sec-cta
---------------------------------------*/
#page_top .sec-cta {
  background-color: #007048;
  padding: 6rem 0;
}
#page_top .sec-cta h2 {
  font-family: "Zen Maru Gothic";
  font-size: 4.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
#page_top .sec-cta ul li {
  margin-top: 4rem;
}
#page_top .sec-cta ul li a {
  display: block;
  width: 65rem;
  margin: 0 auto;
  border-radius: 0.8rem;
  background: #f7931d;
  border: 0.2rem solid #fff;
  box-shadow: 0 0.4rem 1.2rem #4f7b2d;
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 3rem 0;
  line-height: 1;
}
#page_top .sec-cta ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  z-index: 10;
  margin: auto;
  width: 2.6rem;
  height: 4.4rem;
  cursor: pointer;
  background: url("../img/icon_btn01.svg") no-repeat center;
  background-size: 2.6rem auto;
  transform: translateY(-50%);
  transition: all 0.3s;
}
#page_top .sec-cta ul li:nth-child(2) a {
  background: #fff;
  border: 0.2rem solid #f7931d;
  color: #f7931d;
}
#page_top .sec-cta ul li:nth-child(2) a::before {
  background: url("../img/icon_btn02.svg") no-repeat center;
  background-size: 2.6rem auto;
  transform: translateY(-50%);
  transition: all 0.3s;
}

/*--------------------------------------
　sec-howto
---------------------------------------*/
#page_top #sec-howto {
	padding: 0 0 5.0rem;
	box-sizing: border-box;
}
#page_top #sec-howto h2 {
  background-color: #8DC220;
  /*border-radius: 2.4rem;*/
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 2.4rem 0;
  position: relative;
  cursor: pointer;
}
#page_top #sec-howto h2::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  z-index: 10;
  margin: auto;
  width: 1.5rem;
  height: 3.3rem;
  cursor: pointer;
  background: url("../img/icon_btn01.svg") no-repeat center;
  background-size: 1.5rem auto;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
}
/*#page_top #sec-howto h2.is-active {
  border-radius: 2.4rem 2.4rem 0 0;
}*/
#page_top #sec-howto h2.is-active:before {
  transform: translateY(-50%) rotate(270deg);
  transition: all 0.3s;
}
#page_top #sec-howto .howto__inner {
  display: none;
}
#page_top #sec-howto .howto__inner .img01 {
  width: 67.4rem;
  margin: 0 auto;
}
#page_top #sec-howto .howto__inner .txt01 {
  font-size: 2.8rem;
}
#page_top #sec-howto .howto__inner .txt01 em {
  color: #C35707;
}

/*--------------------------------------
　sec-more
---------------------------------------*/
#page_top #sec-more {
  padding-top: 4.8rem;
  padding-bottom: 5rem;
}
#page_top #sec-more .lead {
  display: flex;
  justify-content: center;
  gap: 0 0.8rem;
}
#page_top #sec-more .lead span {
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #007048;
  font-family: "Zen Maru Gothic";
  font-size: 3.8rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
#page_top #sec-more h2 {
  background-color: #8DC220;
  border-radius: 2.4rem 2.4rem 0 0;
  color: #fff;
  text-align: center;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 3.8rem 0;
  margin-top: 4rem;
}
#page_top #sec-more .txt01 {
  width: 60.0rem;
  margin: 0 auto;
  padding-top: 5.6rem;
}
#page_top #sec-more .img01 {
  width: 54.6rem;
  margin: 0 auto;
  padding-top: 2.4rem;
}
#page_top #sec-more .txt02 {
  font-size: 3rem;
	text-align: justify;
  padding-top: 2.4rem;
}
#page_top #sec-more .txt03 {
  width: 50.0rem;
  margin: 0 auto;
  padding-top: 5.6rem;
}
#page_top #sec-more .img02 {
  width: 65.0rem;
  margin: 0 auto;
  padding-top: 4.0rem;
}
/*#page_top #sec-more .slide__ttl {
  font-family: "Zen Maru Gothic";
  font-size: 3.8rem;
  font-weight: 600;
  text-align: center;
  color: #007048;
  line-height: 1.4;
  margin-bottom: 2rem;
  padding-top: 8rem;
}*/
/*#page_top #sec-more .more_slide_img {
  width: 63.5rem;
  margin: 0 auto;
}*/

/*--------------------------------------
　sec-recommend
---------------------------------------*/
#page_top #sec-recommend .recommend__inner {
  background-color: #EAE4D4;
  padding-top: 8rem;
  padding-bottom: 5.2rem;
}
#page_top #sec-recommend .slide__ttl {
  font-family: "Zen Maru Gothic";
  font-size: 3.8rem;
  font-weight: 600;
  text-align: center;
  color: #007048;
  line-height: 1.4;
  margin-bottom: 2rem;
  position: relative;
}
#page_top #sec-recommend .slide__ttl span {
  position: relative;
}
#page_top #sec-recommend .slide__ttl span::before {
  content: "";
  position: absolute;
  left: -3rem;
  top: 1rem;
  width: 0.2rem;
  height: 4rem;
  background-color: #007048;
  transform: rotate(-35deg);
}
#page_top #sec-recommend .slide__ttl span::after {
  content: "";
  position: absolute;
  right: -3rem;
  top: 1rem;
  width: 0.2rem;
  height: 4rem;
  background-color: #007048;
  transform: rotate(35deg);
}
#page_top #sec-recommend .reccomend_plan {
  background-color: #E7F1D0;
  padding: 4rem 3.2rem;
}
#page_top #sec-recommend .reccomend_plan__img {
  width: 68.6rem;
}
#page_top #sec-recommend .reccomend_plan__txt {
  font-size: 2.4rem;
  line-height: 1.4;
  padding-top: 2.4rem;
  letter-spacing: 0.2rem;
}

/*--------------------------------------
　sec-support
---------------------------------------*/
#page_top #sec-support {
  padding-top: 4rem;
  padding-bottom: 7.5rem;
}
#page_top #sec-support h2 {
  font-family: "Zen Maru Gothic";
  font-size: 3.8rem;
  font-weight: 600;
  text-align: center;
  color: #007048;
  line-height: 1.6;
  margin-bottom: 3rem;
  letter-spacing: 0.1rem;
  position: relative;
}

/*--------------------------------------
　footer
---------------------------------------*/
#page_top .footer {
  text-align: center;
  background: #fff;
  padding-bottom: 12rem;
}
#page_top .footer-start {
  padding: 2.4rem;
}
#page_top .footer-start__title {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  border-bottom: #467650 solid 0.1rem;
  padding-bottom: 0.8rem;
  margin-bottom: 1.5rem;
}
#page_top .footer-start__tel {
  display: flex;
  flex-direction: column-reverse;
}
#page_top .footer-start__tel dt {
  font-size: 2.8rem;
  margin-top: 0.8rem;
}
#page_top .footer-start__tel dd {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1;
  color: #34784C;
}
#page_top .footer-start__tel dd a {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  position: relative;
}
#page_top .footer-start__tel dd a::before {
  position: relative;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background: url("../img/ico_phone.svg") 50% 50% no-repeat;
  background-size: contain;
}
#page_top .footer-start__timein {
  font-size: 2.8rem;
  margin-top: 1rem;
}
#page_top .footer-start__timein strong {
  font-weight: 600;
}
#page_top .footer-start__notes {
  font-size: 2.4rem;
  margin-top: 1rem;
}
#page_top .footer-end {
  padding: 3.2rem;
  background-color: #F5F3E5;
}
#page_top .footer-end__title {
  font-size: 2.8rem;
  font-weight: 600;
  padding: 0.25em;
  margin: 0 0 2.4rem;
  background-color: #fff;
}
#page_top .footer-end__logo img {
  max-width: 25.35rem;
}
#page_top .footer-end__location {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 2.4rem;
}
#page_top .footer-end__num {
  text-align: right;
  font-size: 2.4rem;
  margin-top: 2.4rem;
}

/*--------------------------------------
　fixedCta
---------------------------------------*/
#fixedCta {
	position:fixed!important;
	bottom:0;
	left:0;
	right:0;
	z-index:10;
	width:var(--width);
	margin:auto;
	text-align:center;
	padding:1.5rem 0;
	background:var(--white900);
	/*color:var(--white900);*/
	border-top:.2rem solid var(--ivory100);
	transition:transform .5s var(--easeOutCubic);
	transform:translateY(100%);
}
#fixedCta.is-show {
	transform:translateY(0);
}
#fixedCta .wrap {
	display:grid;
	grid-template-columns:repeat(2,minmax(0,50%));
	column-gap:1rem;padding:0 2rem;
}
#fixedCta .estimate a,
#fixedCta .document a {
	position:relative;
	display:block;
	border-radius:9rem;
	font-weight:var(--fontBold);
	padding:2.2rem 0;
	animation:jump 3.5s linear 0s infinite;
}
#fixedCta .estimate a:after,
#fixedCta .document a:after {
	content: "";
	position: absolute;
	margin: auto;
}
#fixedCta .estimate a:after {
	top: 50%;
  right: 1rem;
	width: 1.5rem;
  height: 3.3rem;
  cursor: pointer;
  background: url("../img/icon_btn01.svg") no-repeat center;
  background-size: 1.5rem auto;
  transform: translateY(-50%);
  transition: all 0.3s;
}
#fixedCta .document a:after {
	top: 50%;
  right: 1rem;
	width: 1.5rem;
  height: 3.3rem;
  cursor: pointer;
  background: url("../img/icon_btn02.svg") no-repeat center;
  background-size: 1.5rem auto;
  transform: translateY(-50%);
  transition: all 0.3s;
}
#fixedCta .estimate a {
	/*background:var(--orange500);
	border:.2rem solid var(--white900);*/
	background: #f7931d;
  border: 0.2rem solid #fff;
  color: #fff;
}

#fixedCta .document a {
	/*color:var(--orange500);
	background:var(--white900);
	border:.2rem solid var(--orange500);*/
	background: #fff;
  border: 0.2rem solid #f7931d;
  color: #f7931d;
}



/*#page_top #fixedCta {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: -10;
  filter: blur(1rem);
  opacity: 0;
  transition: all 0.5s;
  width: 75rem;
  transform: translateX(-50%);
  background-color: #fff;
}
#page_top #fixedCta.is-fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  opacity: 1;
  filter: blur(0);
  z-index: 9999;
}
#page_top #fixedCta ul {
  display: flex;
  justify-content: center;
  gap: 0 1.2rem;
  padding: 1.5rem 0;
}
#page_top #fixedCta ul li a {
  display: block;
  width: 34.6rem;
  margin: 0 auto;
  border-radius: 0.8rem;
  background: #f7931d;
  border: 0.2rem solid #fff;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 3rem 1rem 3rem 0;
  line-height: 1;
  letter-spacing: 0.1rem;
}
#page_top #fixedCta ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 10;
  margin: auto;
  width: 1.5rem;
  height: 3.3rem;
  cursor: pointer;
  background: url("../img/icon_btn01.svg") no-repeat center;
  background-size: 1.5rem auto;
  transform: translateY(-50%);
  transition: all 0.3s;
}
#page_top #fixedCta ul li:nth-child(2) a {
  background: #fff;
  border: 0.2rem solid #f7931d;
  color: #f7931d;
}
#page_top #fixedCta ul li:nth-child(2) a::before {
  background: url("../img/icon_btn02.svg") no-repeat center;
  background-size: 1.5rem auto;
  transform: translateY(-50%);
  transition: all 0.3s;
}*//*# sourceMappingURL=style.css.map */

/*#page_top #fixedCta ul li a {
  animation: animation01 2.5s infinite;
  opacity: 1;
}*/

@keyframes animation01 {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}




