@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.
 */
/**
 * Correct cursors for clickable elements.
 */
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
/**
 * Remove padding
 */
/**
 * Reset to invisible
 */
/* 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: 1140px) {
  html {
    font-size: 0.8771929825vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: YuGothic, "Yu Gothic", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-family: "Noto Sans JP", "Hiragino Sans";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  background: #fff;
  letter-spacing: 0.15rem;
  text-size-adjust: 100%;
  min-width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    font-size: 3rem;
  }
}
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: 768px) {
  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: 768px) {
  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;
}

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

.sp-hide {
  display: block;
}
@media screen and (max-width: 768px) {
  .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;
  transition: all 0.5s;
}
.js_tab .js_tab_content > *.is-tab {
  position: relative;
  opacity: 1;
  z-index: 2;
  height: auto;
  transform: translateY(0);
}

.js_tab02 .js_tab_content02 {
  position: relative;
}
.js_tab02 .js_tab_content02 > * {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.js_tab02 .js_tab_content02 > *.is-tab {
  position: relative;
  opacity: 1;
  z-index: 2;
  height: auto;
  transform: translateY(0);
}

.js_anim_scroll {
  transition: opacity 0.5s, transform 0.5s;
  transform: translateY(10px);
  opacity: 0;
  transition-delay: 0.2s;
}
.js_anim_scroll.is-anim {
  transform: translateY(0);
  opacity: 1;
}

.js_anim_scroll_group > * {
  transition: opacity 0.6s, transform 0.6s;
  transform: translateY(30px);
  opacity: 0;
}
.js_anim_scroll_group > *:nth-child(2) {
  transition-delay: 0s;
}
.js_anim_scroll_group > *:nth-child(3) {
  transition-delay: 0.3s;
}
.js_anim_scroll_group > *:nth-child(4) {
  transition-delay: 0.3s;
}
.js_anim_scroll_group > *:nth-child(5) {
  transition-delay: 0.3s;
}
.js_anim_scroll_group > *:nth-child(6) {
  transition-delay: 1s;
}
.js_anim_scroll_group > *:nth-child(7) {
  transition-delay: 0.6s;
}
.js_anim_scroll_group > *:nth-child(8) {
  transition-delay: 0.7s;
}
.js_anim_scroll_group > *:nth-child(9) {
  transition-delay: 0.8s;
}
.js_anim_scroll_group.is-anim > * {
  transform: translateY(0);
  opacity: 1;
}

.js_anim_scroll_group02 > * {
  transition: opacity 0.6s, transform 0.6s;
  transform: translateY(30px);
  opacity: 0;
  transition-delay: 0.55s;
}
.js_anim_scroll_group02 > *:nth-child(5) {
  transition-delay: 0.1s;
}
.js_anim_scroll_group02 > *:nth-child(6) {
  transition-delay: 0.15s;
}
.js_anim_scroll_group02 > *:nth-child(8) {
  transition-delay: 0.2s;
}
.js_anim_scroll_group02 > *:nth-child(3) {
  transition-delay: 0.25s;
}
.js_anim_scroll_group02 > *:nth-child(2) {
  transition-delay: 0.3s;
}
.js_anim_scroll_group02 > *:nth-child(10) {
  transition-delay: 0.35s;
}
.js_anim_scroll_group02 > *:nth-child(4) {
  transition-delay: 0.4s;
}
.js_anim_scroll_group02 > *:nth-child(7) {
  transition-delay: 0.4 0.5s;
}
.js_anim_scroll_group02 > *:nth-child(9) {
  transition-delay: 0.5s;
}
.js_anim_scroll_group02.is-anim > * {
  transform: translateY(0);
  opacity: 1;
}

.delay01 {
  transition-delay: 0.3s;
}

.delay02 {
  transition-delay: 0.6s;
}

.delay03 {
  transition-delay: 0.9s;
}

.delay04 {
  transition-delay: 1.2s;
}

.delay05 {
  transition-delay: 1.5s;
}

.delay06 {
  transition-delay: 1.8s;
}

.delay07 {
  transition-delay: 2.1s;
}

.delay08 {
  transition-delay: 2.4s;
}

.delay09 {
  transition-delay: 2.7s;
}

.delay10 {
  transition-delay: 3s;
}

.m_box_fixed {
  position: relative;
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  .m_box_fixed {
    padding: 0 4rem;
  }
}

/**
 * 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: 1360px) {
  #l_container {
    width: 100%;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 768px) {
  #l_container {
    width: 75rem;
  }
}

@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

.hoverUp {
  transition: all ease 0.3s;
}

.hoverUp:hover {
  transform: translateY(-5px);
  transition: all ease 0.3s;
}
@media screen and (max-width: 768px) {
  .hoverUp:hover {
    transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

.en {
  font-family: "Barlow Condensed", sans-serif;
}

.t-yellow {
  color: #faf15e;
}

.t-orange {
  color: #d9941e;
}

.t-green {
  color: #1eac4a;
}

.t-red {
  color: #d34727;
}

.t-blue {
  color: #1b90d6;
}

.marker--yellow {
  font-weight: 600;
  background: linear-gradient(transparent 60%, #faf15e 0%);
}

#l_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.05);
  z-index: 9999;
}
#l_header .l_header__wrap {
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #l_header .l_header__wrap {
    height: 10rem;
    padding: 0;
  }
}
#l_header .logo {
  margin-left: 3rem;
}
#l_header .logo img {
  width: 24.5rem;
}
#l_header .h_btn {
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  #l_header .h_btn {
    margin-right: 2rem;
  }
}
#l_header .h_btn a {
  display: flex;
  align-items: center;
  width: 38.6rem;
  height: 6rem;
  background-color: #1b90d6;
  box-shadow: 0 0.4rem 0 0 rgb(21, 111, 163);
  border-radius: 3rem;
  padding: 0.2rem 0 0 0.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #l_header .h_btn a {
    width: 41rem;
    padding: 0.2rem 0 0 1rem;
  }
}
#l_header .h_btn a::before {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 1.6rem;
  height: 1rem;
  background: url(../img/icon_arr.svg) no-repeat center top;
  background-size: cover;
  transform: translate(0, -50%);
}
#l_header .h_btn a .t01 {
  width: 9rem;
  height: 5rem;
  border-radius: 2.4rem;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1b90d6;
  line-height: 1;
  text-align: center;
  padding-top: 0.3rem;
}
#l_header .h_btn a .t01 span {
  font-size: 2.4rem;
}
#l_header .h_btn a .t02 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-left: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-top: -0.7rem;
}
@media screen and (max-width: 768px) {
  #l_header .h_btn a .t02 {
    font-size: 1.9rem;
  }
}
#l_header .h_btn a .t02 span {
  color: #faf15e;
}
#l_header .h_btn a .t02 span .num {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #l_header .h_btn a .t02 span .num {
    font-size: 2.8rem;
  }
}

#page_top {
  overflow: hidden;
  width: 100%;
  background: #fff;
  position: relative;
  padding-top: 9rem;
}
@media screen and (max-width: 1140px) {
  #page_top {
    width: 100%;
    padding-top: 10rem;
  }
}
#page_top #sec-fv {
  width: 100%;
  height: 70.7rem;
  background: url(../img/fv_bg.webp) no-repeat center top;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page_top #sec-fv {
    height: 82.4rem;
    background: url(../img/fv_bg_sp.webp) no-repeat center top;
    background-size: cover;
  }
}
#page_top #sec-fv .d-box {
  width: 100%;
  height: 4.4rem;
  display: block;
}
#page_top #sec-fv .sec-fv__inner h1 {
  width: 64.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page_top #sec-fv .sec-fv__inner h1 {
    width: 65.3rem;
  }
}
#page_top #sec-fv .sec-fv__inner .lead {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  padding-top: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #page_top #sec-fv .sec-fv__inner .lead {
    font-size: 2.6rem;
    padding-top: 3.8rem;
  }
}
#page_top #sec-fv .sec-fv__inner .cta__btn {
  width: 58.6rem;
  margin: 0 auto;
  padding-top: 5rem;
  position: relative;
  z-index: 1;
  transform: translate(-4rem, 0);
}
@media screen and (max-width: 768px) {
  #page_top #sec-fv .sec-fv__inner .cta__btn {
    width: 64.1rem;
    padding-top: 4rem;
    transform: translate(-2rem, 0);
  }
}
#page_top #sec-fv .sec-fv__inner .cta__btn a {
  display: block;
}
#page_top #sec-fv .sec-fv__inner .fv__img {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 118.1rem;
  height: 43.3rem;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  #page_top #sec-fv .sec-fv__inner .fv__img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 41.7rem;
    transform: translate(0, 0);
  }
}
#page_top #sec-main {
  position: relative;
}
#page_top .sec-about {
  padding-top: 7rem;
  padding-bottom: 10.5rem;
  background-color: #fefefe;
}
#page_top .sec-about h2 {
  font-size: 3.8rem;
  font-weight: 600;
  text-align: center;
}
#page_top .sec-about h2 .t02 {
  font-size: 5.3rem;
  margin-top: -3rem;
}
#page_top .sec-about h2 .t02 .t02__inner {
  display: inline-block;
  position: relative;
}
#page_top .sec-about h2 .t02 .t02__inner::before {
  content: "";
  position: absolute;
  left: -6rem;
  bottom: 3.5rem;
  width: 4rem;
  height: 9.3rem;
  background: url(../img/i_leaf.svg) no-repeat center top;
  background-size: cover;
}
#page_top .sec-about h2 .t02 .t02__inner::after {
  content: "";
  position: absolute;
  right: -5rem;
  bottom: 3.5rem;
  width: 4rem;
  height: 9.3rem;
  background: url(../img/i_leaf_r.svg) no-repeat center top;
  background-size: cover;
}
#page_top .sec-about h2 .t02 span {
  color: #d9941e;
  font-size: 6.5rem;
}
#page_top .sec-about h2 .t02 span .num {
  font-size: 10.2rem;
}
#page_top .sec-about h2 .t02 span sup {
  color: #333;
  font-size: 1.5rem;
  vertical-align: text-top;
}
#page_top .sec-about .about {
  margin-top: 5rem;
  border-radius: 3rem;
  background-color: #fff;
  box-shadow: 0.9rem 0.9rem 2.9rem 0 rgba(0, 0, 0, 0.1);
  padding: 5rem;
  display: flex;
  align-items: center;
  gap: 0 6rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-about .about {
    padding: 5rem 4rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  #page_top .sec-about .about {
    margin-top: 3.2rem;
    display: block;
  }
}
#page_top .sec-about .about .about__img {
  width: 28rem;
  flex-shrink: 0;
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-about .about .about__img {
    margin: 0 auto;
  }
}
#page_top .sec-about .about .about__txt .ttl {
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #page_top .sec-about .about .about__txt .ttl {
    text-align: center;
    font-size: 3.2rem;
    padding-top: 4rem;
  }
}
#page_top .sec-about .about .about__txt .ttl span {
  color: #d9941e;
}
#page_top .sec-about .about .about__txt .detail {
  padding-top: 2rem;
  font-size: 1.8rem;
  line-height: 2.056;
}
@media screen and (max-width: 768px) {
  #page_top .sec-about .about .about__txt .detail {
    font-size: 2.6rem;
  }
}
#page_top .sec-about .note {
  padding-top: 4rem;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-about .note {
    padding-top: 4.5rem;
    font-size: 1.5rem;
    text-align: center;
  }
}
#page_top .bg_check {
  background: url(../img/bg_check.webp) repeat center top;
  background-size: 2.8rem;
  position: relative;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  #page_top .bg_check {
    padding-top: 9.4rem;
  }
}
#page_top .sec-worries {
  padding-bottom: 10rem;
}
#page_top .sec-worries::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80.4rem;
  background: url(../img/worries_bg01.webp) repeat-x center top;
  background-size: 150rem 80.4rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-worries::before {
    width: 100%;
    height: 99rem;
    background: url(../img/worries_bg01_sp.webp) no-repeat center top;
    background-size: cover;
  }
}
#page_top .sec-worries .worries__inner {
  position: relative;
  z-index: 1;
}
#page_top .sec-worries h2 {
  font-size: 3.8rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page_top .sec-worries h2 {
    font-size: 4rem;
  }
}
#page_top .sec-worries h2 span {
  font-size: 5.8rem;
  color: #1b90d6;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page_top .sec-worries h2 span {
    font-size: 6rem;
  }
}
#page_top .sec-worries h2 span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #1b90d6;
  border-radius: 100%;
  transform: translate(-50%, -100%);
}
#page_top .sec-worries .worries__wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem 1.2rem;
  padding-top: 6.5rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-worries .worries__wrap {
    padding-top: 5.2rem;
    gap: 4rem 1.6rem;
  }
}
#page_top .sec-worries .worries__wrap .balloon {
  background-color: #fff;
  border-radius: 3rem;
  position: relative;
  width: 32rem;
  height: 12rem;
  filter: drop-shadow(0.5rem 0.5rem 0.3rem rgba(0, 0, 0, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #page_top .sec-worries .worries__wrap .balloon {
    width: 21rem;
  }
}
#page_top .sec-worries .worries__wrap .balloon--small {
  width: 25.5rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-worries .worries__wrap .balloon--small {
    width: 28rem;
  }
}
#page_top .sec-worries .worries__wrap .balloon::before {
  content: "";
  background-color: #fff;
  height: 3rem;
  position: absolute;
  width: 3rem;
  bottom: -1.5rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  left: 43%;
}
#page_top .sec-worries .worries__wrap .balloon .txt {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #page_top .sec-worries .worries__wrap .balloon .txt {
    font-size: 2.6rem;
  }
}
#page_top .sec-worries .worries__wrap .balloon .txt span {
  color: #1b90d6;
}
#page_top .sec-worries .solution {
  position: relative;
  padding-top: 8rem;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #page_top .sec-worries .solution {
    padding-top: 6rem;
  }
}
#page_top .sec-worries .solution::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 55.9rem;
  background: url(../img/worries_bg02.webp) no-repeat center 9rem;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #page_top .sec-worries .solution::before {
    height: 60.8rem;
    background: url(../img/worries_bg02_sp.webp) no-repeat center bottom;
    background-size: cover;
  }
}
#page_top .sec-worries .solution__inner {
  position: relative;
  z-index: 1;
}
#page_top .sec-worries .solution h3 {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #page_top .sec-worries .solution h3 {
    font-size: 3.7rem;
  }
}
#page_top .sec-worries .solution h3 .t01 {
  position: relative;
}
#page_top .sec-worries .solution h3 .t01::before {
  content: "";
  position: absolute;
  left: -6rem;
  bottom: 0.8rem;
  width: 2.9rem;
  height: 5.1rem;
  background: url(../img/i_ttl.svg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #page_top .sec-worries .solution h3 .t01::before {
    display: none;
  }
}
#page_top .sec-worries .solution h3 .t01::after {
  content: "";
  position: absolute;
  right: -5rem;
  bottom: 0.8rem;
  width: 2.9rem;
  height: 5.1rem;
  background: url(../img/i_ttl_r.svg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #page_top .sec-worries .solution h3 .t01::after {
    display: none;
  }
}
#page_top .sec-worries .solution h3 .t02 {
  font-size: 6.5rem;
  color: #d9941e;
}
@media screen and (max-width: 768px) {
  #page_top .sec-worries .solution h3 .t02 {
    font-size: 5.5rem;
  }
}
#page_top .sec-worries .solution .solution__txt {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  padding-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-worries .solution .solution__txt {
    font-size: 2.8rem;
  }
}
#page_top .sec-worries .solution .solution__txt span {
  color: #d9941e;
}
#page_top .sec-function {
  position: relative;
  margin-top: -10rem;
  padding-top: 8rem;
  padding-bottom: 12.4rem;
  z-index: 0;
}
#page_top .sec-function h2 {
  width: 52rem;
  height: 8.5rem;
  margin: 0 auto;
  line-height: 1;
  border-radius: 4.2rem;
  background-color: #d9941e;
  font-size: 3.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function h2 {
    width: 43rem;
    height: 7.2rem;
    border-radius: 3.5rem;
    font-size: 3.2rem;
    padding-top: 0;
  }
}
#page_top .sec-function h2 .en__txt {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function h2 .en__txt {
    font-size: 4.5rem;
  }
}
#page_top .sec-function h2 .num {
  font-size: 6.5rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function h2 .num {
    font-size: 5.7rem;
  }
}
#page_top .sec-function .function__list {
  position: relative;
  margin-top: 1rem;
}
#page_top .sec-function .function__list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 50rem;
  height: 4.7rem;
  background: url(../img/i_function.webp) no-repeat center top;
  background-size: cover;
  transform: translate(-50%, 0);
}
#page_top .sec-function .function__list ul {
  display: flex;
  justify-content: center;
  padding-top: 7rem;
  gap: 0 3.3rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__list ul {
    gap: 0 1rem;
  }
}
#page_top .sec-function .function__list ul li {
  width: 34rem;
  height: 16rem;
  background-color: #e5efe8;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__list ul li {
    width: 21.4rem;
    height: 10.1rem;
  }
}
#page_top .sec-function .function__list ul li img {
  width: 26.7rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__list ul li img {
    width: 16.9rem;
  }
}
#page_top .sec-function .function__list ul li:nth-child(2) {
  background-color: #f2eee5;
}
#page_top .sec-function .function__list ul li:nth-child(3) {
  background-color: #f5e9e9;
}
#page_top .sec-function .function__head {
  display: flex;
  gap: 0 3rem;
  padding-top: 6rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__head {
    padding-top: 10rem;
  }
}
#page_top .sec-function .function__head .head__img {
  width: 17.2rem;
  flex-shrink: 0;
  margin-left: 16.3rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__head .head__img {
    width: 17.8rem;
    margin-left: -2rem;
  }
}
#page_top .sec-function .function__head .head__txt {
  font-size: 2.2rem;
  font-weight: 600;
  padding-top: 2.2rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__head .head__txt {
    font-size: 2.6rem;
    padding-top: 0;
    margin-top: -5rem;
  }
}
#page_top .sec-function .function__head .head__txt span {
  color: #d9941e;
}
#page_top .sec-function .function__head .head__txt .note {
  padding-top: 1.5rem;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__head .head__txt .note {
    font-size: 1.5rem;
  }
}
#page_top .sec-function .function__cont {
  border-radius: 3rem;
  background-color: #e5efe8;
  position: relative;
  z-index: 1;
  padding: 5rem 3.5rem 6.8rem;
}
#page_top .sec-function .function__cont--01 {
  margin-top: -6.3rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont--01 {
    margin-top: -3rem;
  }
}
#page_top .sec-function .function__cont--01 .logo {
  width: 33.9rem;
  margin: 0 auto;
}
#page_top .sec-function .function__cont--01 .lead {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  padding-top: 3.8rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont--01 .lead {
    font-size: 2.8rem;
  }
}
#page_top .sec-function .function__cont--02 {
  background-color: #f2eee5;
  width: 52rem;
  padding: 5rem 3.5rem 6rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont--02 {
    width: 100%;
  }
}
#page_top .sec-function .function__cont--02 .logo {
  width: 26.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont--02 .logo {
    width: 33.7rem;
  }
}
#page_top .sec-function .function__cont--02 .lead {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  padding-top: 3.8rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont--02 .lead {
    font-size: 2.8rem;
  }
}
#page_top .sec-function .function__cont--03 {
  background-color: #f5e9e9;
  width: 52rem;
  padding: 5rem 3.5rem 6rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont--03 {
    width: 100%;
    margin-top: 4rem;
  }
}
#page_top .sec-function .function__cont--03 .logo {
  width: 26.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont--03 .logo {
    width: 33.8rem;
  }
}
#page_top .sec-function .function__cont--03 .lead {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  padding-top: 3.8rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont--03 .lead {
    font-size: 2.8rem;
  }
}
#page_top .sec-function .function__cont .greenfile__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: 4.7rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont .greenfile__list {
    font-size: 3.7rem;
  }
}
#page_top .sec-function .function__cont .greenfile__list .item {
  width: 31rem;
  background-color: #fff;
  border: 0.1rem solid #1eac4a;
  border-radius: 3rem;
  padding: 3rem 2.7rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont .greenfile__list .item {
    width: 100%;
    padding: 2.5rem 4rem;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont .greenfile__list .item .item__head {
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
  }
}
#page_top .sec-function .function__cont .greenfile__list .item .icon {
  width: 10.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont .greenfile__list .item .icon {
    width: 12rem;
    margin: 0;
    flex-shrink: 0;
  }
}
#page_top .sec-function .function__cont .greenfile__list .item h3 {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  padding-top: 2.2rem;
  line-height: 1.4;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont .greenfile__list .item h3 {
    padding: 0;
    font-size: 2.8rem;
    text-align: left;
    padding-left: 3rem;
  }
}
#page_top .sec-function .function__cont .greenfile__list .item .detail {
  border-top: 0.1rem solid #e3e3e3;
  padding-top: 2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont .greenfile__list .item .detail {
    font-size: 2.6rem;
  }
}
#page_top .sec-function .function__cont .meeting__list {
  margin-top: 4rem;
  background-color: #fff;
  border: 0.1rem solid #d9941e;
  border-radius: 3rem;
}
#page_top .sec-function .function__cont .meeting__list .item {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont .meeting__list .item {
    padding: 0.8rem 0;
  }
}
#page_top .sec-function .function__cont .meeting__list .item + .item {
  border-top: 0.1rem solid #d9941e;
}
#page_top .sec-function .function__cont .meeting__list .item .icon {
  width: 7.2rem;
  flex-shrink: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont .meeting__list .item .icon {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
#page_top .sec-function .function__cont .meeting__list .item h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont .meeting__list .item h3 {
    font-size: 2.6rem;
  }
}
#page_top .sec-function .function__cont .meeting__list .item h3 span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont .meeting__list .item h3 span {
    font-size: 2rem;
    font-weight: 500;
  }
}
#page_top .sec-function .function__cont .entrance__list {
  margin-top: 4rem;
  background-color: #fff;
  border: 0.1rem solid #d34727;
  border-radius: 3rem;
}
#page_top .sec-function .function__cont .entrance__list .item {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont .entrance__list .item {
    padding: 0.8rem 0;
  }
}
#page_top .sec-function .function__cont .entrance__list .item + .item {
  border-top: 0.1rem solid #d34727;
}
#page_top .sec-function .function__cont .entrance__list .item .icon {
  width: 7.2rem;
  flex-shrink: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont .entrance__list .item .icon {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
#page_top .sec-function .function__cont .entrance__list .item h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont .entrance__list .item h3 {
    font-size: 2.6rem;
  }
}
#page_top .sec-function .function__cont .entrance__list .item h3 span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont .entrance__list .item h3 span {
    font-size: 2rem;
    font-weight: 500;
  }
}
#page_top .sec-function .function__cont .dl__btn {
  padding-top: 6rem;
}
#page_top .sec-function .function__cont .dl__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68rem;
  height: 9rem;
  margin: 0 auto;
  background-color: #1b90d6;
  box-shadow: 0 0.4rem 0 0 rgb(21, 111, 163);
  border-radius: 4.5rem;
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont .dl__btn a {
    width: 58rem;
    height: 13.5rem;
    border-radius: 6.7rem;
    font-size: 3rem;
    text-align: center;
    line-height: 1.4;
  }
}
#page_top .sec-function .function__cont .dl__btn a::before {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  width: 2rem;
  height: 1.2rem;
  background: url(../img/icon_arr.svg) no-repeat center top;
  background-size: cover;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont .dl__btn a::before {
    right: 3.5rem;
    width: 2.9rem;
    height: 1.8rem;
  }
}
#page_top .sec-function .function__cont .entrance__img {
  width: 32.8rem;
  padding-top: 3.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function__cont .entrance__img {
    display: none;
  }
}
#page_top .sec-function .function_column2 {
  display: flex;
  gap: 0 4rem;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-function .function_column2 {
    display: block;
  }
}
#page_top .sec-cta {
  position: relative;
  background-color: #e1eef6;
  padding: 11rem 0 10.7rem;
}
#page_top .sec-cta .bnr {
  width: 108rem;
  height: 37rem;
  border-radius: 3rem;
  background: linear-gradient(to top, #125e8a 0%, #00c0fa 100%);
  padding: 0.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page_top .sec-cta .bnr {
    width: 67rem;
    height: 61.5rem;
  }
}
#page_top .sec-cta .bnr__inner {
  width: 106.4rem;
  height: 100%;
  background: #fff;
  border-radius: 2.2rem;
  text-align: center;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page_top .sec-cta .bnr__inner {
    width: 65.4rem;
  }
}
#page_top .sec-cta .bnr__inner .cta__img {
  position: absolute;
  top: 3.6rem;
  left: -3rem;
  width: 47.3rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-cta .bnr__inner .cta__img {
    width: 65rem;
    left: 4rem;
    top: 4.2rem;
  }
}
#page_top .sec-cta .bnr__inner .cta__detail {
  margin: 5.2rem 0 0 46.8rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-cta .bnr__inner .cta__detail {
    margin: 21rem 0 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #page_top .sec-cta .bnr__inner .cta__detail ul {
    margin: 0 0 0 9.5rem;
  }
}
#page_top .sec-cta .bnr__inner .cta__detail ul li {
  font-size: 1.9rem;
  font-weight: 600;
  position: relative;
  min-height: 3.1rem;
  text-align: left;
  padding-left: 4.3rem;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-cta .bnr__inner .cta__detail ul li {
    font-size: 2.6rem;
    line-height: 1.4;
    letter-spacing: 0.15rem;
  }
}
#page_top .sec-cta .bnr__inner .cta__detail ul li + li {
  margin-top: 1.3rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-cta .bnr__inner .cta__detail ul li + li {
    margin-top: 1.8rem;
  }
}
#page_top .sec-cta .bnr__inner .cta__detail ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3.1rem;
  height: 3.1rem;
  background: url(../img/icon_check.svg) no-repeat center top;
  background-size: cover;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #page_top .sec-cta .bnr__inner .cta__detail ul li::before {
    top: 1rem;
    transform: translate(0, 0);
  }
}
#page_top .sec-cta .bnr__inner .cta__detail .btn {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-cta .bnr__inner .cta__detail .btn {
    width: 58rem;
    margin: 3rem auto 0;
  }
}
#page_top .sec-cta .bnr__inner .cta__detail .btn a {
  display: flex;
  align-items: center;
  width: 56rem;
  height: 10rem;
  background-color: #1b90d6;
  box-shadow: 0 0.4rem 0 0 rgb(21, 111, 163);
  border-radius: 4.9rem;
  padding: 0.2rem 0 0 0.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page_top .sec-cta .bnr__inner .cta__detail .btn a {
    width: 58rem;
  }
}
#page_top .sec-cta .bnr__inner .cta__detail .btn a::before {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  width: 2.3rem;
  height: 1.5rem;
  background: url(../img/icon_arr.svg) no-repeat center top;
  background-size: cover;
  transform: translate(0, -50%);
}
#page_top .sec-cta .bnr__inner .cta__detail .btn a .t01 {
  width: 13rem;
  height: 8.4rem;
  border-radius: 4.9rem;
  background-color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  color: #1b90d6;
  line-height: 1;
  text-align: center;
  padding-top: 1.3rem;
}
#page_top .sec-cta .bnr__inner .cta__detail .btn a .t01 span {
  font-size: 3.5rem;
}
#page_top .sec-cta .bnr__inner .cta__detail .btn a .t02 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-left: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-top: -0.7rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-cta .bnr__inner .cta__detail .btn a .t02 {
    font-size: 2.7rem;
    padding-left: 2.2rem;
  }
}
#page_top .sec-cta .bnr__inner .cta__detail .btn a .t02 span {
  color: #faf15e;
}
#page_top .sec-cta .bnr__inner .cta__detail .btn a .t02 span .num {
  font-size: 3.7rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-cta .bnr__inner .cta__detail .btn a .t02 span .num {
    font-size: 3.9rem;
  }
}
#page_top .sec-cta .bnr .cta__head {
  position: absolute;
  left: 50%;
  top: 0;
  width: 44.8rem;
  height: 6.7rem;
  border-radius: 3.3rem;
  border: 0.8rem solid #01bff9;
  background-color: #fff;
  transform: translate(-50%, -50%);
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
}
#page_top .sec-cta .bnr .cta__head picture {
  width: 11.6rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
#page_top .sec-cta .bnr .cta__head__inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page_top .sec-share {
  position: relative;
  padding-bottom: 7.4rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-share {
    padding-bottom: 8.4rem;
  }
}
#page_top .sec-share .share__head {
  background-color: #1b90d6;
  height: 20rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-share .share__head {
    height: 26rem;
  }
}
#page_top .sec-share .share__head__inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
#page_top .sec-share .share__head__inner::before {
  content: "";
  background-color: #1b90d6;
  width: 6rem;
  height: 3rem;
  position: absolute;
  bottom: -1.5rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #page_top .sec-share .share__head__inner::before {
    bottom: -2rem;
  }
}
#page_top .sec-share .share__head__inner p {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #page_top .sec-share .share__head__inner p {
    font-size: 2.9rem;
  }
}
#page_top .sec-share .share__head__inner p span {
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-share .share__head__inner p span {
    font-size: 3.6rem;
  }
}
#page_top .sec-share .share__head__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 23rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-share .share__head__img {
    right: 2rem;
  }
}
#page_top .sec-share h2 {
  font-size: 3.8rem;
  font-weight: 600;
  text-align: center;
  margin-top: 7.6rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-share h2 {
    margin-top: 5rem;
  }
}
#page_top .sec-share h2 .t02 {
  font-size: 5.3rem;
  margin-top: -3rem;
}
#page_top .sec-share h2 .t02 .t02__inner {
  display: inline-block;
  position: relative;
}
#page_top .sec-share h2 .t02 .t02__inner::before {
  content: "";
  position: absolute;
  left: -6rem;
  bottom: 3.5rem;
  width: 4rem;
  height: 9.3rem;
  background: url(../img/i_leaf.svg) no-repeat center top;
  background-size: cover;
}
#page_top .sec-share h2 .t02 .t02__inner::after {
  content: "";
  position: absolute;
  right: -5rem;
  bottom: 3.5rem;
  width: 4rem;
  height: 9.3rem;
  background: url(../img/i_leaf_r.svg) no-repeat center top;
  background-size: cover;
}
#page_top .sec-share h2 .t02 span {
  color: #d9941e;
  font-size: 6.5rem;
}
#page_top .sec-share h2 .t02 span .num {
  font-size: 10.2rem;
}
#page_top .sec-share h2 .t02 span sup {
  color: #333;
  font-size: 1.5rem;
  vertical-align: text-top;
}
#page_top .sec-share .count_cont {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-share .count_cont {
    padding-top: 4rem;
  }
}
#page_top .sec-share .count_cont .item__list {
  display: flex;
  justify-content: center;
}
#page_top .sec-share .count_cont .item__list .num_item {
  width: 33rem;
  border-right: 0.2rem solid #e6e6e6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page_top .sec-share .count_cont .item__list .num_item {
    width: 23.8rem;
  }
}
#page_top .sec-share .count_cont .item__list .num_item:first-child {
  border-left: 0.2rem solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  #page_top .sec-share .count_cont .item__list .num_item:first-child {
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  #page_top .sec-share .count_cont .item__list .num_item:last-child {
    border-right: none;
  }
}
#page_top .sec-share .count_cont .item__list .num_item h3 {
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #page_top .sec-share .count_cont .item__list .num_item h3 {
    font-size: 2.3rem;
  }
}
#page_top .sec-share .count_cont .item__list .num_item .counter {
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-share .count_cont .item__list .num_item .counter {
    font-size: 2.4rem;
  }
}
#page_top .sec-share .count_cont .item__list .num_item .counter .number {
  font-size: 7.7rem;
  font-weight: 700;
  color: #d9941e;
}
@media screen and (max-width: 768px) {
  #page_top .sec-share .count_cont .item__list .num_item .counter .number {
    font-size: 4.8rem;
  }
}
#page_top .sec-share .note {
  font-size: 1.2rem;
  padding-top: 3.5rem;
  text-align: center;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-share .note {
    font-size: 1.5rem;
    padding-top: 5rem;
  }
}
#page_top .sec-share .note-r {
  font-size: 1.2rem;
  padding-top: 0.5rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #page_top .sec-share .note-r {
    font-size: 1.5rem;
    padding-top: 0;
    margin: -4rem 2rem 0 0;
  }
}
#page_top .sec-share .top_share_customer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 5rem;
}
#page_top .sec-share .top_share_customer li {
  width: 14.2857142857%;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-share .top_share_customer li {
    width: 25%;
  }
}
#page_top .sec-share .top_share_customer li img {
  padding: 0 1rem 0 0;
}
@media screen and (max-width: 768px) {
  #page_top .sec-share .top_share_customer li img {
    padding: 0 2rem 0 0;
  }
}
#page_top .sec-voice {
  position: relative;
  background-color: #fafafa;
  padding: 11.5rem 0;
}
@media screen and (max-width: 768px) {
  #page_top .sec-voice {
    padding: 8rem 0 11.5rem;
  }
}
#page_top .sec-voice h2 {
  font-size: 3.8rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page_top .sec-voice h2 {
    line-height: 1.5;
  }
}
#page_top .sec-voice h2 span {
  font-size: 5.8rem;
  color: #d9941e;
}
@media screen and (max-width: 768px) {
  #page_top .sec-voice h2 span {
    font-size: 6rem;
  }
}
#page_top .sec-voice .lead {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page_top .sec-voice .lead {
    font-size: 2.8rem;
    padding-top: 3rem;
  }
}
#page_top .sec-voice .lead span {
  font-size: 3.5rem;
  color: #d9941e;
}
#page_top .sec-voice .voice__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2.5rem;
  padding-top: 4rem;
}
#page_top .sec-voice .voice__wrap .voice {
  width: 34.2rem;
  border-radius: 3rem;
  background-color: #fff;
  box-shadow: 0.9rem 0.9rem 2.9rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-voice .voice__wrap .voice {
    width: 100%;
  }
}
#page_top .sec-voice .voice__wrap .voice h3 {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  color: #d9941e;
  padding: 2rem 2.5rem 0;
}
@media screen and (max-width: 768px) {
  #page_top .sec-voice .voice__wrap .voice h3 {
    font-size: 3.5rem;
    padding: 3rem 4rem 0;
  }
}
#page_top .sec-voice .voice__wrap .voice p {
  font-size: 1.6rem;
  padding: 1.5rem 2.5rem 0;
}
@media screen and (max-width: 768px) {
  #page_top .sec-voice .voice__wrap .voice p {
    font-size: 2.6rem;
    padding: 2.5rem 4rem 0;
  }
}
#page_top .sec-voice .lead02 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-voice .lead02 {
    font-size: 3.5rem;
  }
}
#page_top .sec-voice .lead02 span {
  color: #d9941e;
}
#page_top .sec-voice .txt01 {
  font-size: 2.2rem;
  text-align: center;
  padding-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-voice .txt01 {
    font-size: 2.6rem;
  }
}
#page_top .sec-voice .txt01 span {
  color: #d9941e;
}
#page_top .sec-form {
  position: relative;
  padding: 12.3rem 0;
  background-image: -moz-linear-gradient(90deg, rgba(237, 226, 191, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(237, 226, 191, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(237, 226, 191, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 768px) {
  #page_top .sec-form {
    padding: 9.9rem 5% 11.3rem;
    background-image: -moz-linear-gradient(90deg, rgba(237, 226, 191, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(237, 226, 191, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(237, 226, 191, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
#page_top .sec-form .balloon {
  background-color: #d9941e;
  border-radius: 3rem;
  position: relative;
  width: 30.8rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#page_top .sec-form .balloon::before {
  content: "";
  background-color: #d9941e;
  height: 3rem;
  position: absolute;
  width: 3rem;
  bottom: -1.5rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  left: 43%;
}
#page_top .sec-form .balloon .txt {
  font-size: 3.5rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
#page_top .sec-form .txt01 {
  padding-top: 3rem;
  font-size: 3.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-form .txt01 {
    font-size: 4rem;
    margin-bottom: 4.5rem;
  }
}
#page_top .sec-form .txt01 picture {
  width: 20.9rem;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-form .txt01 picture {
    width: 24.9rem;
    margin: 0 auto;
    display: block;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
}
#page_top .sec-form .txt01 .num {
  font-size: 5.8rem;
}
#page_top .sec-form .form__txt01__inner {
  position: relative;
  font-size: 2.7rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page_top .sec-form .form__txt01__inner {
    font-size: 3rem;
  }
}
#page_top .sec-form .form__txt01__inner::before {
  content: "";
  position: absolute;
  left: -3rem;
  bottom: 1.4rem;
  width: 2.1rem;
  height: 3.6rem;
  background: url(../img/i_ttl.svg) no-repeat center top;
  background-size: cover;
}
#page_top .sec-form .form__txt01__inner::after {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: 1.4rem;
  width: 2.1rem;
  height: 3.6rem;
  background: url(../img/i_ttl_r.svg) no-repeat center top;
  background-size: cover;
}
#page_top .sec-form .form__txt01 .num {
  font-size: 4rem;
}
#page_top .sec-form .form__txt02 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding: 3rem 0 3.5rem;
}
@media screen and (max-width: 768px) {
  #page_top .sec-form .form__txt02 {
    font-size: 2.3rem;
    padding: 2rem 0 3.5rem;
  }
}
#page_top #fixedCta {
  position: fixed;
  top: 50%;
  right: 3rem;
  display: none;
  width: 29.7rem;
  z-index: 100;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  #page_top #fixedCta {
    display: none !important;
  }
}
#page_top #fixedCta.none {
  display: none !important;
}
#page_top #fixedCta .btn {
  position: relative;
}
#page_top #fixedCta .btn .close__btn {
  position: absolute;
  top: -1.5rem;
  right: 0;
  width: 4.5rem;
  height: 4.5rem;
  cursor: pointer;
  transition: all 0.3s;
  display: block;
}
#page_top #fixedCta .btn .close__btn:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

/* =====================================
contents_top_option
===================================== */
.text_meeting {
  color: #e0a72a !important;
}

