@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: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #503D35;
  background: #fff;
  letter-spacing: 0.1rem;
  text-size-adjust: 100%;
  min-width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 750px) {
  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: 750px) {
  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;
}
@media screen and (max-width: 750px) {
  a:hover {
    opacity: 1;
  }
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  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.5;
}

table {
  width: 100%;
}
table th {
  font-weight: 400;
}

iframe {
  border: none;
}

input,
textarea,
select,
button {
  font-family: "Hiragino Sans", "Noto Sans JP";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #503D35;
  background: #fff;
  letter-spacing: 0.1rem;
  text-size-adjust: 100%;
  min-width: 100%;
  overflow-x: hidden;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 750px) {
  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;
}
@media screen and (max-width: 750px) {
  input[type=submit]:hover,
  input[type=reset]:hover,
  input[type=button]:hover,
  button:hover {
    opacity: 1;
  }
}

.pc-hide {
  display: none;
}
@media screen and (max-width: 750px) {
  .pc-hide {
    display: block;
  }
}

.sp-hide {
  display: block;
}
@media screen and (max-width: 750px) {
  .sp-hide {
    display: none;
  }
}

.m_box_fixed {
  position: relative;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .m_box_fixed {
    padding: 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: #503D35;
  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;
}

.voice_list__btn {
  text-align: center;
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
}
.voice_list__btn a {
  font-family: "Zen Maru Gothic";
  position: relative;
  z-index: 2;
  font-size: 2.8rem;
  color: #D15934;
  font-weight: 700;
  display: inline-block;
  min-width: 50rem;
  background: #fff;
  padding: 1.3rem 3rem;
  border-radius: 100rem;
  border: 0.4rem solid #D15934;
}
.voice_list__btn a:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 1.6rem;
  width: 2rem;
  height: 2rem;
  background: url("../img/i_arr.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, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  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: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #l_container {
    width: 100%;
  }
}

#l_header {
  width: 100%;
  height: 9rem;
  background-color: #fff;
  z-index: 10;
}
#l_header h1 {
  width: 33.5rem;
}

.js_fadeTop {
  opacity: 0;
}

.sec__inner {
  padding: 0 4rem;
}

#page_top {
  overflow: hidden;
  width: 100%;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #page_top {
    width: 100%;
  }
}
#page_top #sec-main {
  position: relative;
  margin: 0 auto;
  max-width: 75rem;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.05);
}
#page_top #sec01 {
  position: relative;
}
#page_top #sec02 {
  position: relative;
}
#page_top #sec02 .sec02__cont {
  padding: 4.5rem 4rem 0;
  background: url("../img/sec02_bg.webp") no-repeat center top;
  background-size: contain;
}
#page_top #sec02 .sec02__cont .img02 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
#page_top #sec03 {
  position: relative;
  background: url("../img/sec03_bg.webp") no-repeat center top;
  background-size: contain;
}
#page_top #sec03 .sec03__cont {
  padding-bottom: 6rem;
  padding-top: 5rem;
}
#page_top #sec03 .sec03__cont h2 {
  width: 67.4rem;
  margin: 0 auto;
}
#page_top #sec03 .sec03__cont .img02 {
  width: 67.6rem;
  margin: 0 auto;
  padding-top: 1.5rem;
}
#page_top #sec04 h2 {
  width: 61.8rem;
  margin: 0 auto;
  padding-top: 6rem;
}
#page_top #sec04 .img02 {
  width: 75rem;
  margin: 0 auto;
  padding-top: 9.5rem;
}
#page_top #sec04 .sec04__cont {
  background-color: #f9f9ed;
  padding-bottom: 9.5rem;
}
#page_top #sec04 .sec04__cont .img03 {
  width: 71.6rem;
  margin: 0 auto;
  position: relative;
  padding-top: 13rem;
}
#page_top #sec04 .sec04__cont .img03 .movie01 {
  position: absolute;
  left: 50%;
  top: 33.9rem;
  width: 67rem;
  transform: translateX(-50%);
}
#page_top #sec04 .sec04__cont .img04 {
  width: 71.6rem;
  margin: 0 auto;
  position: relative;
  padding-top: 5rem;
}
#page_top #sec04 .sec04__cont .img04 .movie02 {
  position: absolute;
  left: 50%;
  top: 100.4rem;
  width: 67rem;
  transform: translateX(-50%);
}
#page_top #sec04 .sec04__cont .img04 .txt {
  position: absolute;
  left: 5.6rem;
  bottom: 10rem;
  width: 41.6rem;
}
#page_top #sec04 .sec04__cont .img05 {
  width: 75rem;
  margin: 0 auto;
  padding-top: 5rem;
}
#page_top #sec04 .sec04__cont .img06 {
  width: 75rem;
  margin: 0 auto;
  padding-top: 11rem;
}
#page_top #sec04 .sec04__cont .img07 {
  width: 71.6rem;
  margin: 0 auto;
  padding-top: 4rem;
}
#page_top #sec04 .sec04__cont .img08 {
  width: 75rem;
  margin: 0 auto;
  padding-top: 7.2rem;
}
#page_top #sec04 .sec04__cont .img09 {
  width: 71.6rem;
  margin: 0 auto;
  padding-top: 4rem;
}
#page_top #sec04 .sec04__cont .img10 {
  width: 58.3rem;
  margin: 0 auto;
  padding-top: 9rem;
}
#page_top .sec-cta {
  position: relative;
}
#page_top .sec-cta .img01 {
  width: 75rem;
  margin: 0 auto;
}
#page_top .sec-cta .btn {
  width: 56rem;
  position: absolute;
  left: 9.8rem;
  top: 26.6rem;
}
#page_top #sec05 {
  background-image: -moz-linear-gradient(-45deg, rgb(249, 249, 237) 0%, rgb(235, 237, 223) 100%);
  background-image: -webkit-linear-gradient(-45deg, rgb(249, 249, 237) 0%, rgb(235, 237, 223) 100%);
  background-image: -ms-linear-gradient(-45deg, rgb(249, 249, 237) 0%, rgb(235, 237, 223) 100%);
}
#page_top #sec05 h2 {
  width: 56.5rem;
  margin: 0 auto;
  padding-top: 5rem;
}
#page_top #sec05 .slide {
  position: relative;
  margin: 0 0 0;
  overflow: hidden;
}
#page_top #sec05 .slide .swiper {
  overflow: visible;
}
#page_top #sec05 .slide .swiper .swiper-wrapper .slide__item {
  position: relative;
  display: block;
  height: auto;
  overflow: hidden;
  margin-top: 3.5rem;
}
#page_top #sec05 .slide .swiper .swiper-wrapper .slide__item img {
  width: 100%;
  padding: 0 4rem;
}
#page_top #sec05 .slide .swiper-button-next {
  left: auto;
  right: 0;
  transform: rotate(0);
}
#page_top #sec05 .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 3.8rem;
  padding-bottom: 3.8rem;
}
#page_top #sec05 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#page_top #sec05 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1rem;
}
#page_top #sec05 .swiper-pagination-bullet {
  background-color: #c2c5b8;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  cursor: pointer;
}
#page_top #sec05 .swiper-pagination-bullet-active {
  background-color: #57604d;
}
#page_top #sec05 .sec05__cont .annotation {
  width: 43rem;
  margin: 0 4rem;
  padding-top: 1rem;
}
#page_top #sec06 {
  position: relative;
  background-color: #f9f9ed;
}
#page_top #sec06 .sec06__cont {
  padding-top: 14.7rem;
  padding-bottom: 6rem;
}
#page_top #sec06 .sec06__cont h2 {
  width: 67.1rem;
  margin: 0 auto;
}
#page_top #sec06 .sec06__cont .img01 {
  width: 75rem;
  margin: 0 auto;
  padding-top: 4.4rem;
}
#page_top #sec06 .sec06__cont .img02 {
  width: 67.1rem;
  margin: 0 auto;
  margin-top: 6.7rem;
  position: relative;
}
#page_top #sec06 .sec06__cont .img02 .btn01 {
  width: 60.7rem;
  position: absolute;
  left: 3.1rem;
  top: 29.8rem;
}
#page_top #sec06 .sec06__cont .img02 .btn02 {
  width: 55.8rem;
  position: absolute;
  left: 5.6rem;
  top: 78.4rem;
}
#page_top #sec06 .sec06__cont .img03 {
  width: 51.9rem;
  margin: 0 auto;
  padding-top: 7rem;
}
#page_top #sec06 .sec06__cont .img04 {
  width: 58.9rem;
  margin: 0 auto;
  padding-top: 3.7rem;
}
#page_top #sec06 .sec06__cont .img05 {
  width: 75rem;
  margin: 0 auto;
  padding-top: 6.2rem;
}
#page_top #sec07 {
  position: relative;
  background-color: #f9f9ed;
}
#page_top #sec07 .sec07__cont {
  padding-top: 4.7rem;
  padding-bottom: 7.2rem;
}
#page_top #sec07 .sec07__cont .item__ttl {
  width: 70rem;
  margin: 0 auto 3rem;
}
#page_top #sec07 .sec07__cont .item + .item {
  margin-top: 8rem;
}
#page_top #sec07 .sec07__cont .img01 {
  width: 70.1rem;
  margin: 0 auto 2.4rem;
  position: relative;
}
#page_top #sec07 .sec07__cont .img01 .btn01 {
  width: 60.7rem;
  position: absolute;
  left: 50%;
  bottom: 55.5rem;
  transform: translateX(-50%);
}
#page_top #sec07 .sec07__cont .img01 .btn02 {
  width: 55.8rem;
  position: absolute;
  left: 50%;
  bottom: 8.5rem;
  transform: translateX(-50%);
}
#page_top #sec07 .sec07__cont .img02 {
  width: 70.1rem;
  margin: 0 auto 2.4rem;
  position: relative;
}
#page_top #sec07 .sec07__cont .img02 .btn01 {
  width: 60.7rem;
  position: absolute;
  left: 50%;
  bottom: 54rem;
  transform: translateX(-50%);
}
#page_top #sec07 .sec07__cont .img02 .btn02 {
  width: 55.8rem;
  position: absolute;
  left: 50%;
  bottom: 7rem;
  transform: translateX(-50%);
}
#page_top #sec07 .sec07__cont .img03 {
  width: 70.1rem;
  margin: 0 auto 2.4rem;
  position: relative;
}
#page_top #sec07 .sec07__cont .img03 .btn01 {
  width: 60.7rem;
  position: absolute;
  left: 50%;
  bottom: 56rem;
  transform: translateX(-50%);
}
#page_top #sec07 .sec07__cont .img03 .btn02 {
  width: 55.8rem;
  position: absolute;
  left: 50%;
  bottom: 9rem;
  transform: translateX(-50%);
}
#page_top #sec07 .sec07__cont .img04 {
  width: 70.1rem;
  margin: 0 auto 2.4rem;
  position: relative;
}
#page_top #sec07 .sec07__cont .img04 .btn01 {
  width: 60.7rem;
  position: absolute;
  left: 50%;
  bottom: 55rem;
  transform: translateX(-50%);
}
#page_top #sec07 .sec07__cont .img04 .btn02 {
  width: 55.8rem;
  position: absolute;
  left: 50%;
  bottom: 8rem;
  transform: translateX(-50%);
}
#page_top #sec07 .sec07__cont .img05 {
  width: 70.1rem;
  margin: 0 auto 2.4rem;
  position: relative;
}
#page_top #sec07 .sec07__cont .img05 .btn01 {
  width: 60.7rem;
  position: absolute;
  left: 50%;
  bottom: 55rem;
  transform: translateX(-50%);
}
#page_top #sec07 .sec07__cont .img05 .btn02 {
  width: 55.8rem;
  position: absolute;
  left: 50%;
  bottom: 8rem;
  transform: translateX(-50%);
}
#page_top #sec07 .sec07__cont .img06 {
  width: 70.1rem;
  margin: 0 auto 2.4rem;
  position: relative;
}
#page_top #sec07 .sec07__cont .img06 .btn01 {
  width: 60.7rem;
  position: absolute;
  left: 50%;
  bottom: 55rem;
  transform: translateX(-50%);
}
#page_top #sec07 .sec07__cont .img06 .btn02 {
  width: 55.8rem;
  position: absolute;
  left: 50%;
  bottom: 8rem;
  transform: translateX(-50%);
}
#page_top #sec07 .sec07__cont .img07 {
  width: 70.1rem;
  margin: 0 auto 2.4rem;
  position: relative;
}
#page_top #sec07 .sec07__cont .img07 .btn01 {
  width: 60.7rem;
  position: absolute;
  left: 50%;
  bottom: 55rem;
  transform: translateX(-50%);
}
#page_top #sec07 .sec07__cont .img07 .btn02 {
  width: 55.8rem;
  position: absolute;
  left: 50%;
  bottom: 8rem;
  transform: translateX(-50%);
}
#page_top #sec08 {
  position: relative;
  background-color: #f9f9ed;
}
#page_top #sec08 .sec08__cont {
  padding-bottom: 10.7rem;
}
#page_top #sec08 .sec08__cont h2 {
  background-color: #6c7f6d;
  padding: 5rem;
  text-align: center;
}
#page_top #sec08 .sec08__cont h2 img {
  width: 39.6rem;
  margin: 0 auto;
}
#page_top #sec08 .sec08__cont .item {
  width: 67rem;
  margin: 5rem auto 0;
  background-color: #fff;
  box-shadow: 0px 0.8rem 0px 0px rgba(0, 0, 0, 0.1);
}
#page_top #sec08 .sec08__cont .item dt {
  background-color: #7fa796;
  padding: 2.5rem 4rem;
}
#page_top #sec08 .sec08__cont .item dt img {
  width: 59rem;
}
#page_top #sec08 .sec08__cont .item dd {
  padding: 2.5rem 4rem 3rem;
  min-height: 13rem;
}