.text_greenfile {
  color: #1aab4a !important;
}

.text_entrance {
  color: #d24726 !important;
}

.text_progress {
  color: #944924 !important;
}

#contents_top_option {
  background: linear-gradient(to right, #e6e6e6 21%, #f5f5f5 21%);
}

#contents_top_option .contents_inner {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#contents_top_option .text_title_lv5,
#contents_top_option .top_option_nav_copy {
  font-weight: 600;
}

.top_option_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  background: #e6e6e6;
}

.top_option_heading_inner {
  width: 100%;
}

.top_option_heading_logo {
  max-width: 140px;
  margin: 0 auto 10px;
}

.top_option_nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  width: 85%;
  padding: 2% 2% 0;
  box-sizing: border-box;
  background: #f5f5f5;
}

.top_option_nav_item {
  display: block;
  width: 24%;
  margin: 0 1% 2% 0;
  padding: 20px 28px 20px 15px;
  position: relative;
  top: 0;
  box-sizing: border-box;
  color: #111;
  text-decoration: none;
  background: url(../img/icon_arrow_banner.svg) no-repeat center right/18px #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
  transition: top 0.2s ease 0s, opacity 0.2s ease 0s, box-shadow 0.2s ease 0s;
}

.top_option_nav_item:hover {
  color: inherit;
  top: -3px;
  opacity: 1;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
}