/* ==================
* g-footer
* ================== */
.g-footer {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  margin: 4rem 0 0;
}

.g-footer .nav_group {
  width: 100%;
}

.g-footer__nav {
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  margin-top: 0.5rem;
  font-weight: 300;
}

.g-footer__nav__item {
  display: inline-block;
  line-height: 2;
}

.g-footer__nav__item:after {
  content: "|";
  display: inline-block;
  margin: 0 1rem;
  color: #000;
}

.g-footer__nav__item:last-of-type:after {
  content: none;
}

.g-footer__nav__item a {
  color: #000;
  text-decoration: none;
}

.g-footer__nav__item a:hover {
  text-decoration: underline;
}

.g-footer__nav__item--brake {
  display: block;
}

.g-footer__nav__item--brake:after {
  content: none;
}

.g-footer .copyright {
  background-color: #57604d;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  padding: 1rem;
  margin: 12px auto 0;
  font-weight: 300;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .g-footer .nav_group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .g-footer__nav {
    display: inline-block;
  }
  .g-footer__nav:first-child:after {
    content: "|";
    display: inline-block;
    margin: 0 1rem;
    color: #000;
  }
  .g-footer__nav__item.pc_separate:last-of-type:after {
    content: "|";
  }
}
@media screen and (max-width: 750px) {
  .g-footer {
    margin: 4rem 0 0;
  }
  .g-footer__nav {
    margin: 0 auto;
    font-size: 12px;
  }
  .g-footer__nav:first-child:after {
    margin: 0;
  }
  .g-footer__nav__item:after {
    margin: 0;
  }
  .g-footer .copyright {
    max-width: 750px;
    font-size: 12px;
    padding: 0.5rem;
  }
}