.top_option_nav_item.greenfile {
  background-image: url(../img/icon_arrow_banner_greenfile.svg);
}

.top_option_nav_item.entrance {
  background-image: url(../img/icon_arrow_banner_entrance.svg);
}

.top_option_nav_item.progress {
  background-image: url(../img/icon_arrow_banner_progress.svg);
}

.top_option_nav_copy {
  margin: 0 0 13px;
  padding: 0 0 13px;
  border-bottom: solid 1px #ddd;
  font-size: 1.65rem;
  line-height: 1;
}

.top_option_nav_logo {
  padding: 0 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top_option_nav_logo {
    width: 19.4rem;
    margin: 0 auto;
    padding: 1rem 0;
  }
}

/* =====================================
footer
===================================== */
#footer .contents_inner {
  padding-top: 40px;
  padding-bottom: 10px;
}

.footer_logo {
  display: block;
  width: 100%;
  max-width: 160px;
  margin: 0 auto 25px;
}

.footer_logo_logo img {
  width: 100%;
}

#footer .text_attention {
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  /* =====================================
  contents_top_option
  ===================================== */
  #contents_top_option {
    background: #f5f5f5;
    padding: 0 0%;
  }
  #contents_top_option .contents_inner {
    display: block;
    padding-bottom: 20px;
  }
  .top_option_heading {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .top_option_heading_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    font-size: 2.6rem;
  }
  .top_option_heading_logo {
    width: 19.9rem;
    margin: 0 10px 0 0;
    flex-shrink: 0;
  }
  .top_option_nav {
    justify-content: space-between;
    width: 100%;
    padding: 0;
    padding: 0 5%;
  }
  .top_option_nav_item {
    width: 48%;
    margin: 0 0 4%;
    padding: 10px 20px 10px 10px;
    background: url(../img/icon_arrow_banner.svg) no-repeat center right/14px #fff;
    border-radius: 6px;
  }
  .top_option_nav_copy {
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size: 2.3rem;
  }
  /* =====================================
  footer
  ===================================== */
  #footer .contents_inner {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .footer_logo {
    display: block;
    width: 100%;
    max-width: 160px;
    margin: 0 auto 25px;
  }
  .footer_logo_logo img {
    width: 100%;
  }
  #footer .text_attention {
    font-size: 1.1rem;
  }
}